Mark,
Thanks for the quick reply. What i needed to do was in my mm.cfg I had to
add :
DELIVERY_MODULE = 'SMTPDirect'
SMTPHOST= 'mailserverip [or hostname]' # destination mail server
SMTPPORT= 25
restarted mailman , and mail went to "other" mailserver to all subscribed
users!
It
Mark,
Thanks for the quick reply. What i needed to do was in my mm.cfg I had to
add :
DELIVERY_MODULE = 'SMTPDirect'
SMTPHOST= 'mailserverip [or hostname]' # destination mail server
SMTPPORT= 25
restarted mailman , and mail went to "other" mailserver to all subscribed
users!
It
Barry Cisna wrote:
>Below is a copy paste of the mail log on the actual MM server.
>Is the "mailer=local" corrrect?
>to=<[EMAIL PROTECTED]>, delay=00:00:02, xdelay=00:00:02,
>mailer=local, pri=86494, dsn=2.0.0, stat=Sent
This is from the MTA log, thus the message was delivered from Mailman
to t
Hello List,
I have setup a couple other MM installs in the past. This is the first
time i have installed MM on a server different from the mail server that
users use.
I never see any smtp-failures in the MM logs?
Ive went through the faq 3.1.4 "Users not receiving mail". No joy:(.
Below is a cop