mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +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:
parent
9e280221b6
commit
d3590caa2e
9 changed files with 9 additions and 0 deletions
1
testdata/dsn/mox.conf
vendored
1
testdata/dsn/mox.conf
vendored
|
@ -1,4 +1,5 @@
|
|||
DataDir: data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
|
1
testdata/httpaccount/mox.conf
vendored
1
testdata/httpaccount/mox.conf
vendored
|
@ -1,4 +1,5 @@
|
|||
DataDir: data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
|
1
testdata/imap/mox.conf
vendored
1
testdata/imap/mox.conf
vendored
|
@ -1,4 +1,5 @@
|
|||
DataDir: data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Listeners:
|
||||
|
|
1
testdata/queue/mox.conf
vendored
1
testdata/queue/mox.conf
vendored
|
@ -1,5 +1,6 @@
|
|||
DataDir: data
|
||||
LogLevel: trace
|
||||
User: 1000
|
||||
Hostname: mox.example
|
||||
Listeners:
|
||||
local: nil
|
||||
|
|
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:
|
||||
|
|
1
testdata/store/mox.conf
vendored
1
testdata/store/mox.conf
vendored
|
@ -1,4 +1,5 @@
|
|||
DataDir: data
|
||||
User: 1000
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
|
|
Loading…
Reference in a new issue