Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 1996 11:04:03 -0800 (PST)
From:      batie@agora.rdrop.com (Alan Batie)
To:        andi@dnet.it (Andreas Mutschlechner)
Cc:        freebsd-isp@freebsd.org
Subject:   Re: sendmail, pop and uucp
Message-ID:  <m0tfAUF-000AmWC@agora.rdrop.com>
In-Reply-To: <Pine.BSF.3.91.960124182445.140C-100000@localhost> from "Andreas Mutschlechner" at Jan 24, 96 06:33:38 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> The problem is how they can retrieve the mail from our mailserver.

I have a hack in my smail transports file:

localuser:	driver=appendfile,	# append message to a file
	return_path,			# include a Return-Path: field
	from,				# supply a From_ envelope line
	unix_from_hack,			# insert > before From in body
	local;				# use local forms for delivery

	file=/var/mail/localuser,	# location of mailbox files
#	group=mail,			# group to own file for System V
	user=localuser,
	mode=0600,			# For BSD: only the user can
					# read and write file
#	mode=0660,			# under System V, group mail can access
					# use this for SCO UNIX, as well
	suffix="\n"			# append an extra newline

Then I just use the usual forwarding mechanism to route their domain to
this transport.

-- 
Alan Batie                            ______
batie@agora.rdrop.com                 \    /      Freedom for me to be and do
+1 503 452-0960                        \  /       only what *you* approve of
45 28 59 N / 122 43 20 W / 440' MSL     \/        is no freedom at all.

It is my policy to avoid purchase of any products from companies which use
unrequested email advertisements or telephone solicitation.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0tfAUF-000AmWC>