Probleme mit Greylistd

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
jochen35
Posts: 9
Joined: 2014-08-27 13:58
 

Probleme mit Greylistd

Post by jochen35 »

Hallo,

auf meinem Debian Wheezy mit Exim4 und Courier-IMAP habe ich Greylistd wie folgt installiert:

Code: Select all

root@host:~# apt-get install greylistd
root@host:~# greylistd-setup-exim4 add -netmask=24

Adding greylistd support to Exim 4 configuration files
/etc/exim4/exim4.conf.template          : OK
/etc/exim4/exim4.conf.template          : OK
...conf.d/acl/30_exim4-config_check_rcpt: OK
...conf.d/acl/40_exim4-config_check_data: OK
[ ok ] Reloading exim4 configuration files: exim4.
Die Installation verlief also ohne Probleme, aber nachdem Exim4 nun ein paar Mails versendet und empfangen hat, bekomme ich folgende Statistik:

Code: Select all

root@host:~# greylist stats
Statistics since Thu Oct  9 07:39:37 2014 (1 day and 12 hours ago)
------------------------------------------------------------------
0 items, matching 0 requests, are currently whitelisted
0 items, matching 0 requests, are currently blacklisted
0 items, matching 0 requests, are currently greylisted
Auch laut Exim4-Log werden die Mails nicht verzögert.

Code: Select all

root@host:~# tail -f /var/log/exim4/mainlog
2014-10-10 21:34:26 1XcfxK-0002kx-2g <= emailcheck-robot@ct.de H=(web.heise.de) [193.99.144.71] P=esmtps X=TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128 S=2114 id=E1XcfxG-0006Vh-0N.octo10@web.heise.de
2014-10-10 21:34:26 1XcfxK-0002kx-2g => root <root@mydomain.com> R=vdomain T=vmail
2014-10-10 21:34:26 1XcfxK-0002kx-2g Completed
2014-10-10 21:34:28 1XcfxM-0002ky-G8 <= emailcheck-robot@ct.de H=(web.heise.de) [193.99.144.71] P=esmtps X=TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128 S=2114 id=E1XcfxI-0001Ns-9i.octo16@web.heise.de
2014-10-10 21:34:28 1XcfxM-0002ky-G8 => root <root@mydomain.com> R=vdomain T=vmail
2014-10-10 21:34:28 1XcfxM-0002ky-G8 Completed
Demnach scheint Greylistd nicht arbeitet. Zudem gibt es noch folgende Fehlermeldung, diese bekomme ich auch bei einer frischen Installation von Debian 7.6.0, Exim4 und Greylistd in einer lokalen VM.

Code: Select all

root@host:~# greylist list
error: Cannot read from '/var/lib/greylistd/triplets': No such file or directory
Was meint Ihr, wo liegt hier eventuell das Problem.

Gruß
Jochen