How would this work for virtual hosting? Would you have to do like a lsearch
on the aliases file for that virtual domain?
-MJ
-----Original Message-----
From: J.Strohschnitter [
mailto:svebu@gmx.de]
Sent: Wednesday, July 17, 2002 2:27 AM
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
--
## List details at
http://www.exim.org/mailman/listinfo/exim-users Exim
details at
http://www.exim.org/ ##