Announcement

Collapse
No announcement yet.

How to change to vacation sieve script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to change to vacation sieve script

    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!

  • #2
    Hello,

    there no "simple" way of doing this. If the first address of the :addresses part should be used as :from like in your example you can change the source code that way.

    But if it should be settable in the GUI this is not possible without big changes at the moment, because the underlying protocol on our side doesn't specify a from part: http://oxpedia.org/wiki/index.php?ti...Filter#Actions

    Regards,

    Dennis

    Comment

    Working...
    X