Are you using the vacation message feature? I created
gosa_vacation:
debug_print = "R: gosa_vacation for [EMAIL PROTECTED]"
driver = accept
domains = dsearch;/etc/exim4/virtual
unseen
condition = ${lookup ldap
{ldap://localhost/dc=jolt,dc=co,dc=uk?uid?sub?(&(gosaMailDeliveryMode=*V*)([EMAIL
PROTECTED]))}}
transport = vacation_reply
and
vacation_reply:
driver = autoreply
to = $sender_address
subject = "Autoreply: Vacation Message for [EMAIL PROTECTED]"
text = "Vacation Message"
return_message
user = mail
But I can't seem to work out a way to quote the results of
ldap://localhost/dc=jolt,dc=co,dc=uk?gosaVacationMessage?sub?([EMAIL PROTECTED])
in the text option. :(
James
--
http://www.freecharity.org.uk/ - Free hosting for charities
http://jamesd.ukgeeks.co.uk/
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/