>>>>> "EL" == Ed Leafe <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to