I figured out,
There are two parameters in Postfix-main.cf that needs to be added in order to
make the local transport to the Cyrus machine and these are:local_transport =
lmtp:inet:[IP_ADDRESS]local_recipient_maps = mysql:/...
The mailbox_transport I removed.
On Sunday, May 15, 2016 2:53
Hi,
I want to different machines for Postfix, Cyrus IMAP and MySQL. Everything
works well except the local delivery part. I think Postfix does not know how to
deliver the mail to Cyrus.
This is how I have them configured:
###Postfix main.cf ###mailbox_transport = lmtp:inet:[IP_ADDRESS]
###Cyrus c