[Mailman-Developers] Error during installation of postorius

Simon Hanna simon.hanna at serve-me.info
Tue Dec 6 06:17:08 EST 2016


On 12/06/2016 11:37 AM, Nikhil Rayaprolu wrote:
> I tried installing the postorius , and on logging in I am facing an error
> "SMTPRecipientsRefused at /accounts/login/"
> what would be causing the problem?
> on reading the docs I found that we should add the settings of postfix in
> mailman.cfg file.but even on adding the settings , problem persist.
> Thank You
> -Nikhil Rayaprolu
You are trying to send actual mail through postfix, and postfix can't
send it because something is wrong about the address. If you are just
trying to get a development setup up and running use the python builtin
smtp server instead.
"sudo python -m smtpd -n -c DebuggingServer localhost:25"


More information about the Mailman-Developers mailing list