Richard Foley wrote:
On Saturday 06 December 2008 19:16:41 mouss wrote:
 In:  MAIL FROM:<mustar...@crstudio.it>
 Out: 250 Ok
 In:  RCPT TO: <guforme...@rfi.net>
 Out: 451 Server configuration error
you have an error in your config. postfix logs will tell you more about
this error.

Yep, there it is:

        warning: unknown smtpd restriction: "reject_unknown_client_hostname"

and:

        warning: unknown smtpd restriction: 
"reject_unknown_reverse_client_hostname"

I had these under smtpd_recipient_restrictions and postfix was understandably complaining on a regular basis :-}

However, even when I placed them under smtpd_client_restrictions, as per the docs, I still had complaints, so I'll admit to being a little confused here...



http://www.postfix.org/postconf.5.html#reject_unknown_client_hostname
requires postfix 2.3 or newer. Older postfix use the name "reject_unknown_client". Note either of these are likely to reject legitimate mail.

http://www.postfix.org/postconf.5.html#reject_unknown_reverse_client_hostname
requires postfix 2.3 or newer. There is no equivalent for older postfix.

These restrictions work fine under smtpd_recipient_restrictions, but you need to upgrade your postfix.

--
Noel Jones

Reply via email to