[Mailman-Users] Relay access denied

Morgan Fletcher morgan at hahaha.org
Thu Feb 7 20:32:43 CET 2002


Morgan Fletcher <morgan at hahaha.org> 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





More information about the Mailman-Users mailing list