Morgan Fletcher <[EMAIL PROTECTED]> writes:
> I'm trying to run mailman 2.0.8 on NetBSD 1.5.1 with postfix. When I create
> a list and it tries to send mail to a valid external address (for the list
> owner), postfix doesn't send the message and I see this in maillog:
>
>   Recipient address rejected: Relay access denied

It was a configuration error. Default.py had:

SMTPHOST = 'localhost'

But postfix's main.cf had:

myhostname = mail.ourdomain.com

I needed to set SMTPHOST to 'mail' in mm_cfg.py to make mailman work.

Morgan


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to