mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +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:
7
testdata/smtp/postmaster/domains.conf
vendored
Normal file
7
testdata/smtp/postmaster/domains.conf
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Domains:
|
||||
mox.example: nil
|
||||
Accounts:
|
||||
mjl:
|
||||
Domain: mox.example
|
||||
Destinations:
|
||||
mjl@mox.example: nil
|
9
testdata/smtp/postmaster/mox.conf
vendored
Normal file
9
testdata/smtp/postmaster/mox.conf
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
DataDir: data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: host.mox.example
|
||||
Postmaster:
|
||||
Account: mjl
|
||||
Mailbox: postmaster
|
||||
Listeners:
|
||||
local: nil
|
Reference in New Issue
Block a user