The entry for cyrus in /etc/master.cf is wrong. It should be /usr/cyrus/bin/deliver instead of /cyrus/bin/deliver. And it would be nice to have a 'after spamd cyrus' in the dependencies if someone uses cyrus and/or SpamAssassin. Regards, Alexander Reproducible: Always Steps to Reproduce: 1. 2. 3.
I've just found another problem: ]Incompatible changes with snapshot-20010610 ]=========================================== ] ]The Postfix pipe delivery agent no longer automatically case-folds ]the expansion of $user, $extension or $mailbox command-line macros. ]Specify the 'u' flag to get the old behavior. So the cyrus entry in master.cf should have a flags=u before the user=cyrus... because without email is handled case sensitiv (e.g. AHoller@... != aholler@...) This has changed sometimes since 1.x. Regards, Alexander
It must be flags=hu Without h, the domain is case sensitiv.
I have updated postfix-2.0.13-r1 to include a diff to the master.cf which makes the cyrus-related changes. Please test and let me know if you find any problems.
Seems to be back again.
I can't find postfix-2.0.13-r1 or anything related to patching master.cf in the attic at http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/?hideattic=0 Anyway, I don't use cyrus tranport, so please provide me the working entry for it and I will include it. Thanks.
Created attachment 81129 [details, diff] postfix-master.cf.patch please check the attached patch to see it it's OK. I'll commit it in the next version bump.
looks good to me
It has been included in ebuild. That one should be closed.
(In reply to comment #8) > It has been included in ebuild. That one should be closed. > Thanks, Tuan