Re: [Exim] how i setup vacation program

Página Inicial
Delete this message
Reply to this message
Autor: Bart van Dommelen
Data:  
Para: Naeem, exim-users
Assunto: Re: [Exim] how i setup vacation program
Hi,

I use this configuration (in exim.conf)

In TRANSPORTS section

# 2001/07/05/, Bart van Dommelen.
# This transport will send a vacation message if on the home directory
# a file .vacation resides. The text in this file will be included in
# the message.
# Uncomment return_message for including the message and
# uncomment text for explaining the meaning of this message.

user_vacation:
driver = autoreply
user = ${local_part}
file = $home/.vacation
to = "${sender_address}"
subject = "${if def:h_Subject: {Autoreply: $h_Subject:} {Notification}}"
# return_message = true
# text = "\
#------
------\n\n\
# This message was automatically generated by email software\n\
# The delivery of your message has not been affected.\n\n\
#------

And in the DIRECTORS section

# This tranport will send an automatic reply if on the users
# home directory a file .vacation resides.

uservacation:
driver = localuser
transport = user_vacation
require_files = ${home}/.vacation
unseen
no_expn
no_verify
user = ${local_part}

Regards,

-Bart.

At 2-7-2001 02:44, Naeem wrote:
>hi
>
>friday at nearly 1900 my director order that they need vacation response like
>auto reply in various mails.i have no experience with mta but i know
>there is
>.forward file.please any one sent me complete codes of vacation setup ,or auto
>reply
>
>
>urgently need
>
>--
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
>details at http://www.exim.org/ ##