# Enable mail process debugging. This can help you figure out why Dovecot
# isn't finding your mails.
mail_debug = yes

Cheers,

Jan

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Carsten Henkel
Verzonden: dinsdag 19 februari 2008 20:49
Aan: dovecot@dovecot.org
Onderwerp: [Dovecot] sieve dues not work

hi together,

there is a problem with my sieve:

System SuSE 10.3 with Postfix

in Postfix i have add to main.cf
mailbox_command = /usr/lib/dovecot/deliver

in /etc/dovecot/dovecot.conf is add:
protocol lda {
    # Address to use when sending rejection mails.
    postmaster_address = [EMAIL PROTECTED]
    ...
    # Enabling Sieve plugin for server-side mail filtering
    mail_plugins = cmusieve
}

~/.dovecot.sieve have this entry:
require "fileinto";
if header :contains "subject" ["test"] {
    fileinto "Archiv";
    } else {
      # The rest goes into INBOX
      # default is "implicit keep", we do it explicitly here
      keep;
}


but it isnt work, the mails are moved to inbox, not to Archiv there are 
any idea?s ?  thanks a lot

log:

Feb 19 17:30:23 server postfix/smtpd[31107]: connect from
mail.gmx.net[213.165.64.20]
Feb 19 17:30:23 server postfix/policyd-weight[12323]: decided
action=PREPEND X-policyd-weight: using cached result; rate: -8.5;
<client=213.165.64.20> <helo=mail.gmx.net> <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>; delay: 0s
Feb 19 17:30:23 server postfix/smtpd[31107]: EE21D858006:
client=mail.gmx.net[213.165.64.20]
Feb 19 17:30:24 server postfix/cleanup[31310]: EE21D858006:
message-id=<[EMAIL PROTECTED]>
Feb 19 17:30:24 server postfix/qmgr[31078]: EE21D858006:
from=<[EMAIL PROTECTED]>, size=1092, nrcpt=1 (queue active)
Feb 19 17:30:24 server postfix/smtpd[31107]: disconnect from
mail.gmx.net[213.165.64.20]
Feb 19 17:30:27 server postfix/smtpd[31323]: connect from
server.wunschradio.de[127.0.0.1]
Feb 19 17:30:27 server postfix/smtpd[31323]: 99B82858017:
client=server.wunschradio.de[127.0.0.1]
Feb 19 17:30:27 server postfix/cleanup[31310]: 99B82858017:
message-id=<[EMAIL PROTECTED]>
Feb 19 17:30:27 server postfix/smtpd[31323]: disconnect from
server.wunschradio.de[127.0.0.1]
Feb 19 17:30:27 server amavis[30697]: (30697-06) Passed CLEAN,
[213.165.64.20] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>,
Message-ID: <[EMAIL PROTECTED]>, mail_id: z92vEMcCmz2c, Hits:
-2.352, size: 1092, queued_as: 99B82858017, 3620 ms
Feb 19 17:30:27 server postfix/qmgr[31078]: 99B82858017:
from=<[EMAIL PROTECTED]>, size=1578, nrcpt=1 (queue active)
Feb 19 17:30:27 server deliver(casi): maildir: root exists
(/home/casi/Maildir)
Feb 19 17:30:27 server deliver(casi): maildir: root=/home/casi/Maildir,
index=/home/casi/Maildir, control=, inbox=
Feb 19 17:30:27 server postfix/smtp[31384]: EE21D858006:
to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>,
relay=127.0.0.1[127.0.0.1]:10024, delay=3.9, delays=0.23/0/0/3.6,
dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 99B82858017)
Feb 19 17:30:27 server postfix/qmgr[31078]: EE21D858006: removed
Feb 19 17:30:27 server deliver(casi): msgid=<[EMAIL PROTECTED]>:
saved mail to INBOX
Feb 19 17:30:27 server postfix/local[31327]: 99B82858017:
to=<[EMAIL PROTECTED]>, relay=local, delay=0.27,
delays=0.09/0/0/0.19, dsn=2.0.0, status=sent (delivered to command:
/usr/lib/dovecot/deliver)
Feb 19 17:30:27 server postfix/qmgr[31078]: 99B82858017: removed
  --
Laut Statistik ist die Ehe Hauptursache aller Scheidungen.

* Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu tun

Reply via email to