From: Victor Duchovni (no email)
Date: Thu Jun 02 2005 - 07:05:00 EDT
On Thu, Jun 02, 2005 at 12:45:59PM +0200, Angel L. Mateo wrote:
> If I launch postfix without any nscd daemon, postfix doesn't work. If I
> launch nscd after postfix, postfix doesn't work. If I launch nscd before
> postfix, postfix works.
>
> But, I don't know what is the problem or why it happens.
The following bash (for printf built-in) script may help:
#! /bin/bash
while : not understood
do
cat <<'EOF'
Complain to your vendor. Postfix uses the system getpwnam() routine
to look up user information; this routine MUST NOT report that the
user doesn't exist when some server is down.
EOF
printf "Got it? "
read ans; if expr "$ans" : "[Yy]" >/dev/null; then break; fi
done
-- 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>
|
|
|