mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:14:40 +03:00
in smtpserver, accept delivery to postmaster@<hostname>, and also postmaster@ addresses for domains that don't have a postmaster address configured.
This commit is contained in:
@ -321,7 +321,10 @@ describe-static" and "mox config describe-domains":
|
||||
# Port for HTTPS webserver. (optional)
|
||||
Port: 0
|
||||
|
||||
# Destination for emails delivered to postmaster address.
|
||||
# Destination for emails delivered to postmaster addresses: a plain 'postmaster'
|
||||
# without domain, 'postmaster@<hostname>' (also for each listener with SMTP
|
||||
# enabled), and as fallback for each domain without explicitly configured
|
||||
# postmaster destination.
|
||||
Postmaster:
|
||||
Account:
|
||||
|
||||
|
Reference in New Issue
Block a user