Re: [Mailman-Users] Prerequesits for mailman and a mta

2007-07-22 Thread Helmut Schneider
From: "Mark Sapiro" <[EMAIL PROTECTED]> > Helmut Schneider wrote: >>Thanks, but I wonder why mailman does not send emails e.g. invitations. > In mm_cfg.py I set: >>DELIVERY_MODULE = 'SMTPDirect' >>SMTPHOST = 'localhost' >>SMTPPORT = 25 >>There are no errors at logs/error, there is a hosts and a r

Re: [Mailman-Users] Prerequesits for mailman and a mta

2007-07-21 Thread Mark Sapiro
Helmut Schneider wrote: > >Thanks, but I wonder why mailman does not send emails e.g. invitations. In >mm_cfg.py I set: >DELIVERY_MODULE = 'SMTPDirect' >SMTPHOST = 'localhost' >SMTPPORT = 25 > >There are no errors at logs/error, there is a hosts and a resolv.conf. The >logfile (of postfix) does n

Re: [Mailman-Users] Prerequesits for mailman and a mta

2007-07-21 Thread Helmut Schneider
From: "Mark Sapiro" <[EMAIL PROTECTED]> > Helmut Schneider wrote: >>I'm not talking about inbout mails/requests, just outbound, mails > generated by mailman. > Mailman uses the outgoing MTA defined in SMTPHOST (default = > 'localhost'). By defining SMTPHOST and perhaps SMTPPORT in mm_cfg.py, > yo

Re: [Mailman-Users] Prerequesits for mailman and a mta

2007-07-20 Thread Mark Sapiro
Helmut Schneider wrote: > >I'm not talking about inbout mails/requests, just outbound, mails generated >by mailman. Mailman uses the outgoing MTA defined in SMTPHOST (default = 'localhost'). By defining SMTPHOST and perhaps SMTPPORT in mm_cfg.py, you can use any outgoing MTA that you can connect

[Mailman-Users] Prerequesits for mailman and a mta

2007-07-20 Thread Helmut Schneider
Hi, what part(s) of e.g. postfix do I need to run mailman? I have installed mailman in a chrooted environment. What does mailman need to run properly? Is mailman able to use a mta via IP and a sendmail/mailwrapper binary provided in the chroot is enough? I'm not talking about inbout mails/requ