Milter Greylist ignores greylist.conf on Centos 4.4
2007-02-20 by Αναστάσιος Παπαδόπου
Hello all, I managed to install milter-greyslist on Centos 4.4 using sendmail. Everything works fine except the fact that MG ignores the configuration file at /etc/mail/greylist.conf. I want to enable greylisting only for some addresses but no matter what I put on greylist.conf, milter greylists everything for 30 mins, even entries with whitelist (not shown below). I even changed the line in startup script to OPTIONS="-P $pidfile -p $socket -f /etc/mail/greylist.conf" In case it was searching for the wrong file path. I include the last lines of my greylist.conf acl greylist rcpt support@... delay 5m autowhite 7d acl greylist rcpt hr@ domain.tld delay 20m autowhite 1d acl greylist rcpt sysadmins@... delay 10m autowhite 1d acl whitelist default [EOF] Any help would be appreciated, TIA Anastasios Papadopoulos