From owner-freebsd-isp Tue Jan 26 04:40:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26873 for freebsd-isp-outgoing; Tue, 26 Jan 1999 04:40:26 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from aniwa.sky (p22-max5.wlg.ihug.co.nz [202.49.241.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26860 for ; Tue, 26 Jan 1999 04:40:19 -0800 (PST) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.8/8.8.7) with ESMTP id BAA25133; Wed, 27 Jan 1999 01:35:46 +1300 (NZDT) (envelope-from andrew@squiz.co.nz) Date: Wed, 27 Jan 1999 01:35:46 +1300 (NZDT) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: "Joseph M. Scott" cc: Leif Neland , freebsd-isp@FreeBSD.ORG Subject: Re: dummy-pop3 server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 25 Jan 1999, Joseph M. Scott wrote: > On Tue, 26 Jan 1999, Leif Neland wrote: > > > I'm looking for a dummy pop3-server, which can authorize anybody, and just > > send a single message: 'Hey dummy, we have moved the pop3-server; don't > > use this ip-adress, use the name: "mail.our.domain" instead.' > > You could also forward all pop3 traffic to the new machine. It's > probably unlikely that the people checking their email will ever get the " > the pop server is now at : whatever_ip", though this may depend largely on > the mail client. You could put the message into an undeletable mail message. I tried mucking around with permissions and symbolic links in /var/mail but my pop server (cucipop) won't open the mailbox unless it's writable. It wouldn't be all that big a job to hack a clearly written pop server into always using the same mailbox regardless of what username and password were presented, and ignoring 'dele' commands. I'd have to say that I'd be more likely to use perl than shell code for this. Or to hack someone else's C code. Andrew McNaughton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message