Use quotation marks for hostnames for better separation between key and values. Imap and pop3 can't be written in quotation marks.
This commit is contained in:
parent
393b5239c5
commit
3a6b6ef198
|
@ -26,7 +26,7 @@ A detailed description of the configuration options can be found in the [online
|
||||||
## Example IMAP configuration
|
## Example IMAP configuration
|
||||||
|
|
||||||
```
|
```
|
||||||
poll imap.example.com proto imap
|
poll 'imap.example.com' proto imap
|
||||||
user 'username'
|
user 'username'
|
||||||
pass 'secret'
|
pass 'secret'
|
||||||
is 'user1@domain.tld'
|
is 'user1@domain.tld'
|
||||||
|
@ -35,7 +35,7 @@ poll imap.example.com proto imap
|
||||||
## Example POP3 configuration
|
## Example POP3 configuration
|
||||||
|
|
||||||
```
|
```
|
||||||
poll pop3.example.com proto pop3
|
poll 'pop3.example.com' proto pop3
|
||||||
user 'username'
|
user 'username'
|
||||||
pass 'secret'
|
pass 'secret'
|
||||||
is 'user2@domain.tld'
|
is 'user2@domain.tld'
|
||||||
|
|
Loading…
Reference in New Issue