Re: [Exim] Simplified vacation processing

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nigel Metheringham
Data:  
Para: nbecker
CC: exim-users
Assunto: Re: [Exim] Simplified vacation processing
nbecker@??? said:
> Does anyone have an example of exim.conf which uses this latter
> feature?


SOmething similar - its actually on a box without users hence doesn't
use home directories etc. However you should be able to work from it...

# Transports section
vacation:
driver = autoreply
file = /var/exim/autoreply/msgs/${lc:$local_part}
file_expand
from = "Autoreply System <postmaster@???>"
return_message
subject = "Autoreply to $h_subject:"
to = "$sender_address"
user = exim
once = /var/exim/autoreply/dbs/${lc:$local_part}
once_repeat = 5d

.....
# directors section
vacation:
require_files = /var/exim/autoreply/msgs/${lc:$local_part}
driver = smartuser
suffix = "+*"
suffix_optional
transport = vacation
unseen

-- 
[ - Opinions expressed are personal and may not be shared by VData - ]
[ Nigel Metheringham                  Nigel.Metheringham@??? ]
[ Phone: +44 1423 850000                         Fax +44 1423 858866 ]