From owner-freebsd-isp Thu Oct 19 2:33:33 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns1.i-p-d.nl (ns1.i-p-d.nl [208.239.240.129]) by hub.freebsd.org (Postfix) with ESMTP id 66DA437B479 for ; Thu, 19 Oct 2000 02:33:30 -0700 (PDT) Received: from gina (xs02-062.support.nl [195.114.229.62]) by ns1.i-p-d.nl (8.9.3/8.9.3) with ESMTP id LAA18917; Thu, 19 Oct 2000 11:34:49 +0200 (CEST) (envelope-from chem@i-p-d.nl) Message-Id: <200010190934.LAA18917@ns1.i-p-d.nl> From: "chem@i-p-d.nl" To: Phil Homewood Date: Thu, 19 Oct 2000 11:38:18 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: pop before smtp: makemap hangs Reply-To: chem@i-p-d.nl Cc: freebsd-isp@FreeBSD.ORG 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 +0200 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > !/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