mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2024-12-18 14:04:17 +01:00
b2978fd760
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
12 lines
243 B
CFEngine3
12 lines
243 B
CFEngine3
[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")
|