Add specific unencrypted servers for internal connexions (webmails)

This commit is contained in:
kaiyou
2017-10-22 11:31:32 +02:00
parent ec6d5acc18
commit 04a25fc4e3
3 changed files with 27 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
imap_host = "front"
imap_port = 143
imap_port = 10143
imap_secure = "None"
imap_short_login = Off
sieve_use = On
@@ -8,7 +8,7 @@ sieve_host = "imap"
sieve_port = 4190
sieve_secure = "TLS"
smtp_host = "front"
smtp_port = 25
smtp_port = 10025
smtp_secure = "None"
smtp_short_login = Off
smtp_auth = On