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.
Thanks! A few others had sent me the info about modifying the transport file, but I didn't know about the entry in main.cf. Once I added that, it works great!
___/ / __/ / ____/ Ed Leafe http://leafe.com/ http://opentech.leafe.com
------------------------------------------------------ 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