Hi guys, I have some problem with mailman on debian sarge.
When i try to send mail to lists, i can see in my mail.log the following message: Mar 17 18:34:01 box postfix/pipe[374]: 312F06A0051: to=<[EMAIL PROTECTED]>, relay=mailman, delay=1105, delays=1105/0.14/0/0.07, dsn=4.3.0, status=deferred (temporary failure. Command output: exceptions.OSError[Errno 2] No such file or directory Line 152 ) This message regards my postfix-to-mailman.py script and line 152 contain the following: # cat -n postfix-to-mailman.py 150 if __name__ == '__main__': 151 try: 152 main() 153 except SystemExit, argument: i find it very strange, maybe someone can help me? i'm gonna be crazy :( Thanks for your help ! ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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