mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-14 03:14:56 +02:00
Add ssl to samlpe configuration. SSL is always good
parent
3b80ff4bce
commit
c8b95a7a40
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ poll 'imap.example.com' proto imap
|
||||||
user 'username'
|
user 'username'
|
||||||
pass 'secret'
|
pass 'secret'
|
||||||
is 'user1@domain.tld'
|
is 'user1@domain.tld'
|
||||||
|
ssl
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example POP3 configuration
|
## Example POP3 configuration
|
||||||
|
@ -39,6 +40,7 @@ poll 'pop3.example.com' proto pop3
|
||||||
user 'username'
|
user 'username'
|
||||||
pass 'secret'
|
pass 'secret'
|
||||||
is 'user2@domain.tld'
|
is 'user2@domain.tld'
|
||||||
|
ssl
|
||||||
```
|
```
|
||||||
|
|
||||||
__IMPORTANT__: Don’t 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`.
|
__IMPORTANT__: Don’t 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`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue