[exim] setting up out-of office message

Top Page
Delete this message
Reply to this message
Author: sol harvest
Date:  
To: exim-users
Subject: [exim] setting up out-of office message
Hello,
with the coming holidays my boss has been clamoring to set up automated
replies.

I have searched and written both a router and a transport, but it doesn't
work so far.
Here are the conf files, if anyone could point me toward my mistakes, I
would be quite grateful.

Router

05_exim4-config_vacation

uservacation:
driver = accept
domains = +local_domains
# user to put away message in a file called vacation.msg
require_files = $home/Maildir/vacation.msg
# do not reply to errors or bounces or lists
senders = ! ^.*-request@.*:\
            ! ^bounce-.*@.*:\
            ! ^.*-bounce@.*:\
            ! ^owner-.*@.*:\
            ! ^postmaster@.*:\
            ! ^webmaster@.*:\
            ! ^listmaster@.*:\
            ! ^mailer-daemon@.*:\
            ! ^root@.*
transport = uservacation_transport
unseen
no_verify



Transport

05_exim4-config_vacation_reply

vacation_reply:
driver = autoreply
file = $home/Maildir/vacation.msg
file_expand

Again, thanks for any and all help.

Sollips