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