On Fri, Jan 2, 2009 at 10:14 AM, Rajkumar S <rajkum...@gmail.com> wrote:
> On Fri, Jan 2, 2009 at 6:19 PM, mouss <mo...@netoyen.net> wrote:
>> just use:
>> 450 4.7.1 Greylisted Come back after 30 seconds
>
> Ooops.... I still get  postfix/smtpd[27954]: warning: restriction
> `450' after `defer' is ignored
>
> btw, I am using postfix debian package version  2.5.5-1.1 in Debian Lenny
>
> :(
>

The same occurs in postfix 2.3.8 (Debian Etch) and postgrey.
DEFER_IF_PERMIT accept a text after restriction, and DEFER don't.

- default action DEFER_IF_PERMIT.

# tcpdump -i lo -nn -s0 -A port 60000 | grep --line-buffered action
action=DEFER_IF_PERMIT Try again later.

# grep 'warning: restriction' /var/log/mail/mail.log
> nothing

- changing postgrey --greylist-action parameter to "DEFER".

# tcpdump -i lo -nn -s0 -A port 60000 | grep --line-buffered action
action=DEFER Try again later.

# grep 'warning: restriction' /var/log/mail/mail.log
Jan  2 12:27:57 marajo postfix/smtpd[11688]: warning: restriction
`Try' after `defer' is ignored


-- 
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net

Reply via email to