6 Jul
2009
6 Jul
'09
12:26 p.m.
Steffen Kaiser schrieb: [...]
Er, "Postfix" shouldn't deliver the mail, but hand over to Dovecot deliver .. .
The Link/.dovecot.sieve --> ~/sieve/phpscript.sieve exist.
~/.dovecot.sieve ??
The LDA section is missing from dovecot -n, do you have the "sieve" plugin loaded? Enable mail_debug and check out the logs about sieve.
In the Logs are nothing to find about sieve. But Postfix gives the mail correct to dovecots "deliver"
But how could i configure in the LDA-Section of dovecot.conf, that the sieve-module will be load? There ist mail_plugins - Variable, but no example?
Here the log for one delivered mail to a local user:
Jul 6 18:07:26 serv postfix/pickup[3169]: 4F3EC78082: uid=0 from=<root> Jul 6 18:07:26 serv postfix/cleanup[3838]: 4F3EC78082: message-id=<20090706160726.4F3EC78082@serv.chefe.dyndns.org> Jul 6 18:07:26 serv postfix/qmgr[2313]: 4F3EC78082: from=<root@chefe.dyndns.org>, size=337, nrcpt=1 (queue active) Jul 6 18:07:27 serv postfix/smtpd[3843]: connect from localhost[127.0.0.1] Jul 6 18:07:27 serv postfix/smtpd[3843]: B811F7807F: client=localhost[127.0.0.1] Jul 6 18:07:27 serv postfix/cleanup[3838]: B811F7807F: message-id=<20090706160726.4F3EC78082@serv.chefe.dyndns.org> Jul 6 18:07:27 serv postfix/qmgr[2313]: B811F7807F: from=<root@chefe.dyndns.org>, size=804, nrcpt=1 (queue active) Jul 6 18:07:27 serv postfix/smtpd[3843]: disconnect from localhost[127.0.0.1] Jul 6 18:07:27 serv amavis[2104]: (02104-12) Passed CLEAN, <root@chefe.dyndns.org> -> <benn@chefe.dyndns.org>, Message-ID: <20090706160726.4F3EC78082@serv.chefe.dyndns.org>, mail_id: 3nPmkM+v-egw, Hits: 0.332, size: 337, queued_as: B811F7807F, 1428 ms Jul 6 18:07:27 serv dovecot: deliver(benn): maildir: data=/home/benn/Maildir Jul 6 18:07:27 serv dovecot: deliver(benn): maildir++: root=/home/benn/Maildir, index=, control=, inbox=/home/benn/Maildir Jul 6 18:07:27 serv dovecot: deliver(benn): Namespace : Using permissions from /home/benn/Maildir: mode=0700 gid=-1 Jul 6 18:07:27 serv postfix/smtp[3840]: 4F3EC78082: to=<benn@chefe.dyndns.org>, orig_to=<benn>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.5, delays=0.06/0.02/0.01/1.5, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02104-12, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as B811F7807F) Jul 6 18:07:27 serv postfix/qmgr[2313]: 4F3EC78082: removed Jul 6 18:07:27 serv dovecot: deliver(benn): msgid=<20090706160726.4F3EC78082@serv.chefe.dyndns.org>: saved mail to INBOX Jul 6 18:07:27 serv postfix/local[3845]: B811F7807F: to=<benn@chefe.dyndns.org>, relay=local, delay=0.1, delays=0.02/0.05/0/0.04, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver) Jul 6 18:07:27 serv postfix/qmgr[2313]: B811F7
Benn