Re: [Exim] Exim with vacation

Top Page
Delete this message
Reply to this message
Author: J Strohschnitter
Date:  
To: Marcelo Braga, exim-users
Subject: Re: [Exim] Exim with vacation
Hi there,

here is our configuration in exim.conf. The user just only has to create a
file in his/her HomeFileSet, named .vacation filled with text.

Add this into TRANSPORTS CONFIGURATION:

######################################################################
#                       VACATION RESPONSE                            #
######################################################################
vacation_transport:
        driver = autoreply
        user = ${local_part}
        file = ${home}/.vacation
        once = ${home}/vacation-once
        log  = ${home}/vacation.log
        return_message = true
        text = "\
        =============================================================\n\n\
        Your Message\n\
        =============================================================\n\n\n"
        to = "${sender_address}"
        subject =  "${if def:h_Subject: {VACATION: $h_Subject:} {ISome words
...}}"




And this into DIRECTORS CONFIGURATION:

######################################################################
#                       VACATION RESPONSE                            #
#                                 #
######################################################################
vacation_user:
        driver = localuser
        transport = vacation_transport
        user = ${local_part}
        require_files = ${local_part}:${home}/.vacation
        no_expn
        no_verify
        unseen




--->>> now it should work ... try out some good sides for exim-configuration
for example www.world-email.cx


--

SET THE CONTROLS
    FOR THE HEART OF THE SUN


Jens

www.allaboutme.de