Re: [Mailman-Users] No mail going out to lists members

2012-02-20 Thread Mark Sapiro
On 2/20/2012 10:55 AM, jdd wrote: > > I posted a couple of messages on the list, no return > > I have > Feb 20 19:42:00 2012 (28177) post to linux-31 from jdani...@free.fr, > size=1607, message-id=<4f4293f1.4090...@free.fr>, 2 failures > > in post log file > > Feb 20 19:42:00 2012 (28177) deliv

Re: [Mailman-Users] No mail going out to lists members

2012-02-20 Thread jdd
Le 20/02/2012 16:55, Mark Sapiro a écrit : Remove the line DELIVERY_MODULE = 'Sendmail' from mm_cfg.py. done (commented out) even after rstarting mailman, this do not change the result (no delivery) but I still have Feb 20 19:38:44 2012 (10832) Uncaught runner exception: Use of the Sendma

Re: [Mailman-Users] run script when virtual-mailman is updated

2012-02-20 Thread Mark Sapiro
On 2/20/2012 3:29 AM, Peter Sørensen wrote: > > I would like to have this script run whenever the virtual-mailman is updated. Add /usr/sbin/postmap $1 to the beginning of your script and put POSTFIX_MAP_CMD = '/path/to/your script' in mm_cfg/py. This will invoke your script with argument equ

Re: [Mailman-Users] No mail going out to lists members

2012-02-20 Thread Mark Sapiro
jdd wrote: > >I send a message to the linux-31 mailing list, I got this error message: > >Feb 20 10:27:58 2012 (10832) Uncaught runner exception: Use of the >Sendmail.py delivery module is highly discouraged >Feb 20 10:27:58 2012 (10832) Traceback (most recent call last): > File "/usr/lib/mailma

[Mailman-Users] No mail going out to lists members

2012-02-20 Thread jdd
Hello, This is my first mail to this list, fogive me if i miss some netiquette :-( I have the problem in subject (No mail going out to lists members) on a new mailman install, using openSUSE 12.1 server mailman receives mails and archive them: http://culte.org/pipermail/linux-31/2012-Febru

[Mailman-Users] run script when virtual-mailman is updated

2012-02-20 Thread Peter Sørensen
Hi, I have a script that take email addresses from virtual-mailman and write them to my postfix relay_recipients table This to avoid handling any address that mailman don't know of. I would like to have this script run whenever the virtual-mailman is updated. I can of course run bin/genaliases