OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: AOL doesn't like me...a whole lot!

From: Jeffrey Taylor (jeff.taylorieee.org)
Date: Wed Jul 16 2003 - 03:42:40 CDT


Quoting Ralf Hildebrandt <Ralf.Hildebrandtcharite.de>:
> * Robin Lynn Frank <rlfrankparadigm-omega.com>:
>
> > I'm used to yahoo or hotmail saying sorry, no account, might be a forgery or
> > somesuch when we reject mail claiming to be from them, but what I am seeing
> > from AOL is a piece of work. I don't think I've ever been told "up yours" so
> > many times in succession before. Is this normal for them, or have I gone and
> > screwed something up again?
> >
> > Jul 15 14:34:04 alpha13 postfix/nqmgr[9272]: D7036241C5:
> > from=<FETCHMAIL-DAEMONparadigm-omega.net>, size=2250, nrcpt=1 (queue active)
> > Jul 15 14:34:04 alpha13 postfix/nqmgr[9272]: 2C423241C6: from=<>, size=4681,
> > nrcpt=1 (queue active)
> > Jul 15 14:34:05 alpha13 postfix/smtp[9541]: connect to
> > mailin-01.mx.aol.com[64.12.138.152]: server refused mail service (port 25)
>
> Welcome to the real world. AOL blocks dialups.
> (Are you on a dialup?)
>
If this is the cause, then they have changed implementation. When
they first started blocking dynamic IPs, you received a SMTP error
message with an explanation. This looks like they are now blocking in
a firewall/router.

Just for giggles, I removed my transport entry and sent a test
message. Yep, syslog messages like those cited. So the fix is to
route AOL thru your ISP's SMTP server. Add this line to
/etc/postfix/transport with obvious substitution:

aol.com smtp:[smtp-server.my.isp.com]

Run "postmap transport", be sure a line like this is in main.cf:

transport_maps = hash:/etc/postfix/transport

and restart Postfix. And to save finding out the hard way that
several subscribers to this list do the same thing, add the following
lines to /etc/postfix/transport:

weird.com smtp:[smtp-server.my.isp.com]
johnpeach.com smtp:[smtp-server.my.isp.com]

This is starting to be a Frequently Asked Question.

HTH,
  Jeffrey