Hi, Quoting "Nathanael D. Noblet" <nathanael@xxxxxxx>:
On 05/09/2011 11:39 PM, Simon Matter wrote:Hello, I have a mail server that we use cyrus-imap for. It works well enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely somewhat old. In anycase we've used sieve for server side filtering and it has worked well for years. We have a couple users however that would like to use the 'Vacation'/'Auto responding' features. The add the rule, however no auto response is ever attempted. There are no errors in the log, nada. I spent a few hours trying to get something but never did. Can anyone suggest what I should be doing to see why it isn't working? Any gotcha's or other pointers? Google has turned up many people with similar problems, but no answers. I could really use a hand with how to debug/track this down.To start, you may want to post your imapd.conf here and an example sieve script used for vacations.imapd.conf: configdirectory: /var/lib/imap partition-default: /var/spool/imap admins: cyrus sievedir: /var/lib/imap/sieve sendmail: /usr/sbin/sendmail hashimapspool: true pwcheck_method: saslauthd sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem tls_key_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem tls_ca_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem #tls/certs/ca-bundle.crt postmaster: postmaster allowanonymouslogin: no allowplaintext: yes servername: titanium.nobletdesign.com reject8bit: no quotawarn: 80 timeout: 30 poptimeout: 10 sieve_maxscriptsize: 32 sieve_maxscripts: 5 unixhierarchysep: yes
you may need to set sieve_extensions
sieve: # Sieve Filter # Generated by Ingo (http://www.horde.org/ingo/) (May 2, 2011, 11:06 am) require "vacation"; # Vacation vacation :days 0 :addresses "t2@xxxxxxxxxxxxxxxxxxx" :subject "Out of Office" "Hello? Auto responder.";
IMHO :days 0 is not allowed/ignored -------------------------------------------------------------------------------- M.Menge Tel.: (49) 7071/29-70316 UniversitÃt TÃbingen Fax.: (49) 7071/29-5912Zentrum fÃr Datenverarbeitung mail: michael.menge@xxxxxxxxxxxxxxxxxxxx
WÃchterstraÃe 76 72074 TÃbingen
Attachment:
smime.p7s
Description: S/MIME Signatur
---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/