* Lars Täuber <[email protected]>:
> Liebe Mitstreiter,
> 
> ich suche nach der Kommandozeilensyntax für das Äquivalent folgendes main.cf 
> Eintrags:
> 
> smtpd_recipient_restrictions = check_helo_access hash:/etc/postfix/backdoor, 
> reject
> 
> Ein Leerzeichen ist nicht erlaubt: »-o 
> smtpd_recipient_restrictions=check_helo_access 
> hash:/etc/postfix/backdoor,reject«
> 
> Kann mir jemand auf die Sprünge helfen?

In main.cf:

extra_smtpd_recipient_restrictions = 
        check_helo_access hash:/etc/postfix/backdoor
        reject

In master.cf:

        -o smtpd_recipient_restrictions = $extra_smtpd_recipient_restrictions

p@rick


-- 
state of mind ()
Digitale Kommunikation

http://www.state-of-mind.de

Franziskanerstraße 15      Telefon +49 89 3090 4664
81669 München              Telefax +49 89 3090 4666

Amtsgericht München        Partnerschaftsregister PR 563

_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an