From: Victor Duchovni (no email)
Date: Thu Jun 02 2005 - 08:57:14 EDT
On Thu, Jun 02, 2005 at 01:58:30PM +0200, Tony Earnshaw wrote:
> > 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
>
> Bit unkind. The point is, surely, that if Postfix can't find a user in a
> mumble_user_table lookup map, it will report the user as non-existent.
You need to run the shell script yourself! This has nothing to do with
Postfix lookup tables, those work just fine.
-- 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>
|
|
|