mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 00:54:54 +02:00
password should be pass
This commit is contained in:
parent
e963f7f65e
commit
ec1064de3b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ poll imap.example.com proto imap
|
||||||
```
|
```
|
||||||
poll pop3.example.com proto pop3
|
poll pop3.example.com proto pop3
|
||||||
user 'username'
|
user 'username'
|
||||||
password 'secret'
|
pass 'secret'
|
||||||
is 'user2@domain.tld'
|
is 'user2@domain.tld'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue