From owner-freebsd-isp Wed Oct 18 15:51:28 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.bit.net.au (atlas.bit.net.au [203.18.94.3]) by hub.freebsd.org (Postfix) with ESMTP id 8B8FD37B4D7 for ; Wed, 18 Oct 2000 15:51:25 -0700 (PDT) Received: (from pdh@localhost) by atlas.bit.net.au (8.11.0/8.11.0) id e9IMp7i19502; Thu, 19 Oct 2000 08:51:07 +1000 Date: Thu, 19 Oct 2000 08:51:07 +1000 From: Phil Homewood To: "chem@i-p-d.nl" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: pop before smtp: makemap hangs Message-ID: <20001019085107.D11714@atlas.bit.net.au> References: <200010181257.OAA12791@ns5.i-p-d.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010181257.OAA12791@ns5.i-p-d.nl>; from chem@i-p-d.nl on Wed, Oct 18, 2000 at 02:59:10PM +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org chem@i-p-d.nl wrote: > !/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.) > sleep 30 > done -- Phil Homewood pdh@asiaonline.net Senior Technician +61 7 3620 1930 Asia Online (Queensland) http://www.asiaonline.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message