Merge branch 'development' of github.com:Mailtrain-org/mailtrain into development
This commit is contained in:
commit
6f463b0b82
5 changed files with 14 additions and 1 deletions
|
@ -257,6 +257,7 @@ builtinZoneMTA:
|
|||
level: warn
|
||||
processes: 2
|
||||
connections: 5
|
||||
# poolName: 'mail.example.com' # defaults to os.hostname()
|
||||
|
||||
seleniumWebDriver:
|
||||
browser: phantomjs
|
||||
|
|
|
@ -119,6 +119,13 @@ async function createConfig() {
|
|||
}
|
||||
},
|
||||
|
||||
pools: {
|
||||
default: {
|
||||
address: '0.0.0.0',
|
||||
name: config.builtinZoneMTA.poolName || os.hostname()
|
||||
}
|
||||
},
|
||||
|
||||
zones: {
|
||||
default: {
|
||||
preferIPv6: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue