I have added the suggested line and the mail seems to be hitting Mailman now. However, the mail is bouncing. I look in the Mailman smtp log file and it seems to be generating 4 emails like I expect for the 4 users of the testlist mailing list (A one line entry in file about something sent to 4 users, I forget the syntax now) however they are going to [EMAIL PROTECTED] not [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], and [EMAIL PROTECTED] (This info seen in the /var/logs/maillog file). What am I doing wrong?
________________________________ From: Patrick Bogen [mailto:[EMAIL PROTECTED] Sent: Thu 5/18/2006 10:43 PM To: Daniel, Barry K. Cc: Mark Sapiro; [email protected] Subject: Re: [Mailman-Users] Mailman and Sendmail debugging questions On 5/18/06, Daniel, Barry K. <[EMAIL PROTECTED]> wrote: > > Yes, I did rebuild the aliases file and restart Sendmail. > The messages are arriving at the Mailman server with a @domain.gov address, > not @domainpriv.gov. > How do I ensure that Sendmail is set to accept this as a local delivery > address? The Mailman machine is XXXX.domainpriv.gov. There are a couple of ways to do this with sendmail. If you have mailertable support, you can add a rule to your mailertable like: domain.gov local: Or, perhaps, you can add domain.gov to sendmail's 'local-host-names' file. -- - Patrick Bogen ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
