From owner-freebsd-hackers Tue Jun 23 11:26:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06288 for freebsd-hackers-outgoing; Tue, 23 Jun 1998 11:26:42 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from mail.atipa.com (altrox.atipa.com [208.128.22.34]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA06249 for ; Tue, 23 Jun 1998 11:26:27 -0700 (PDT) (envelope-from freebsd@atipa.com) Received: (qmail 13105 invoked by uid 1017); 23 Jun 1998 17:23:23 -0000 Date: Tue, 23 Jun 1998 11:23:23 -0600 (MDT) From: Atipa To: "Matthew N. Dodd" cc: Nick Hibma , Andrew Reilly , FreeBSD hackers mailing list Subject: Re: - pop3 - URGENT In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use MX aliases to deliver mail to our NFS server, so the local delivery does not depend on Network F(a)il(ur)e Systems. I use qmail on all machines, so that local mail attempts (from cron jobs, vi crashes, etc.) are all forwarded to mail.atipa.com as well as outside mails. We use qpopper for pop3 through TCP wrappers, statically compiled to look for mail in $USER/Mailbox. Qpopper properly uses getpwent() if you know what you re doing. PS - Why is this on -HACKERS? On Tue, 23 Jun 1998, Matthew N. Dodd wrote: > On Tue, 23 Jun 1998, Nick Hibma wrote: > > By that time the message has been accepted and deleted from the senders > > queue. If the sendmail dos not succeed in saving that message into the > > box because the NFS drive does not come online, that implies the > > message is lost. > > > > Are at least that is what I think will happen. > > It will stay in the queue of the system doing the local delivery until > local delivery succeeds or fails. > > Failure modes determine if the message is bounced or delivery is attempted > at a later time. > > RTFM > > /* > Matthew N. Dodd | A memory retaining a love you had for life > winter@jurai.net | As cruel as it seems nothing ever seems to > http://www.jurai.net/~winter | go right - FLA M 3.1:53 > */ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message