07-Jan-04 at 11:50, Jeff Donovan ([EMAIL PROTECTED]) wrote :
> On Jan 7, 2004, at 11:28 AM, Simon White wrote:
> >07-Jan-04 at 11:19, Jeff Donovan ([EMAIL PROTECTED]) wrote :
> >>i want to be able to do this;
> >>mail sent to [EMAIL PROTECTED] ---> smtp1.mydomain.com
> >>mail sent to [EMAIL PROTECTED] ---> smtp2.mydomain.com
> >>
> >>Mailman is running , and i have setup a test list. i subscribed 3
> >>users. These user accounts are located on the primary box. Now i have
> >>not setup an MX record yet. But i will once I figure out which way to
> >>go.
> >>
> >>delivery to [EMAIL PROTECTED] failed with code 550:
> >><[EMAIL PROTECTED]>: User unknown in local recipient table.
> >>
> >
> >You can create aliases on the main server and then point specific
> >aliases to a subdomain, or by using transport maps (Postfix).
> 
> greetings, thanks for the reply.
> that makes total sense to me.
> i am converting about a 100 alias files into maillists. and running 
> them on a different machine.
> 
> correct me if Im wrong.
> i setup my dns records
> IN    MX      10 smpt1.mydomain.com.
> IN    MX      10 smpt2.mydomain.com.
> 
> on smtp1 i create an alias
> 
> user-list1 --> [EMAIL PROTECTED]
> user-list2 --> [EMAIL PROTECTED]
> user-list3 --> [EMAIL PROTECTED]
> etc,...
> 
> does that sound correct?

Well... more or less, but you can't have two MX records for the whole
domain because that will cause some mail to go to one box, and some to
the other. You want the MX to be smtp1.mydomain.com ONLY and then do the
aliases as you described on smtp1 to point the list names to smtp2.

However if you have about 100 alias files then you might want to
consider the second option, i.e. using a subdomain (see my previous
message).

> Should I relay my smtp traffic through smtp1 or just let the list 
> server take car of itself?

I don't have any experience with Mailman sending SMTP directly so I
don't know. I'd feel that relaying through smtp1 would be better to have
all your logs for sending in one place though.

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
     Bridging the gap between management, HR and the tech team.

------------------------------------------------------
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