[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: postfix relaying for approved users



Well, I added permit_sasl_authenticated as follows and I can still send and
recieve, but if I add it to recipient_restrictions, then I cannot send out
mail at all.
Regardless, I still can't send to other domains besides those listed in
relay_domains.

#smtpd_recipient_restrictions = permit_sasl_authenticated
smtpd_client_restrictions = permit_sasl_authenticated, check_relay_domains,
reject_u
nknown_client
smtpd_delay_reject = yes


----- Original Message -----
From: "Justin Ryan" <justin@gnubian.org>
To: "Curtis" <curtis@npc-usa.com>
Cc: <debian-user@lists.debian.org>
Sent: Thursday, 17 October, 2002 07:12
Subject: Re: postfix relaying for approved users


> Try adding permit_sasl_authenticated to the beginning of
> smtpd_client_restrictions, i.e.
>
> smtpd_recipient_restrictions =
>     permit_sasl_authenticated,
>     check_relay_domains,
>     reject_unknown_client
>
> On Thu, 2002-10-17 at 08:40, Curtis wrote:
> > Yes, authentication is definitely working.
>
>



Reply to: