Postfix and Cyrus-IMAP interactions on x86_64
0 Comments Published by Felipe Alfaro Solana May 22nd, 2006 in Cyrus, Postfix, x86_64The file /etc/postfix/master.cf of postfix-2.1.5-4.2.RHEL4.x86_64 contains a hard-coded path to Cyrus-IMAP LMTP deliver agent, /usr/lib/cyrus-imapd/deliver. However, this causes problems on x86_64 systems since Cyrus-IMAP LMTP deliver agent path is /usr/lib64/cyrus-imapd/deliver.
Fixing this problem is easy: just edit /etc/postfix/master.cf and replace /usr/lib/cyrus-imapd/deliver with /usr/lib64/cyrus-imapd/deliver.
I have filled in a bug report against Red Hat’s Enterprise Linux 4:
No Comments to “Postfix and Cyrus-IMAP interactions on x86_64”
Please Wait
Leave a Reply