I am planning to move the dovecot imapd to a new server which has no smtp server. The postfix server located in an other machine is responsible for receving the mail for the main and the virtual domains and has no local delivery.
postfix server has ip 172.16.0.184 dovecot server has ip 172.16.0.216 I am not sure I understand how the mail delivery should work. I think in the postfix server's main.cf the following is needed. mailbox_transport = lmtp:172.16.0.216:24 virtual_transport = lmtp:172.16.0.216:24 transport_destination_recipient_limit = 1 But then reading man lmtp(8) it says lmtp is expected to be configured in master.cf. What am I configuring and how do I do is as there is no lmtp server running on the machine running postfix. Everything will be sent to the dovecot machine. How do I achieve that postfix sends all mail both for the virtual domains and the main domain to the dovecot server via lmtp Thanks Togan _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org