https://qa.mandrakesoft.com/show_bug.cgi?id=920
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-01-21 16:00 -------
Looks good.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description:
After updating postfix to 2.0.1, postfix does no longer deliver any local email,
because the proxymap daemon cannot access /etc/passwd because it is started in a
chroot environment.
Changing the line
proxymap unix - - y - - proxymap
to
proxymap unix - - n - - proxymap
in master.cf fixes this.