>>>>> "WVvP" == Wietse Venema via Postfix-users <postfix-users@postfix.org> >>>>> writes:
>> mailbox_transport = lmtp:172.16.0.216:24 virtual_transport = >> lmtp:172.16.0.216:24 WVvP> No more random experiments. When the documentation lacks what I am looking for then is there another way? WVvP> To integrate Dovecot, see Dovecot documentation for examples. That does not help because dovecot is not running on the same machine. Postfix main.cf Configuration according to https://doc.dovecot.org/configuration_manual/howto/postfix_dovecot_lmtp/ The final step is to tell Postfix to use this socket for final delivery, in this case in a virtual user scenario: virtual_transport = lmtp:unix:private/dovecot-lmtp For a non virtual user setup ( as when mail_location = maildir:~/.maildir ) : mailbox_transport = lmtp:unix:private/dovecot-lmtp The above is assuming dovecot lmtp server is local, and in my case it is not. Togan -- Life is endless possibilities, and there is choice! _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org