Re: [Exim] Procmail

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Dave C.
Fecha:  
A: Dan Egli
Cc: exim-users
Asunto: Re: [Exim] Procmail
TRANSPORT:

procmail_pipe:
driver = pipe
command = "/usr/bin/procmail"
from_hack
user = "${local_part}"
group = mail


DIRECTORS:

# Use procmail to deliver to users that have a .procmailrc file
procmail:
driver = localuser
transport = procmail_pipe
no_verify
require_files = ${local_part}:+${home}/.procmailrc

# Any other local users, deliver directly.
no_procmail:
driver = localuser
transport = local_delivery

On Mon, 12 Nov 2001, Dan Egli wrote:

> Ok. The idea of a .forward with | /usr/bin/procmail was a bust. It prevented
> any delivery of mail.
>
> No errors in the log file, everything looks fine, but it would not appear in
> my box till I removed the .forward then my box was flodded with all the
> email ssince I installed the .forward.
>
> So, I ask again. How do I configure exim to process a message with procmail
> before delivering it to the user so that the rules in .procmailrc will be
> obayed?
> I'm sure it's a director config or somethign like that (perhaps a
> transport?), but I'm not sure how.
>
> Thanks!
>
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>


--