Software :: Weird Yahoo Connection On My Mail Server Sendmail
Jan 29, 2010
I realized there are often weird yahoo connection on my mail server (SCALIX sendmail).
on ps aux | grep yahoo , i get a lot of connections such as these:
I get about a dozen of it, i think it is taking up my connection, anyone has any idea why how these connections appear? Is it because of my server's security loophole?
I just downloaded and installed Ubuntu a few days ago (on my Windows Vista Laptop), played around with it, did some trouble shooting (got my wifi card working!)... and am generally enjoying it.However, I am having issues loading my Yahoo Mail. I am using the newest version of Opera (which I also run on windows), but have tried Firefox as well. I am having absolutely no issues with Yahoo mail when I use Windows (in Opera, firefox, chrome, and IE), but can not get it to load at all with Ubuntu. Basically I can get to the Yahoo home page no problem, and can access any of the links etc., except for Mail. When I click it, I just get an error page (as if there was no Internet connection). I have not had problems with any other sites.I'm thinking its some kind of scripting/application conflict, but like I said this whole Linux thing is brand new to me. Have only ever really used Windows in the past.I'm hoping to get these minor issues hashed out, and eventually just drop Windows out of my reality.
this is sasidhar. we are getting problems with sendmail. we have a site, when user registers we are sending a confirmation mail to user. The problem is some times it is not sending mails to users. The user accounts are valid.This is what I am getting reply to my mail
I have created ACL to allow yahoo domain to some clients. acl ym-src src 192.168.1.10 ACL ym dstdomain mail.yahoo.com http_access allow ym ym-src
So its work just allow to open mail.yahoo.com but unable to login , As it block javascrpit and also unable to open login.yahoo.com:443. Tell me to which dstdomain should be allow to access mail.yahoo.com with out any disturbance.
I have sendmail running (quite well) on my ubuntu box. It worksfine with Thunderbird locally. It runs fine with a few other MUAson (allowed) remote machines. It has one small problem I have notbeen able to clear up: it will not send mail that is initiated bythe 'mail' program locally. It gives me a "[127.0.0.1 connectionrefused] error in the logs. The /etc/hosts file is fine (as faras I know). The sendmail.cf file has been rebuilt from sendmeil.mc.'hostname' and 'dnsdomainname' return proper values. Okay, I'mstumped and looking for another set of eyes on the problem.
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
xx@xx.com SMTP error from remote mail server after initial connection: host [URL] [ip address]: 550 Access denied...
We are running a sendmail(8.13.8-2.el5) service on one of our server running RHEl5 When I try to mail from one of the machines connected to the server on our private network, log file on that machine shows that the mail has been sent and also there is no mail in the queue, but when I check the server, there is no mail received, not even any status on log file. Did anyone experience anything like this or any idea about this problem?
I am using postfix as spam Mailscanner to protect my mail server running sendmail. The problem is that when I forward an email from MailScanner mail me back with the following error:
<postmaster@localhost.@mydomain.com.>... Real domain name required for sender address (in reply to MAIL FROM command)) Jul 27 13:15:59 smtp postfix/local[28465]: C68AC1000001: to=<root@smtp.mydomain.com>,
After searching the forum I could not find a clear answer to my question so I am giving it a try...
I have installed a LAMP server with Postfix as mail server. The scripts send email as user www-data using the mail server on the same machine.
However, the email got rejected by external mail servers (failed reverse DNS check) so I setup a mail server that meets all needed requirements.
Now I would like to use this second server instead of the mail server on the LAMP server. I found that this could be done with changing sendmail settings in php.ini (I think).
However I am not sure how that will go: www-data is no actual user on the new email server (which requires authentication before sending). Do I need to create a new user on the email server or change the settings in php.ini to match an existing user?
I have users [URL] unable to send email to [URL]. [URL] user also unable to send email to [URL]. But both email addresses are fine as they can receive email from others or from [URL] and [URL]. I able to telnet mail server 110 and 25, no problem. Version: ESMTP Sendmail 8.12.10
Mail Log:
Feb 23 11:36:35 mail sendmail[16228]: o1N3aZxt016215: to=<xxx1@gas.com>, ctladdr=<xxx@abc.com> (501/501), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=442918, relay=gas.com, dsn=5.1.2, stat=Host unknown (Name server: gas.com: no data known)
Is there a way to get Evolution to check mail and chat with a standard Yahoo (or Hotmail for that fact) account, without having to pay for the plus service?
We have moved from a Windows based SMTP server to Sendmail on Cent 5.5. We have a special application that was written to look at the "BadMail" folder on the Windows box. I am told by my developers that it is capable of monitor remote locations and they just need to know the format or extension of the badmail files.
My question is what is the default location of the badmail folder in Sendmail? This is a default install from CentOS.
We have a application hosted in our server and it uses send mail for sending and receiving mails.mails can able to reach certain ids but it cant reach some ids. this is the log entry.
So I'm having troubles setting up a mail server. First of all, anyone want to try to telnet into <snip> on port 25 and see if it's blocked? I don't think it is, but you never know. How long does it usually take for MX records to get around? I've had this set up for about a day now and still don't see any MX records on any lookup site I go to. I'm currently using slackware 12.2's default sendmail configuration. Should I change anything? I started sendmail on my laptop and got emails going within the LAN but I cannot send emails over WAN (i.e. to/from yahoo or google accounts).e?
i have configured sendmail server in my lan and it is working fine for me.but there is one little problem for me. i want mails send sunita should be received by vinita.sunita and vinita both are normal users on same pc.
for this i made entry in Code: /etc/aliases sunita: vinita
i have fedora5 installed on my machine MACH1, which acts as a linux server for few machines. Its over network and we have a dedicated mail server too which is globally accessible. I wanted to set up a local mail server on MACH1, so that i shall be able to send/receive mails from all the users as well as to our other global mail server(on internet).
I have configured Sendmail client to send mail to outside network ( Within local domain ), but i am unable to send any mail as i am getting the following error,
[root@cclx10 mail]# cat test |sendmail -v abhilash-o.padmanabhan@hp.com abhilash-o.padmanabhan@hp.com... Connecting to [127.0.0.1] via relay... abhilash-o.padmanabhan@hp.com... Deferred: Connection refused by [127.0.0.1]
I have the following configuration in my "/etc/sendmail.cf" file
# SMTP daemon options O DaemonPortOptions=Port=smtp,Addr=15.146.237.113, Name=MTA
And netstat is showing that sendmail is listening on Port 25 on the IP address which is mentioned.
It has been years since I had to mess with sendmail (I prefer using postfix) - but I inherited a server that someone else configured. This machine is a webserver - but is running sendmail for the various webforms, etc. I want to configure sendmail on this machine to route ALL outgoing messages to the main email server. This means local users too. I have read through sendmail configurations for the past 3 hours, but it's mostly greek. Here is my current sendmail.mc file - could some kind soul tell me what I need to change (and WHERE)?
Is anyone can help me how to setup sendmail ( Centos 5.2 ) as mail relay for Microsoft exchange. I will put the mail relay in DMZ and Mail server in Local Network.v
I have been trying to set up ssmtp so I can send email using Gmail's ssmtp servers. However, when I try to send mail (using mailx), I get the following message:
Code:
Can't send mail: sendmail process failed
Here's the last line from dmesg (the only one applicable, according to the timestamps and message content):
Code:
[484114.608378] sendmail[17975]: segfault at 0 ip b7dbbbf3 sp bfb0dc4c error 4 in libc-2.11.2.so[b7d44000+14e000]
Here's my ssmtp.conf:
Code:
# # /etc/ssmtp.conf -- a config file for sSMTP sendmail. #
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: xx@xx.com SMTP error from remote mail server after initial connection: host [URL] [ip address]: 50 Access denied...
I'm currently running Ubuntu 10.10 Server using VirtualBox 3.2.12 r68302. I've setup a LAMP Server and Installed Redmine and I'm going to be starting some projects. The problem I have is that I've linked it to a subdomain thru my hosting, so things are a little more complex for me then usual. Here's the software I've added for this setup:
Ruby version 1.8.7 (i686-linux) RubyGems version 1.3.7 Rack version 1.1
[code]...
how mail server functionality works as well as how to properly set the host of the virtual pc.
I have configured a sendmail MTA for incoming mails in a network and by using IPtables i have redirected the traffic internally to other port where one more SMTP by a application is running.Iptables rule:
Sendmail isn't sending mail for some reason and keeping it in the Queue. I attemped to flush them but it deferres the connection to the server in which it is trying to relay the message to. I have checked to see if there is a DNS error or anything like that. I attemped to flush the messages through webmin.
This is the result.
Code:
I am not finding anything in the logs to let me know their is an error. I can ping the mail servers that it is trying to send to. Now it has started delaying when ping MX servers. So I knew something was starting to mess with it. I have checked the /etc/hosts. It is correct. The server isn't black listed. Mail to root just gives me.