Date: 02 Jan 2003 15:39:07 +0000 From: Ian Watkinson <ian.watkinson@ehsbrann.com> To: questions@freebsd.org Subject: Procmail and Exim - Freebsd Message-ID: <1041521947.14301.6.camel@pan.ehsbrann.com> In-Reply-To: <20030102161006.M177@eldar.hayholt.org> References: <20030102161006.M177@eldar.hayholt.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Trying to get Fetmail - Procmail - Exim working.
>From the Exim site for Version 4, it suggests
# transport
procmail_pipe:
driver = pipe
command = /usr/local/bin/procmail -d $local_part
return_path_add
delivery_date_add
envelope_to_add
check_string = "From "
escape_string = ">From "
user = $local_part
group = mail
# router
procmail:
driver = accept
check_local_user
transport = procmail_pipe
In the exim config file, however, when I start Exim, I get
exim
2003-01-02 15:35:27 Exim configuration error in line 228:
transport procmail: cannot find transport driver "accept"
Line 228 of the config file is the
driver = accept
line.
Anyone got exim and procmail working together,
and would care to share that part of the file with the
list.
Thanks in advance.
Ian
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?1041521947.14301.6.camel>
