The attached file shows changes I made to the greylistd-setup-exim4 file to
correctly blacklist what is setup in the greylistd blacklist - perhaps they
can be considered to help implement this fix.
BR,
Millis
--
Open WebMail Project (http://openwebmail.org)
Debian Project (http://www.debian.org)
80a81,97
> # Deny if blacklisted by greylist
> deny
> message = $sender_host_address is blacklisted from delivering \\
> mail from <$sender_address> to <[EMAIL PROTECTED]>.
> log_message = blacklisted.
> !senders = :
> !authenticated = *
> verify = recipient/callout=20s,use_sender,defer_ok
> condition = ${readsocket{/var/run/greylistd/socket}\\
> {--black \\
> $sender_host_address \\
> $sender_address \\
> [EMAIL PROTECTED]
> {5s}{}{false}}
>
>
>
118a136,149
> # Deny if blacklisted by greylist
> deny
> message = $sender_host_address is blacklisted from delivering \\
> mail from <$sender_address> to <$recipients>.
> log_message = blacklisted.
> !senders = :
> !authenticated = *
> condition = ${readsocket{/var/run/greylistd/socket}\\
> {--black \\
> $sender_host_address \\
> $recipients}\\
> {5s}{}{false}}
>
>