Re: [Mailman-Users] Merging List Administrator with List membership

2011-10-12 Thread Mark Sapiro
Syafril Hermansyah wrote: >On 10/12/2011 06:46 AM, Mark Sapiro wrote: > >>> > And then when any list-administrator/moderators make approval (of held >>> > messages) or add/remove any member, there is mail notification to >>> > listname-owner/listname-moderators that message has been approved or ne

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 =

[Mailman-Users] mailman on localhost

2011-10-12 Thread Pedro Sánchez
Hi everyone... Im trying to test mailman in my local server (127.0.0.1) whit local user. the problem is that when i'm trying to add a new list whit the email address user@localhost mailman not allow me to do that or if i put a valid email address like u...@domain.com mailman give an error when

Re: [Mailman-Users] Merging List Administrator with List membership

2011-10-12 Thread Stephen J. Turnbull
Syafril Hermansyah writes: > >> > And then when any list-administrator/moderators make approval (of held > >> > messages) or add/remove any member, there is mail notification to > >> > listname-owner/listname-moderators that message has been approved or new > >> > member has been added or memb

Re: [Mailman-Users] Merging List Administrator with List membership

2011-10-12 Thread Syafril Hermansyah
On 10/12/2011 06:46 AM, Mark Sapiro wrote: >> > And then when any list-administrator/moderators make approval (of held >> > messages) or add/remove any member, there is mail notification to >> > listname-owner/listname-moderators that message has been approved or new >> > member has been added or

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

[Mailman-Users] spam filtering messages containing certain 8 bit characters

2011-10-12 Thread William Yardley
Does Mailman base64 decode the subject before applying a regex, and if so, can I use UTF-8 character names in the regex to match various types of 8-bit characters? Say, for example, that I want to block messages with "电话卡" somewhere in the subject line. Obviously, the actual raw Subject header wi

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'