Skip to content
Discussion options

You must be logged in to vote

Maildir is wrong, use MDA_external instead. See our documentation for more information: https://docker-mailserver.github.io/docker-mailserver/latest/config/advanced/mail-getmail/

This works for me:

[retriever]
type = SimplePOP3SSLRetriever
server = pop.gmail.com
username = [email protected]
password = YYY

[destination]
type = MDA_external
path = /usr/lib/dovecot/deliver
allow_root_commands = true
arguments =("-d","[email protected]")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PCarlsson
Comment options

Answer selected by PCarlsson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants