mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 16:15:04 +02:00
password should be pass
parent
f9e5cfabbe
commit
9a91846009
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