Re: [Exim] exim v3 and ~/.procmailrc

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Michelle Konzack
Cc: exim-users
Asunto: Re: [Exim] exim v3 and ~/.procmailrc
Michelle Konzack wrote:

> Hello,
>
> How must I setup exim, that it delivers mails to the users ~/.procmailrc ?
> I am using Exim 4.14 on a Mailserver, but now there is someone which has
> ask me where to put the /usr/bin/procmail in the exim.conf


   procmail:
     driver = accept
     local_part_suffix = +* : -*
     local_part_suffix_optional
     check_local_user
     require_files = $home/.procmailrc
     transport = procmail_delivery



   procmail_delivery:
     driver = pipe
     delivery_date_add
     envelope_to_add
     return_path_add
     command = /usr/bin/procmail -f
     user = $local_part


Nico

--
/* dbmrefcnt--;  */     /* doesn't work, rats */
         --Larry Wall in hash.c from the perl source code