sieve - does not work
Manfred Friedrich
m.friedrich at t-o-c.biz
Sun Jul 20 10:46:45 EDT 2003
Hi,
at firs I hope this is not the wrong mailing list :-{
So postfix+cyrus is installed and works proper.
But sieve does not work!
I checkt with 'telnet localhost sieve' to connect. I take a look to the
/var/log/message an found the following entrys:
---
Jul 19 20:17:59 onyx-02 master[3362]: about to exec
/usr/lib/cyrus/bin/timsieved
Jul 19 20:18:00 onyx-02 sieve[3362]: executed
Jul 19 20:18:00 onyx-02 sieve[3362]: accepted connection
Jul 19 20:18:00 onyx-02 timsieved[3362]: can't use home directories
---
Ok I think thats looks fine.
The $home hase this .sieve file:
---
require "fileinto";
require "reject";
require "vacation";
require "regex";
if header :contains "Subject" "test" {
reject "thaks for test";
}
---
Bdw: -the 'imapd.conf' has the propertie 'sieveusehomedir: true'
-there is no $home/.forward
fetchmail catches the mails - I take a look to the /var/log/message:
---
Jul 19 22:21:12 onyx-02 master[3588]: about to exec
/usr/lib/cyrus/bin/lmtpd Jul 19 22:21:12 onyx-02 lmtpunix[3588]:
executed Jul 19 22:21:12 onyx-02 lmtpd[3588]: accepted connection Jul 19
22:21:12 onyx-02 lmtpd[3588]: lmtp connection preauth'd as postman
Jul 19 22:21:12 onyx-02 lmtpd[3588]: duplicate_check:
<002201c34e21$126126f0$0b01a8c0 at onyxxp> user.root 0
Jul 19 22:21:12 onyx-02 lmtpd[3588]: mystore: starting txn 2147483665
Jul 19 22:21:12 onyx-02 lmtpd[3588]: mystore: committing txn 2147483665
Jul 19 22:21:12 onyx-02 lmtpd[3588]: duplicate_mark:
<002201c34e21$126126f0$0b01a8c0 at onyxxp> user.root
---
Nothing happend there is no sieve action?
Whats wrong?
So long ...
Manfred
More information about the Info-cyrus
mailing list