mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Moved application.ini sieve_auth_plain_initial to per domain config
This commit is contained in:
parent
3513669412
commit
b3c10190cb
5 changed files with 15 additions and 12 deletions
|
|
@ -45,6 +45,7 @@ const
|
|||
sievePort: 4190,
|
||||
sieveType: 0,
|
||||
sieveTimeout: 10,
|
||||
sieveAuthLiteral: true,
|
||||
|
||||
smtpHost: '',
|
||||
smtpPort: 25,
|
||||
|
|
@ -108,6 +109,7 @@ const
|
|||
},
|
||||
Sieve: {
|
||||
enabled: !!oDomain.sieveEnabled(),
|
||||
authLiteral: !!oDomain.sieveAuthLiteral(),
|
||||
host: oDomain.sieveHost,
|
||||
port: oDomain.sievePort,
|
||||
secure: pInt(oDomain.sieveType()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue