Updated config. file

see #98
This commit is contained in:
Antoine Nguyen
2017-02-10 11:43:19 +01:00
parent 8791766052
commit 6fd517e2df

View File

@@ -21,6 +21,7 @@ smtp_server = %hostname
smtp_port = 587
smtp_encryption = starttls
smtp_auth = plaintext
smtp_auth_identity = ${email}
smtp_refresh_ttl = 6
smtp_default = yes
@@ -29,6 +30,7 @@ imap_server = %hostname
imap_port = 143
imap_encryption = starttls
imap_auth = plaintext
imap_auth_identity = ${email}
imap_refresh_ttl = 6
pop = yes
@@ -36,3 +38,4 @@ pop_server = %hostname
pop_port = 110
pop_encryption = starttls
pop_auth = plaintext
pop_auth_identity = ${email}