mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 09:34:33 +02:00
Solve Fetchmail imap idle issue (#10)
* Migrate PR#1730 from tomav/docker-mailserver repo to new docker-mailserver/docker-mailserver repo * Resolved review comments * Moved counter increment to have consistency between fetchmail process and fetchmail config files * Added tests for new fetchmail option Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
This commit is contained in:
parent
f1b6873d62
commit
061fe12aa7
5 changed files with 206 additions and 3 deletions
|
@ -3,3 +3,9 @@ poll pop3.example.com. with proto POP3
|
|||
password 'secret'
|
||||
is 'user2@domain.tld'
|
||||
here options keep ssl
|
||||
|
||||
poll pop3-2.example.com. with proto POP3
|
||||
user 'username' there with
|
||||
password 'secret'
|
||||
is 'user3@domain.tld'
|
||||
here options keep ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue