Sieve vacation in virtdomains / ldap

Gabriele Bulfon gbulfon at sonicle.com
Sat Jun 15 06:09:42 EDT 2013


Hi,
we've been using cyrus for years in pam auth mode, with vacation scripts working correctly.
We recently switched to virtdomains: userid using ldap authentication.
Since this switch, vacation scripts are never considered, while filters parts of the script work fine.
Sieve scripts are usually like this:
#
# Generated by Sonicle WebTop Services [http://www.sonicle.com]
#
require ["fileinto","vacation","reject"];
if anyof (header :contains "subject" "***SPAM***") {
fileinto "Spam";
}
else {
keep;
}
vacation :days 1 :addresses ["realmail at realdomain.com"] text:
Test risposta automatica.
.
;
Is there anything to consider in virtomains mode??
Thanks for any help
Gabriele.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.andrew.cmu.edu/pipermail/info-cyrus/attachments/20130615/9bf66e9f/attachment.html 


More information about the Info-cyrus mailing list