Debian 10.9 - Dovecot - Sieve Filtrierung scheitert...
Michael Grundmann
michael at linuxfox.de
Di Apr 13 23:25:54 CEST 2021
Hi,
aber das würde dir doch nicht beim Lernen helfen - du hast doch jetzt
eine einfache Problemstellung - bring sieve in die logs / ergo dovecot
Sende erneut deine dovecot -n diese hat sich sicherlich mittlerweile via
Trial and Error wesentlich geändert und es ergeben sich neue / andere
Sachen, die du einfach noch nicht nachgelesen hast
Am 13.04.21 um 16:16 schrieb mauric at gmx.ch:
>
> Apr 13 16:14:18 Dovecot/lmtp(ma at domain.ch)<28472><tJ3iCjqndAAmDN1Rg
> <mailto:ma at domain.ch)%3c28472%3e%3ctJ3iCjqndAAmDN1Rg>>: Info:
> msgid=unspecified: saved mail to INBOX
>
> Apr 13 16:14:18 Dovecot/lmtp(28472): Info: Disconnect from local:
> Client has quit the connection (state=READY)
>
> Apr 13 16:14:18 nmail postfix/lmtp[28471]: 2664840917: to=ma at domain.ch
> <mailto:ma at domain.ch>, relay=nmail.domain.ch[private/dovecot-lmtp],
> delay=3.9, delays=2.4/0.02/0.66/0.81, dsn=2.0.0, status=sent (250
> 2.0.0 ma at domain.ch <mailto:ma at domain.ch> tJ3iCjqndWA4bwAAmDN1Rg Saved)
>
> Hier mit wird immer noch kein Sieve aufegrufen… bitte kannst du mir
> mal dein ganzes Dovecot zukommen lassen öder mölchtest du eine
> teamviewer session?
>
> *Von:*Dovecot <dovecot-bounces at listen.jpberlin.de> *Im Auftrag von
> *Michael Grundmann
> *Gesendet:* Dienstag, 13. April 2021 16:04
> *An:* dovecot at listen.jpberlin.de
> *Betreff:* Re: Debian 10.9 - Dovecot - Sieve Filtrierung scheitert...
>
> Hi,
>
> das wird kein Sieve aufgerufen - mein Sieveteil in der dovecot.conf
> sieht so aus:
>
> plugin {
> sieve_plugins = sieve_imapsieve sieve_extprograms
> sieve = /var/vmail/%d/%n/sieve/.dovecot.sieve
> sieve_dir = /var/vmail/%d/%n/sieve
> sieve_max_actions = 64
> sieve_max_redirects = 30
> sieve_max_script_size = 1M
> sieve_global = /var/vmail/sieve/global/
> sieve_before = /var/vmail/sieve/global/default.sieve
>
> ###
> ### Spam learning
> ###
> # From elsewhere to Spam folder
> imapsieve_mailbox1_name = Junk
> imapsieve_mailbox1_causes = COPY FLAG
> imapsieve_mailbox1_before =
> file:/var/vmail/sieve/global/learn-spam.sieve
> <file://var/vmail/sieve/global/learn-spam.sieve>
>
> # From Spam folder to elsewhere
> imapsieve_mailbox2_name = *
> imapsieve_mailbox2_from = Junk
> imapsieve_mailbox2_causes = COPY
> imapsieve_mailbox2_before =
> file:/var/vmail/sieve/global/learn-ham.sieve
> <file://var/vmail/sieve/global/learn-ham.sieve>
>
> sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment
> sieve_pipe_bin_dir = /var/vmail/sieve/global
> sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment
> +vnd.dovecot.debug
> }
>
> Am 13.04.21 um 15:27 schrieb mauric at gmx.ch <mailto:mauric at gmx.ch>:
>
> Dann zeigt doch mal das Log vom Zustellversuch bzw. von einem. Lebt Dovecot überhaußt?
>
> Apr 13 15:24:53 nmail postfix/postscreen[27911]: CONNECT from [80.254.176.41]:47756 to [37.120.190.188]:25
>
> Apr 13 15:24:53 nmail postfix/postscreen[27911]: WHITELISTED [80.254.176.41]:47756
>
> Apr 13 15:24:53 nmail postfix/smtpd[27912]: connect from mail.carag.com[80.254.176.41]
>
> Apr 13 15:24:54 nmail postfix/smtpd[27912]: 0658E40917: client=mail.carag.com[80.254.176.41]
>
> Apr 13 15:24:54 nmail postfix/cleanup[27915]: 0658E40917: message-id=<>
>
> Apr 13 15:24:56 nmail opendkim[26294]: 0658E40917: no signing table match for 'maurizio.caloro at carag.com <mailto:maurizio.caloro at carag.com>'
>
> Apr 13 15:24:56 nmail opendkim[26294]: 0658E40917: no signature data
>
> Apr 13 15:24:57 nmail opendmarc[689]: 0658E40917: SPF(mailfrom):maurizio.caloro at carag.com <mailto:maurizio.caloro at carag.com> pass
>
> Apr 13 15:24:57 nmail opendmarc[689]: 0658E40917: carag.com none
>
> Apr 13 15:24:57 nmail postfix/smtpd[27912]: disconnect from mail.carag.com[80.254.176.41] ehlo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
>
> Apr 13 15:24:57 nmail postfix/qmgr[27446]: 0658E40917: from=<maurizio.caloro at carag.com> <mailto:maurizio.caloro at carag.com>, size=60649, nrcpt=1 (queue active)
>
> Apr 13 15:24:57 Dovecot/lmtp(27920): Info: Connect from local
>
> Apr 13 15:24:58 Dovecot/auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
>
> Apr 13 15:24:58 Dovecot/auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
>
> Apr 13 15:24:58 Dovecot/auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
>
> Apr 13 15:24:58 Dovecot/auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
>
> Apr 13 15:24:58 Dovecot/auth: Debug: master in: USER 1maurizio at caloro.ch <mailto:maurizio at caloro.ch> service=lmtp
>
> Apr 13 15:24:58 Dovecot/auth-worker(27923): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
>
> Apr 13 15:24:58 Dovecot/auth-worker(27923): Debug: Module loaded: /usr/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
>
> Apr 13 15:24:58 Dovecot/auth-worker(27923): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
>
> Apr 13 15:24:58 Dovecot/auth-worker(27923): Debug: sql(maurizio at caloro.ch <mailto:maurizio at caloro.ch>): SELECT '/srv/vmail/caloro.ch/maurizio' AS home, '10000' AS uid, '10000' AS gid, CONCAT('*:storage=', (quota*1024)) as quota_rule FROM mailbox WHERE username='maurizio at caloro.ch <mailto:maurizio at caloro.ch>' AND active = 1
>
> Apr 13 15:24:58 Dovecot/auth: Debug: userdb out: USER 1maurizio at caloro.ch <mailto:maurizio at caloro.ch> home=/srv/vmail/caloro.ch/maurizio uid=10000 gid=10000 quota_rule=*:storage=654615511040
>
> Apr 13 15:24:58 Dovecot/lmtp(maurizio at caloro.ch <mailto:maurizio at caloro.ch>)<27920><28gAOqmbdWAQbQAAmDN1Rg>: Info: msgid=unspecified: saved mail to INBOX
>
> Apr 13 15:24:58 Dovecot/lmtp(27920): Info: Disconnect from local: Client has quit the connection (state=READY)
>
> Apr 13 15:24:58 nmail postfix/lmtp[27919]: 0658E40917: to=<maurizio at caloro.ch> <mailto:maurizio at caloro.ch>, relay=nmail.caloro.ch[private/dovecot-lmtp], delay=4.8, delays=3.4/0.02/0.52/0.79, dsn=2.0.0, status=sent (250 2.0.0<maurizio at caloro.ch> <mailto:maurizio at caloro.ch> 28gAOqmbdWfddsQAAmDN1Rg Saved)
>
> Apr 13 15:24:58 nmail postfix/qmgr[27446]: 0658E40917: removed
>
> --
> Mit freundlichen Grüßen
>
> *
> LINUS WITTICH Medien KG*
> 54343 Föhren, Europa-Allee 2
>
>
> *i. A. Michael Grundmann***
>
> Telefon
>
>
>
> 06502 9147-210
>
> *
> **
> **LINUS WITTICH Medien KG**
>
> *Sitz der Gesellschaft: Föhren
> Geschäftsführer: Dietmar Kaupp
> Amtsgericht Wittlich HRA 4199
> USt ID gemäß § 27 a UStG DE 149324406
> *_www.wittich.de <http://www.wittich.de>_**
> **_www.facebook.com/wittich.foehren/
> <https://www.facebook.com/wittich.foehren/>_**
> **JobBörse* <https://www.jobs-regional.de/>
>
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://listen.jpberlin.de/pipermail/dovecot/attachments/20210413/defb6802/attachment-0001.htm>
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname : image001.png
Dateityp : image/png
Dateigröße : 14773 bytes
Beschreibung: nicht verfügbar
URL : <https://listen.jpberlin.de/pipermail/dovecot/attachments/20210413/defb6802/attachment-0002.png>
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname : image002.png
Dateityp : image/png
Dateigröße : 57687 bytes
Beschreibung: nicht verfügbar
URL : <https://listen.jpberlin.de/pipermail/dovecot/attachments/20210413/defb6802/attachment-0003.png>
Mehr Informationen über die Mailingliste Dovecot