Cool)) But then how to combine permit_sasl_authenticated and
permit_tls_clientcerts? The purpose is to allow send mails only for users
with valid certificate and valid login+password)))

2010/2/12 Ralf Hildebrandt <ralf.hildebra...@charite.de>

> * Ralf Hildebrandt <ralf.hildebra...@charite.de>:
>
> > You need restriction classes for that :)
>
> I suck. I left out the restriction classes...
>
> > > smtp_recipient_restriction =
> > >   permit_mynetworks
> > >   permit_sasl_authenticated
> >
> > smtpd_recipient_restriction =
> >    check_client_access hash:/etc/postfix/mynetworks
> >    reject
>
> It's
> smtpd_recipient_restrictions =
>    check_client_access hash:/etc/postfix/mynetworks
>   reject
>
> > in  /etc/postfix/mynetworks you have:
> > 10.0.0.1      permit_sasl_authenticated
>
> --
> Ralf Hildebrandt
>  Geschäftsbereich IT | Abteilung Netzwerk
>  Charité - Universitätsmedizin Berlin
>  Campus Benjamin Franklin
>  Hindenburgdamm 30 | D-12203 Berlin
>  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
>  ralf.hildebra...@charite.de | http://www.charite.de
>
>

Reply via email to