Add possibility to set pool name for builtin ZoneMTA.

This commit is contained in:
Kevin Jilissen 2019-12-31 01:28:08 +01:00
parent 7744f5dc29
commit 0e7a5dae82
2 changed files with 9 additions and 0 deletions

View file

@ -119,6 +119,13 @@ async function createConfig() {
}
},
pools: {
default: {
address: '0.0.0.0',
name: config.builtinZoneMTA.poolName || os.hostname()
}
},
zones: {
default: {
preferIPv6: false,