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"
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to