----------------original message----------------- From: "Daniel Parthey" daniel.parthey@informatik.tu-chemnitz.de To: "Ch Chai" chchai@acelsys.com CC: dovecot@dovecot.org Date: Mon, 31 Dec 2012 05:56:55 +0100
Ch Chai wrote:
Ch Chai wrote:
When I try to active Vacation Notice using Egroupware, I can see (xxxx.sieve) generated in mail server. but not working.
- Which sieve related lines can you see in your dovecot logfiles?
- Is .dovecot.sieve correctly symlinked to xxxx.sieve?
- Can you post the contents of the xxxx.sieve file?
- Do you have the problem with vacation of a current www.tine20.org release?
- There is some log in /var/log/maillog when I sent mail to testuser. but I can't see dovecot-deliver.log in mail server.
See http://wiki2.dovecot.org/Logging
You can find the log file locations by running: doveadm log find
- I'm not sure, but it always generate in path /var/www/web1/user/(user name)/sieve/ when I active Vacation Notice in Egroupware
/var/www/web1/user/(user name)/.dovecot.sieve should be a symlink to the active sieve script. Does this symlink exist and where does it point to?
- I never try www.tine20.org before
It is a complete reimplementation of a groupware and contains FeLaMiMail 2.x
I have tried use Thunderbird with sieve plugin, it can be connect to sieve server, but when I turn on vacation notice, nothing happen.
Is your vacation script shown as active in Thunderbird sieve?
- contents of /var/www/web1/user/web1_test/sieve/test_felamimail.sieve #Mail filter rules for test #Generated by test using FeLaMiMail 1.8 require ["vacation"];
vacation :days 1 :addresses ["test@acelsys.com "] text: maybe there is a space character too much? ^
Try to remove the space behind the email in egroupware user admin.
Regards Daniel
found this path when by run this command : doveadm log find Debug: /var/log/dovecot-debug.log Info: /var/log/dovecot-info.log Warning: /var/log/dovecot.log Error: /var/log/dovecot.log Fatal: /var/log/dovecot.log
When I vim /var/www/web1/user/(user name)/.dovecot.sieve ,it will point to my sieve file e.g /var/www/web1/user/web1_test/sieve/test_felamimail.sieve
I check back [test_felamimail.sieve] this line ( vacation :days 1 :addresses ["test@acelsys.com "] text: ) there is no space after .com, I don't know why when I 1st time paste into egroupware it will add space for me. I can send/receive mail, just can't activate Vacation Notice. Whats wrong ?
I paste here again: #Mail filter rules for test #Generated by test using FeLaMiMail 1.8 require ["vacation"];
vacation :days 1 :addresses ["test@acelsys.com "] text: Testing. On Vacation. . ;
##PSEUDO script start #vacation&&1&&"test@acelsys.com "&&Testing. On Vacation.&&on #mode&&basic