Le 22/09/2010 03:57, Stan Hoeppner a écrit :
Wietse Venema put forth on 9/21/2010 10:12 AM:
Michael Weissenbacher:
Hi Wietse!
Michael Weissenbacher:
Sep 21 15:04:58 smtp1 postfix/smtpd[14679]: warning: unknown smtpd
restriction: "med"
That is also a configuration error.
This error was really HARD to track. Took me the whole day. But now i
finally found the real cause. On this server I am using the DNSWL from
www.dnswl.org, following the instructions found at
[http://www.dnswl.org/tech#postfix]. They provide a file named
postfix-dnswl-permit which is containing lines like this one:
137.208.3.15/32 permit_auth_destination med wu-wien.ac.at DNSWLId 7368
That is not documented Postfix syntax.
postfix-dnswl-permit lines should not have the scoring comment text
that's in postfix-dnswl-header. It is useless to Postfix and it breaks
things:
postfix-dnswl-header
222.255.237.6/32 PREPEND X-REPLACEME: low vinabook.com DNSWLId 17147
postfix-dnswl-permit
222.255.237.6/32 permit_auth_destination low vinabook.com DNSWLId 17147
Michael you should contact dnswl about this. Either you are the first
to run into a problem with it, or their script(s) that create
postfix-dnswl-permit have changed recently.
no, it was that way since a long time. and sigh, I noticed that a long
long time ago but I focused on the header part...
(I've BCc'd Mathias)
I'm not a user, so I don't
know what the file content looked like before a few minutes ago.
Regardless, they need to strip the scoring text from
postfix-dnswl-permit lines as, again, it is useless and breaks things.