Re: [Mailman-Users] mailan and postfix config problems

2012-10-31 Thread soportek
On 10/30/2012 10:12 PM, Mark Sapiro wrote: > soportek wrote: >> >> Unfortunately after fixing the error and restarting postfix it still >> doesn't write any data to /var/lib/mailman/data/virtual-mailman > > > Did you run bin/genaliases after fixing POSTFIX_STYLE_VIRTUAL_DOMAINS? > That was it.

Re: [Mailman-Users] mailan and postfix config problems

2012-10-30 Thread Mark Sapiro
soportek wrote: > >relevant parts of my mailman mm_cfg.py look like this > MTA = 'Postfix' > DEB_LISTMASTER = 'postmas...@somedomain.org' > POSTFIX_STYLE_VIRTUAL_DOMAIN = ['lists.somedomain.org'] That should be POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.somedomain.org'] > >and the relevant parts

Re: [Mailman-Users] mailan and postfix config problems

2012-10-30 Thread soportek
On 10/30/2012 02:06 PM, Mark Sapiro wrote: > On 10/30/2012 12:34 PM, soportek wrote: >> >> Ok, so I've reverted my previous changes and now I've followed the exact >> instructions from >> http://wiki.list.org/display/DOC/Integrating+Mailman+with+postfix Ok, so now I first undid specific changes fro

Re: [Mailman-Users] mailan and postfix config problems

2012-10-30 Thread Mark Sapiro
On 10/30/2012 12:34 PM, soportek wrote: > > Ok, so I've reverted my previous changes and now I've followed the exact > instructions from > http://wiki.list.org/display/DOC/Integrating+Mailman+with+postfix See the notes I just added to the above article. > I can create new lists as lists.somedo

Re: [Mailman-Users] mailan and postfix config problems

2012-10-30 Thread soportek
On 10/29/2012 12:36 PM, Mark Sapiro wrote: > soportek wrote: > > [...] >> >> I know this is postfix related but I am follwing the postfix config >> INSTALL instructions from /var/lib/mailman/bin/postfix-to-mailman.py > [...] > First see the FAQ at . > .. > > postfix_

Re: [Mailman-Users] mailan and postfix config problems

2012-10-29 Thread soportek
On 10/29/2012 12:36 PM, Mark Sapiro wrote: > soportek wrote: > > [...] >> >> I know this is postfix related but I am follwing the postfix config >> INSTALL instructions from /var/lib/mailman/bin/postfix-to-mailman.py > [...] > First see the FAQ at . > > Then see the

Re: [Mailman-Users] mailan and postfix config problems

2012-10-29 Thread Mark Sapiro
soportek wrote: [...] > >I know this is postfix related but I am follwing the postfix config >INSTALL instructions from /var/lib/mailman/bin/postfix-to-mailman.py [...] >I have also read these guides which provide more or less identical >instructions. >http://wiki.debian.org/Postfix#Mailman_with_P

[Mailman-Users] mailan and postfix config problems

2012-10-29 Thread soportek
I am migrating mailman lists from somedomain.org to lists.somedomain.org I can create new lists for lists.somedomain.org and receive mail from the list but sending mail to lists.somedomain.org results in " Recipient address rejected: User unknown;" I know this is postfix related but I am follwin