mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-22 23:50:12 +02:00
14 lines
279 B
CFEngine3
14 lines
279 B
CFEngine3
|
# https://getmail6.org/configuration.html
|
||
|
|
||
|
[retriever]
|
||
|
type = SimpleIMAPSSLRetriever
|
||
|
server = imap.gmail.com
|
||
|
username = alice
|
||
|
password = notsecure
|
||
|
|
||
|
[destination]
|
||
|
type = MDA_external
|
||
|
path = /usr/lib/dovecot/deliver
|
||
|
allow_root_commands = true
|
||
|
arguments =("-d","user1@example.com")
|