[Postfixbuch-users] Sieve filtert nicht

Info Beilfuss info at beilfuss.de
Mo Mär 31 22:24:00 CEST 2008


Ich dachte Cyrus wertet die Sieve Regeln aus, oder muss ich noch ein
weiteres Programm starten??

Wenn ich einen Telnet auf Sieve mache bekomme ich eine Antwort:
telnet localhost sieve
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v2.3.8"
"SASL" "DIGEST-MD5 LOGIN CRAM-MD5 PLAIN"
"SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags
notify envelope relational regex subaddress copy"
OK

-----Ursprüngliche Nachricht-----
Von: postfixbuch-users-bounces at listi.jpberlin.de
[mailto:postfixbuch-users-bounces at listi.jpberlin.de] Im Auftrag von Patrick
Ben Koetter
Gesendet: Montag, 31. März 2008 21:25
An: postfixbuch-users at listi.jpberlin.de
Betreff: Re: [Postfixbuch-users] Sieve filtert nicht

* Info Beilfuss <postfixbuch-users at listi.jpberlin.de>:
> Hallo,
> 
> Sieve filtert immer noch nicht. Habe mein Script noch mal umgebaut.
> Vielleicht erkennt jemand aufgrund des Logfiles mein Problem:

Wo in Deinem Logfile kommt ein Programm vor, das Sieve-Regeln auswertet?


> Script:
> require "fileinto";
> 
> 
>  if header :contains "subject" "Test0033" {
>            fileinto "INBOX.user.be100101";
>         stop;
>  }

Wieso diese Einrückung des Sieve-Commands? Mach das mal so:

require "fileinto";

if header :contains "subject" "Test0033" {
  fileinto "INBOX.user.be100101";
  stop;
}



> 
> Maillog:
> Mar 31 10:48:42 Apache postfix/cleanup[16907]: CF0E5178E91:
> message-id=<01a801c8930c$03de9ab0$82ae1dac at Inspiron9400>
> Mar 31 10:48:42 Apache postfix/qmgr[3463]: CF0E5178E91:
> from=<info at beilfuss.eu>, size=26679, nrcpt=1 (queue active)
> Mar 31 08:48:42 Apache postfix/smtpd[16919]: disconnect from
> unknown[127.0.0.1]
> Mar 31 10:48:42 Apache amavis[15477]: (15477-05) Passed CLEAN,
> [87.193.189.127] <info at beilfuss.eu> -> <be100103 at beilfuss.org>,
Message-ID:
> <01a801c8930c$03de9ab0$82ae1dac at Inspiron9400>, mail_id: ZMLLBImYg5cz,
Hits:
> -, size: 26244, queued_as: CF0E5178E91, 2345 ms
> Mar 31 10:48:42 Apache postfix/smtp[16911]: 2417A178E90:
> to=<be100103 at beilfuss.org>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.9,
> delays=0.55/0.02/0/2.3, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as
> CF0E5178E91)
> Mar 31 10:48:42 Apache postfix/qmgr[3463]: 2417A178E90: removed
> Mar 31 10:48:43 Apache postfix/smtpd[16926]: connect from
> localhost[127.0.0.1]
> Mar 31 10:48:43 Apache postfix/smtpd[16926]: 03450178E90:
> client=localhost[127.0.0.1]
> Mar 31 10:48:43 Apache spampd[15289]: processing message
> <01a801c8930c$03de9ab0$82ae1dac at Inspiron9400> for <be100103 at beilfuss.org>
> ORCPT=rfc822;be100103 at beilfuss.org
> Mar 31 10:48:43 Apache spampd[15289]: clean message
> <01a801c8930c$03de9ab0$82ae1dac at Inspiron9400> (3.09/6.00) from
> <info at beilfuss.eu> for <be100103 at beilfuss.org>
> ORCPT=rfc822;be100103 at beilfuss.org in 0.42s, 26679 bytes.
> Mar 31 10:48:43 Apache postfix/cleanup[16907]: 03450178E90:
> message-id=<01a801c8930c$03de9ab0$82ae1dac at Inspiron9400>
> Mar 31 10:48:43 Apache postfix/qmgr[3463]: 03450178E90:
> from=<info at beilfuss.eu>, size=27093, nrcpt=1 (queue active)
> Mar 31 10:48:43 Apache postfix/smtpd[16926]: disconnect from
> localhost[127.0.0.1]
> Mar 31 10:48:43 Apache postfix/smtp[16911]: CF0E5178E91:
> to=<be100103 at beilfuss.org>, relay=127.0.0.1[127.0.0.1]:10026, delay=0.75,
> delays=0.12/0.01/0.03/0.58, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued
as
> 03450178E90)
> Mar 31 10:48:43 Apache postfix/qmgr[3463]: CF0E5178E91: removed
> Mar 31 10:48:43 Apache postfix/lmtp[16935]: 03450178E90:
> to=<be100103 at beilfuss.org>, relay=mail.beilfuss.org[public/lmtp],
> delay=0.76, delays=0.58/0.02/0.02/0.15, dsn=2.1.5, status=sent (250 2.1.5
> Ok)
> Mar 31 10:48:43 Apache postfix/qmgr[3463]: 03450178E90: removed
> Mar 31 10:52:00 Apache postfix/anvil[16899]: statistics: max connection
rate
> 1/60s for (smtp:212.89.96.7) at Mar 31 10:48:39
> Mar 31 10:52:00 Apache postfix/anvil[16899]: statistics: max connection
> count 1 for (smtp:212.89.96.7) at Mar 31 10:48:39
> Mar 31 10:52:00 Apache postfix/anvil[16899]: statistics: max cache size 1
at
> Mar 31 10:48:39

-- 
Postfix - Einrichtung, Betrieb und Wartung
<http://www.postfix-buch.com>
saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
-- 
_______________________________________________
Postfixbuch-users -- http://www.postfixbuch.de
Heinlein Professional Linux Support GmbH

Postfixbuch-users at listi.jpberlin.de
https://listi.jpberlin.de/mailman/listinfo/postfixbuch-users




Mehr Informationen über die Mailingliste Postfixbuch-users