> >> i want to be able to do this; > >> mail sent to [EMAIL PROTECTED] ---> smtp1.mydomain.com > >> mail sent to [EMAIL PROTECTED] ---> smtp2.mydomain.com > > correct me if Im wrong. > i setup my dns records > IN MX 10 smpt1.mydomain.com. > IN MX 10 smpt2.mydomain.com.
If smtp2.mydomain.com knows what to do with a message to '[EMAIL PROTECTED]', then this is fine. OTOH, since you said you're getting errors to the effect that it does not, you will probably need to remove that second MX record and let all your mail go through smtp1. > on smtp1 i create an alias > > user-list1 --> [EMAIL PROTECTED] > user-list2 --> [EMAIL PROTECTED] > user-list3 --> [EMAIL PROTECTED] > etc,... Given what I said above, I think that should work. Chris ------------------------------------------------------ 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
