Hi Markus, On Thu, 10 Aug 2017 17:06:17 +0200 Markus Rosjat wrote: > I try to get maildrop to work with postfix so I installed the > maildrop-postfix package and did the config in the main.cf
Postfix has a built in maildrop program called local(8), which aliases, forwards, delimits and delivers to mboxes or maildirs in various places: http://www.postfix.org/local.8.html But it is better to pass mail via LMTP to the IMAP daemon for storage, via either local chrooted UNIX sockets, or TCP to other machines: https://en.wikipedia.org/wiki/Local_Mail_Transfer_Protocol https://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP http://www.postfix.org/lmtp.8.html Cheers, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

