Date: Mon, 12 Jun 2000 21:28:29 -0500 From: "David J. Kanter" <djkanter@nwu.edu> To: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail+procmail --> ~/.INBOX Message-ID: <20000612212829.B6825@localhost.localdomain> In-Reply-To: <Pine.GSO.4.10.10006121713170.15400-100000@ux4.cso.uiuc.edu>; from brueggma@students.uiuc.edu on Mon, Jun 12, 2000 at 05:23:49PM -0500 References: <Pine.GSO.4.10.10006121713170.15400-100000@ux4.cso.uiuc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 12, 2000 at 05:23:49PM -0500, Eric Brueggmann wrote: > My name is Eric Brueggmann and I was wondering if there is a > RECENT/relevant "HOWTO" on how to get sendmail to use procmail to deliver > mail into ~/.INBOX instead of /var/spool/mail/$ (FBSD 4.0-STABLE)? Or is > it easier to just use qmail, that puts the inbox into "~/"? ---end quoted text--- You're going to have to get used to the m4 file for sendmail. Once you understand how to do that, then you'll want these options: define(`PROCMAIL_MAILER_PATH',`/usr/local/bin/procmail') FEATURE(`local_procmail') MAILER(`local') MAILER(`smtp') MAILER(`procmail') -- David Kanter djkanter@nwu.edu 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?20000612212829.B6825>