On Fri, July 3, 2009 10:26 am, priscilla said:
> Yes I want only authenticated sender to send mails.
smtpd_sender_restrictions = permit_sasl_authenticated, reject
This obviously assumes that this server isn't used to receive email from
the outside since ALL clients must authenticate.
Please do
Yes I want only authenticated sender to send mails.
Regards
Priscilla
Sahil Tandon wrote:
On Fri, 03 Jul 2009, priscilla wrote:
We want to allow only authenticated sender to send mails.
The incomplete set of configuration variables you list below are unrelated to
On Fri, 03 Jul 2009, priscilla wrote:
> We want to allow only authenticated sender to send mails.
The incomplete set of configuration variables you list below are unrelated to
this goal. If you want to do something other than simply "allow
authenticated sender to send mails"
Dear All,
We have installed postfix with openldap and cyrus sasl.
We want to allow only authenticated sender to send mails.
We have configured the following in postfix's main.cf to implement the same.
smtpd_sender_login_maps=
smtpd_reject_unlisted_sender=yes
smtpd_sender_restric