Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 04:28:35 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        BSD Freak <bsd-freak@mbox.com.au>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Procmail site-wide recipe's
Message-ID:  <20030211022835.GB99252@gothmog.gr>
In-Reply-To: <25691982566b82.2566b822569198@mbox.com.au>
References:  <25691982566b82.2566b822569198@mbox.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-02-11 11:52, BSD Freak <bsd-freak@mbox.com.au> wrote:
> That's basically what I'm asking. HOW do I make procmail the local
> delivery agent in sendmail...

Add the lines preceded by + below to your sendmail.mc file, regenerate
sendmail.cf and add your site-wide filters to /usr/local/etc/procmailrc

	+ FEATURE(`local_procmail')dnl
	  MAILER(local)dnl
	  MAILER(smtp)dnl
	+ MAILER(procmail)dnl

This is documented in detail in /usr/share/sendmail/cf/README around
line 1057:

    1057 local_procmail  Use procmail or another delivery agent as the local mailer.
    1058                 The argument to this feature is the pathname of the
    1059                 delivery agent, which defaults to PROCMAIL_MAILER_PATH.
			 [...]

- Giorgos


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?20030211022835.GB99252>