Translations of this page:

Why can't I send mails to AOL?

Some people reported to have problems sending mails to people at AOL. AOL has a spamfilter on port 25 blocking all requests to send mail over that port. So we've to change a view settings in postfix to let him try to send over port 587. Please open /etc/postfix/master.cf and comment out the following line:

submission inet n - - - - smtpd

Now run <cli> # /etc/init.d/postfix reload </cli> Done!

Test it from another host or a windows box via telnet. <cli> # telnet your-server.tld 25 </cli> Quit with simply typing quit if connected. <cli> # telnet your-server.tld 587 </cli> If you can connect to both ports all went fine.

 
frequently_asked_questions/why_can_t_i_send_mails_to_aol.txt · Last modified: 2010/11/19 13:28 (external edit)
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki