1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

password should be pass

This commit is contained in:
Josef Friedrich
2016-08-22 22:24:07 +02:00
parent e963f7f65e
commit ec1064de3b

View File

@ -37,7 +37,7 @@ poll imap.example.com proto imap
```
poll pop3.example.com proto pop3
user 'username'
password 'secret'
pass 'secret'
is 'user2@domain.tld'
```