Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 10:37:02 -0800 (PST)
From:      Bill Schoolcraft <bill@wiliweld.com>
To:        Norbert Koch <nk@LF.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: fetchmail problem
Message-ID:  <Pine.BSF.4.21.0101071018200.58501-100000@corten5>
In-Reply-To: <vzelyf4jsh.fsf@lamia.LF.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At 7 Jan 2001 it looks like Norbert Koch composed:

nk->Fetchmail tries to connect to sendmail on your local box to deliver the
nk->mail. It looks like you don't have a sendmail daemon running.
nk->

..... Or to bypass sendmail for lets say a simple single user
desktop machine you can use the following ~/.fetchmailrc file

(start of simple ~./fetchmailrc file)

set daemon 300
poll pop3.hurricane.com with protocol POP3:
user william there with password ******** is bill here mda
"/usr/local/bin/procmail -f -"

(put your actual mail settings and your real password where the ****
is at)

That setup will have your fetchmail daemon check mail every 300
seconds and fetch your mail at you account and put it into where
your "echo $MAIL" is at. Edit your .pinerc file to make sure the
results of `echo $MAIL" line up with your incoming mail folder in
pine's (.pinerc) file in your home directory.

You'll probably be prompted to run the following command as root
also from the Fetchmail warning.

chmod 1777 /var/mail

You may now disable Sendmail if you wish.


--
Bill Schoolcraft
PO Box 210076
San Francisco, CA 94121
"UNIX, A Way of Life."



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101071018200.58501-100000>