mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-24 12:44:47 +02:00
Rename config examples directory (#2438)
This commit is contained in:
parent
1eca829cc1
commit
a8a8c859dc
26 changed files with 3 additions and 3 deletions
13
config-examples/fetchmail.cf
Normal file
13
config-examples/fetchmail.cf
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Example configuration: IMAP
|
||||
#poll imap.example.com with proto IMAP
|
||||
# user 'username' there with
|
||||
# password 'secret'
|
||||
# is 'user1@domain.tld'
|
||||
# here ssl
|
||||
|
||||
## Example configuration: POP3
|
||||
#poll pop3.example.com with proto POP3
|
||||
# user 'username' there with
|
||||
# password 'secret'
|
||||
# is 'user2@domain.tld'
|
||||
# here options keep ssl
|
Loading…
Add table
Add a link
Reference in a new issue