[Mailman-Users] Redirect AOL subscribers

Vivek Khera khera at kcilink.com
Wed Jul 2 16:32:11 CEST 2003


>>>>> "EL" == Ed Leafe <ed at leafe.com> writes:

EL> alternate server, and let the rest go through as usual? I'm running 
EL> Postfix as my MTA on RedHat Linux 8.

Wise move to use postfix.  Here's what you should do.  Enable
transport maps in your main.cf, then add a transport map entry to
direct aol.com mail to your alternate server.

in main.cf:

transport_maps = hash:$config_directory/transport


in your postfix directory in the file transport:

aol.com	smtp:[192.168.100.32]

then "makemap transport" to build the hash file.

Obviously, replace the 192.168.100.32 with the IP of your alternate
server.  The brackets are important!  Check the man pages for details.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera at kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/




More information about the Mailman-Users mailing list