Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-13 Thread Syafril Hermansyah
On 10/13/2011 11:54 PM, Geoff Shang wrote: >> That's not wise IMHO, better to separate domain for list server and >> virtual mailbox domain. > > I've *never* had to do this and believe it just creates unecesary > complexity where it's not needed. This recommendation for public mailing list, not f

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-13 Thread Geoff Shang
On Thu, 13 Oct 2011, Syafril Hermansyah wrote: That's not wise IMHO, better to separate domain for list server and virtual mailbox domain. I've *never* had to do this and believe it just creates unecesary complexity where it's not needed. Geoff.

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-13 Thread Syafril Hermansyah
On 10/13/2011 01:43 PM, Mark Sapiro wrote: >> Check out /etc/postfix/main.cf, it should have >> > >> > mydestination = valnet.net > > Except the OP's requirement was that valnet.net be a virtual mailbox domain. That's not wise IMHO, better to separate domain for list server and virtual mailbox d

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-12 Thread Mark Sapiro
On 10/12/2011 7:53 PM, Syafril Hermansyah wrote: > On 10/13/2011 01:29 AM, Nick Bright wrote: >> But still, when I send a message to testl...@valnet.net a bounce is >> generated as: >> >> : unknown user: "testl...@valnet.net" > > Check out /etc/postfix/main.cf, it should have > > mydestination =

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-12 Thread Syafril Hermansyah
On 10/13/2011 01:29 AM, Nick Bright wrote: > But still, when I send a message to testl...@valnet.net a bounce is > generated as: > > : unknown user: "testl...@valnet.net" Check out /etc/postfix/main.cf, it should have mydestination = valnet.net -- syafril --- Syafril Hermansyah

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-12 Thread Mark Sapiro
On 10/12/2011 11:29 AM, Nick Bright wrote: > > Identical behavior was observed when changing VIRTUAL_MAILMAN_LOCAL_DOMAIN to > 'localhost'. > > The problem seems, to me, to be that the mail isn't making it to the > "local" delivery agent; but I am new to postfix and mailman so I'm not > really ce

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-12 Thread Nick Bright
On 10/11/2011 6:07 PM, Mark Sapiro wrote: On 10/10/2011 5:40 PM, Nick Bright wrote: [...] mm_cfg.py contains: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['valnet.net'] MTA = 'Postfix' DEFAULT_URL_HOST = 'mail.valnet.net' DEFAULT_EMAIL_HOST = 'valnet.net' VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'valnet.net'

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-11 Thread Mark Sapiro
On 10/10/2011 5:40 PM, Nick Bright wrote: > > I've followed the mailman documentation for integrating mailman with > postfix, according to > http://www.list.org/mailman-install/postfix-virtual.html as well as > various mailing list posts on this list. > > Note that I am attempting to configure a

[Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-11 Thread Nick Bright
I'm sure this has been covered many times; however nothing I've found so far in the mailing list archives has alleviated this problem. I've followed the mailman documentation for integrating mailman with postfix, according to http://www.list.org/mailman-install/postfix-virtual.html as well as