Autor: Dan Egli Data: Para: webmaster at xoim.com CC: exim-users Asunto: Re: [Exim] How to enable procmail in exim
webmaster at xoim.com wrote:
> --
> --
> [ Picked text/plain from multipart/alternative ]
> Anyone know how to support procmail in exim ? I searched all the
> internet but I can't find any solutions, most of the result talk as if
> procmail supported by default
>
> I have attached my exim.conf file
>
> PS: I don't know anything about exim, so I am very sorry if this easy
> question.
> --
It took me 20 minutes of searching when I first setup exim to find
Procmail support. It boils down to a router and a transport.
procmail_director:
driver = accept
check_local_user
no_verify
user = ${local_part}
require_files = $home/.procmailrc
transport = procmail_transport