On Fri, 20 Jun 2003, Lucas Peet wrote: > Anyone know off hand how to do this with Postfix? Per-domain SMTP > routing, I mean, so I don't have to forward *everything* through RR? You can set up a transport map, like so: aol.com: smtp:smtp.comcast.net In your main.cf you'd have something like transport_maps = hash:/path/to/transport_file_containing_text_above I once had to use a transport map for a client who needed a real, live, honest-to-God, UUCP feed. It was finally shut down last month. > -----Original Message----- > From: owner-kclug@marauder.illiana.net > [mailto:owner-kclug@marauder.illiana.net] On Behalf Of Jonathan Hutchins > Sent: Thursday, June 19, 2003 7:16 PM > To: kclug > Subject: Relaying with QMail (to fix the AOL thing) > > This problem has been around for about 4 weeks or so. I just gave up, > but the > woman couldn't mail her mom or sister. :( Earthlink has the same SPAM > 'solution.' > > Anyway, here's how to fix if you have qmail. You need to create a file > /var/qmail/control/smtproutes if it doesn't exist. In it, you need to > replace > smtp.comcast.net shown below with your own ISP's mail server: > > > .aol.com:smtp.comcast.net > .pipeline.com:smtp.comcast.net > .earthlink.net:smtp.comcast.net > aol.com:smtp.comcast.net > pipeline.com:smtp.comcast.net > earthlink.net:smtp.comcast.net > > > > > >