Actually, you just need to enable the pop3 and/or imap daemons to get this
to work. Then sendmail will deliver mail just as you describe, and the pop3
or imail
daemon will fetch it from there and give it to netscape on request.
To do this, edit /etc/inetd.conf, and remove the comment marks from the
lines
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
imap stream tcp nowait root /usr/sbin/tcpd imapd
Then fix up /etc/hosts.allow and /etc/hosts.deny to permit only local
access to these services:
In /etc/hosts.allow, you will need a line like this:
ipop3d imapd: 127.0.0. 192.168.1.
and in /etc/hosts.deny, a line like this:
ALL: ALL
> My current sendmail configuration delivers local mail to /var/spool/mail.
> Since I would like to use Netscape's mail reader this is no good to me
since
> it (appears to) only support collection from a POP3 or IMAP server.
> How can I reconfigure sendmail to deliver local mail to a local POP3 (or
> IMAP) server? I'm imagining that I modify the MAILER(procmail) entry in
the
> config file to something like MAILER(pop3) having setup a local pop3
server.
> Any help much appreciated.
> Richard Conway.
> ---
> Web: http://www.rconway.co.uk