Are you sure this is updated to Mailserv properly?
milter-greylist was used in the last commercial mailserver but was ditched because of this flakiness. Mailserv uses sqlgrey instead that seems to be much more stable.
Cheers
Johan
> Hi Lee,
>
> Are you sure this is updated to Mailserv properly?
>
Sorry, forgot to mention that this is a 4.7.6 paid installation.
> milter-greylist was used in the last commercial mailserver but was
> ditched because of this flakiness. Mailserv uses sqlgrey instead that
> seems to be much more stable.
>
They have not wanted to upgrade yet, .. but may have to if we can't get
this problem fixed.
Thanks!
Lee
Sent from my iPhone
> I had exactly this problem too. I disabled greylisting altogether until
> I migrated to 4.8, which at least allowed deliveries to work.
>
How can that be accomplished without breaking clamav? This appears to be
the section in main.cf:
milter_default_action = tempfail
milter_connect_macros = j {daemon_name} v _
milter_header_checks = pcre:/etc/postfix/milter_header_checks
header_checks = pcre:/etc/postfix/header_checks.pcre
smtpd_milters =
inet:127.0.0.1:9323
unix:/tmp/clamav-milter.sock
Would it be as simple as commenting out the 9323 line?
Lee
> On Thu, 29 Dec 2011, Marcus Bointon wrote:
>
> > I had exactly this problem too. I disabled greylisting altogether until
> > I migrated to 4.8, which at least allowed deliveries to work.
> >
>
Actually, after killing the processes again and restarting with "-v" it
seemed to come back!!
Guess we will upgrade as soon as 5.0 is stable.
Thanks!
Lee
> Actually, after killing the processes again and restarting with "-v" it
> seemed to come back!!
You'll find it will fail again.
> How can that be accomplished without breaking clamav? This appears to be
> the section in main.cf:
>
> milter_default_action = tempfail
I don't have the config any more, but I think it may have involved changing this default action to allow, rather than tempfailing (which is what the 4.7.1 errors are). I don't recall what I set it to, but it will be in the docs.
Marcus