1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 11:41:18 +02:00

Add ssl to samlpe configuration. SSL is always good

This commit is contained in:
Josef Friedrich 2016-08-30 00:10:48 +02:00
parent 51f59208b7
commit c47a50d971

@ -30,6 +30,7 @@ poll 'imap.example.com' proto imap
user 'username'
pass 'secret'
is 'user1@domain.tld'
ssl
```
## Example POP3 configuration
@ -39,6 +40,7 @@ poll 'pop3.example.com' proto pop3
user 'username'
pass 'secret'
is 'user2@domain.tld'
ssl
```
__IMPORTANT__: Dont forget the last line: e. g. `is 'user1@domain.tld'`. After `is` you have to specify one email address from the configuration file `config/postfix-accounts.cf`.