Hello,
is it possible to change the vacation sieve script that openxchange creates?
In my setup (Centos 5.4, OXCE 6.16, Dovecot 1.2, Sendmail 8.13) i need to specify the ":from" argument in vacation.
Example:
[ORIGINAL OX VACATION SCRIPT]
## Flag: vacation|UniqueId:0|Rulename: Vacation Notice
if true
{
vacation :days 1 :addresses [ "my@address.tld" , "my_second@address.tld" ] :subject "Vacation subject" "Vacation text" ;
}
[MODIFIED VACATION SCRIPT]
## Flag: vacation|UniqueId:0|Rulename: Vacation Notice
if true
{
vacation :days 1 :from "my@address.tld" :addresses [ "my@address.tld" , "my_second@address.tld" ] :subject "Vacation subject" "Vacation text" ;
}
Thanks!
is it possible to change the vacation sieve script that openxchange creates?
In my setup (Centos 5.4, OXCE 6.16, Dovecot 1.2, Sendmail 8.13) i need to specify the ":from" argument in vacation.
Example:
[ORIGINAL OX VACATION SCRIPT]
## Flag: vacation|UniqueId:0|Rulename: Vacation Notice
if true
{
vacation :days 1 :addresses [ "my@address.tld" , "my_second@address.tld" ] :subject "Vacation subject" "Vacation text" ;
}
[MODIFIED VACATION SCRIPT]
## Flag: vacation|UniqueId:0|Rulename: Vacation Notice
if true
{
vacation :days 1 :from "my@address.tld" :addresses [ "my@address.tld" , "my_second@address.tld" ] :subject "Vacation subject" "Vacation text" ;
}
Thanks!
Comment