* Martin Schmitt (Schmitt Systemberatung) <m...@scsy.de>:

> But still:
> 
> smtpd_client_restrictions = hash:/etc/postfix/clients
> 
> Is this valid configuration syntax? According to what part of the docs?

It's deprecated. I complain about this once in a while here and am
being ignored (more or less) :) It's equivalent to:

smtpd_client_restrictions = check_client_access hash:/etc/postfix/clients

smtpd_mumble_restrictions = hash:/foo
is equivalent to:
smtpd_mumble_restrictions = check_mumble_access hash:/foo

-- 
Ralf Hildebrandt (ralf.hildebra...@charite.de)          snick...@charite.de
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
Die kuerzesten Computerwitze:
1) Muesste laufen.

Reply via email to