mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
do not require a user "mox" to be present for tests
uid 1000 doesn't actually have to be present (except for the special imaptest), but this prevents looking up the user named mox.
This commit is contained in:
1
testdata/smtp/dmarcreport/mox.conf
vendored
1
testdata/smtp/dmarcreport/mox.conf
vendored
@ -1,4 +1,5 @@
|
||||
DataDir: ../data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
1
testdata/smtp/junk/mox.conf
vendored
1
testdata/smtp/junk/mox.conf
vendored
@ -1,4 +1,5 @@
|
||||
DataDir: ../data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
1
testdata/smtp/mox.conf
vendored
1
testdata/smtp/mox.conf
vendored
@ -1,4 +1,5 @@
|
||||
DataDir: data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
1
testdata/smtp/tlsrpt/mox.conf
vendored
1
testdata/smtp/tlsrpt/mox.conf
vendored
@ -1,4 +1,5 @@
|
||||
DataDir: ../data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
Reference in New Issue
Block a user