Sendmail config for SMTP Auth - Problems with Comcast and AOL
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Sendmail config for SMTP Auth - Problems with Comcast and AOL
I have been trying to resolve this issue for several days with limited progress.
I can use Ximian Evolution Email client from my RH 9 Linux box and send mail to my AOL account with no problems.
If I send via sendmail as delivered, I get this error back:
<<< 550-The IP address you are using to connect to AOL is a dynamic (residential)
<<< 550-IP address. AOL will not accept future e-mail transactions from your
<<< 550-IP address until your ISP removes your IP from its list of dynamic
<<< 550-(residential) IP addresses. For additional information, please visit
<<< 550-http://postmaster.info.aol.com.
<<< 550 Goodbye
... while talking to mailin-03.mx.aol.com.:
So, I added:
define(`SMART_HOST',`smtp.comcast.net')dnl
to sendmail.mc and did a make -C /etc/mail. The sendmail.cf is now updated. I then did a restart of sendmail.
So, it appears to be going to smtp.comcast.net though it still does not arrive. I started looking at SMTP AUTH and how to configure sendmail to act like my mail client which works fine from the same machine to AOL, but then it suggested telnet to smtp.comcast.net and doing ehlo and checking for AUTH which it does not show.
So, question is:
How does my mail client send mail to smtp.comcast.net and works fine but I cannot get sendmail to send mail in the same manner. What am I missing?
AOL doesn't take mail originating from residental private machines because of spam problems. Basically AOL blacklisted your subnet (and most other private subnets) for mail rather than face the potential for spammers using it.
See SForsgren. Unfortunately, I believe EvilRhino is right. Like I said in your other thread, it's because AOL is flat out blocking many residential IP addresses, which is what Comcast (and several other ISP's like Verizon) use. Sorry, but I really don't know any other way around the problem. I have the same issue!
I CAN send mail from my Linux box to my AOL account using my mail client which sends through smtp.comcast.net. Works fine.
So, why can I not get sendmail configured to do the same thing? What is the difference between how the mail client talks to smtp.comcast.net and the sendmail program talks to smtp.comcast.net.
One works. The other does not. So, I have proven that there is a way to send mail from my machine via Comcast to AOL. I just don't know how to get sendmail to do the same.
That's weird. What is the e-mail address you are sending from on Comcast directly? I guess I am wondering what your setup is. You are sending e-mail directly from your linux box (what e-mail address?) to your AOL account, and that works. Yet, you're saying that on the same machine, you can't send to your AOL account through sendmail using a different server?? Where is your sendmail server? What do you need sendmail at all for if Ximian Evolution is doing what you want? This doesn't make any sense to me...
Chris
Last edited by WorldBuilder; 05-15-2003 at 04:04 PM.
Hi Chris. Thanks for the comments. When I login to Evolution, I login as SForsgren@comcast.net. Sends through smtp.comcast.net from the mail client and all is well. Have to login of course. Sendmail has SMART_HOST of smtp.comcast.net but not sure how or where to setup the From or the userid and password that I normally use for the mail client. Sendmail is running on the same box with my Evolution client. The reason that I need sendmail to work is I am doing some PHP web development and it will email to users. If they put in an AOL account, it will never get to them. The mail client discussion was just to illustrate that I can get it to go from the mail client through smtp.comcast.net to AOL fine, but I need to be able to send email to AOL users from the web application as well and I believe that PHP is using SMTP for the mail feature. So, wouldn't that be going through sendmail? Thanks again!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.