1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-07-04 21:22:30 +03:00
Files
mailserver/test/config/getmail/user3.cf
2024-08-17 12:14:59 +02:00

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")