From: Victor Duchovni (no email)
Date: Thu Sep 01 2005 - 10:52:19 EDT
On Thu, Sep 01, 2005 at 11:32:26AM +0200, Angel L. Mateo wrote:
> Hello again,
>
> This is the postconf -n of the problematic server:
>
> alias_maps = hash:/etc/postfix/aliases, hash:/etc/postfix/aliases-zape
The default setting of local_recipient_maps is:
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
If the proxymap service is unavailable, smtpd will be able to do
local recipient validation. The most likely cause in this case
is slow or unavailable passwd sources in nsswitch.conf causing
the proxymap process limit to be exhausted. Make sure your
passwd file lookups are reliable and fast.
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.
|
|
|