mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
feature: adding getmail
as an alternative to fetchmail
(#2803)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
parent
abd72b6f10
commit
7af7546d88
16 changed files with 320 additions and 3 deletions
11
test/config/getmail/getmail-user3.cf
Normal file
11
test/config/getmail/getmail-user3.cf
Normal file
|
@ -0,0 +1,11 @@
|
|||
[retriever]
|
||||
type = SimpleIMAPSSLRetriever
|
||||
server = imap.remote-service.test
|
||||
username = user3
|
||||
password=secret
|
||||
|
||||
[destination]
|
||||
type = MDA_external
|
||||
path = /usr/lib/dovecot/deliver
|
||||
allow_root_commands = true
|
||||
arguments =("-d","user3@example.test")
|
Loading…
Add table
Add a link
Reference in a new issue