* Thomas Ackermann <t...@tja-server.de>:
> Hello,
> i seem to be unable to set the "smtpd_client_restrictions" Variable!
>
> In master.cf, there is an option for smtps that sets this to  
> "permit_sasl_authenticated,reject".
> In main.cf, i try to set this to "reject_invalid_hostname".
>
> In "postconf -n" the variable is empty!

postconf -n shows main.cf settings, not master.cf settings

Why not use:

postconf -e "smtpd_client_restrictions=reject_invalid_hostname"

-- 
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
Life is like sendmail: you're not sure you know how to handle it, but
you know it'll end in tears.                           -- Malcolm Ray 

Reply via email to