Date: Thu, 19 Oct 2000 11:38:18 +0200 From: "chem@i-p-d.nl" <chem@i-p-d.nl> To: Phil Homewood <pdh@bit.net.au> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: pop before smtp: makemap hangs Message-ID: <200010190934.LAA18917@ns1.i-p-d.nl> In-Reply-To: <20001019085107.D11714@atlas.bit.net.au> References: <200010181257.OAA12791@ns5.i-p-d.nl>; from chem@i-p-d.nl on Wed, Oct 18, 2000 at 02:59:10PM %2B0200
next in thread | previous in thread | raw e-mail | index | archive | help
> > !/bin/sh > > cd /var/spool/popauth/ > > while `true` > > do > > mv /etc/mail/popauth /etc/mail/popauth-old > > echo > /etc/mail/popauth > > for addr in `ls -1` > > do > > echo "$addr OK" >> /etc/mail/popauth > > done > > cat /etc/mail/popauth | makemap -r hash /etc/mail/popauth.db < > > /etc/mail/popauth > > cat FOO | command < FOO ???? > Try replacing that with > > makemap hash /etc/mail/popauth.db < /etc/mail/popauth > > (doing it correctly, the "-r" should be redundant too.) > i changed it, but still the same problem exists. Would it be possible to give the makemap more priority? I have run this script over a half year now without any problems, and the only aparent change was putting in the popauth hack from sendmail, instead of the hack i used before (ORBS did not aprove the last one, and is happy with the official sendmail-hack. TIA Gina van Zundert Unix SysAdmin (Spec:DNS-Email-MySQL) IPD Hosting BV ------------------- WWW Hosting --------------------- http://www.i-p-d.nl Tel: 0165-571675 http://www.ipdhosting.com Fax: 0165-571710 http://www.domeinhosting.com Email: support@i-p-d.nl http://www.secure.nl ----------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010190934.LAA18917>