On 8/29/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Eric Howland wrote: > > > >I have used both DELIVERY_MODULE = 'Sendmail' > >and > >DELIVERY_MODULE = 'SMTPDirect' > > > >This just shifts the directory in which the outgoing email is stuck. > >SMTPDirect leaves them in the out directory > >Sendmail leaves them in the shunt directory > > > >Should this tell me anything about what is wrong with postfix? > > > Not directly, but if messages are shunted when using Sendmail, there > should be 'error' log entries that might tell you something. There > might also be information in the 'post' log. You would probably learn > more however by just trying to use the 'sendmail' command to send a > message without involving Mailman at all. >
I thought I have another machine that can act as a mail server (and is also running postfix) maybe I could get it to sent the mail. Since I am running DELIVERY_MODULE = 'SMTPDirect' I thought I could just put the IP number in mm_cfg.py like this. SMTPHOST = '123.456.789.6' SMTPPORT = 0 # default from smtplib When I try this I see the big change in the qfile/out but unfortunatly the mail is not delivered and in smtp-failures I see (111, 'Connection refused') messages. The odd thing is that I do not see rejections in the postfix logs even with verbose loging. Am I missing something about the mailman configuration? Eric ------------------------------------------------------ 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