Hi list,
I have a RHEL 5 Server with postfix + cyrus for mail system.
I have setup
main.cf at postfix
mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
but postfix doesn't deliver messages to cyrus, the message arrives to /var/spool/mail/username
/var/lib/imap/socket/lmtp is owner user to root and owner group to root.
if I change the owner user and group to cyrus.mail and restart cyrus the owner user and group become to root.root again.
at this moment I setup postfix to use the old cyrus deliver program
mailbox_transport = cyrus
and it works!
but i need and want lmtp deliver system and because autocreate* cyrus directives need lmtp deliver system
any help?
thanks for any help
feb