Displaying 2 results from an estimated 2 matches for "smtpd_recipient".
2016 Jan 07
3
Helo Checks not always working?
...a lot of sense - but you can't tell from the logfile ...
is it ok to put in these or is it breaking something? I would think that I need at least permit_mynetworks & permit_sasl_authenticated in the smtpd_client_restrictions or do these permits permit and therby skip all other checks? Like smtpd_recipient and smtpd_sender?
Thanks,
Thomas.
Am 07.01.2016 um 14:35 schrieb L.P.H. van Belle:
These are 2 different things.
Unknow hostname is a missing PTR record
For that you can use :
smtpd_client_restrictions = ...
"unknown" is also the name in the case of a temporary dns l...
2016 Jan 07
0
Helo Checks not always working?
...from the
> logfile ...
> >
> > is it ok to put in these or is it breaking something? I would think that
> I need at least permit_mynetworks & permit_sasl_authenticated in the
> smtpd_client_restrictions or do these permits permit and therby skip all
> other checks? Like smtpd_recipient and smtpd_sender?
> >
> > Thanks,
> >
> > Thomas.
> >
> >
> > Am 07.01.2016 um 14:35 schrieb L.P.H. van Belle:
> >
> >
> > These are 2 different things.
> >
> >
> >
> > Unknow hostname is a missing PTR record
> &...