Add possibility to set pool name for builtin ZoneMTA.
This commit is contained in:
parent
7744f5dc29
commit
0e7a5dae82
2 changed files with 9 additions and 0 deletions
|
@ -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