On 04/22/2018 03:31 AM, 孙志勇 wrote:
> 
> it can visit http://server/mailman3/postorius/lists/, but when login, it says 
> Sever Error (500). in /var/log/mailman3/web/mailman-web.log there is a line:
> SMTPRecipientsRefused: {u'[email protected]': (451, '4.3.0 <[email protected]>: Temporary 
> lookup failure')} 
> # [email protected] is superuser email address.
> 
> 
> in postfix log file, there is:
> Apr 22 18:05:53 mail postfix/smtpd[12870]: error: open database 
> /var/lib/mailman3/data/postfix_domains.db: No such file or directory
> Apr 22 18:05:53 mail postfix/smtpd[12870]: error: open database 
> /var/lib/mailman3/data/postfix_lmtp.db: No such file or directory


Please report these issues to Debian. Otherwise their
package/documentation won't get fixed.

That said, the above errors are because Postfix can't send mail and
there are no Mailman specific Postfix alias files. This is because you
haven't yet created a list.

Try

mailman aliases

This should create the /var/lib/mailman3/data/postfix_domains.db and
/var/lib/mailman3/data/postfix_lmtp.db files.

Fixing this may fix the 500 error. If not, we need more info as to what
the issue is. There may be a more detailed error in the web server's
error log or in mailman's log. The latter might be in
/var/lib/mailman3/logs/ or probably somewhere in /var/log/mailman3/
depending on how Debian set this up.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
_______________________________________________
Mailman-Developers mailing list
[email protected]
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