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

Re: Postfix, SASL y PAM



On Fri, Jun 13, 2008 at 7:24 PM, Carlos Antelo
<carlosmartinantelo@gmail.com> wrote:
> Tengo Postfix configurado con SASL y enchufado al PAM,
>
> tengo smtpd_sasl_local_domain = $mydomain
> y smtpd_sender_restrictions = reject_unknown_sender_domain,
>  reject_sender_login_mismatch
>
> pero a la hora de enviar un correo me tira
> Sender address rejected: not owned by user
> me dice que el mismo usuario@host no es el dueño de usuario@host
>

No sé exactamente que es lo que quieres hacer, pero yo suelo configurarlo así:

main.cf:

#SALS
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header=yes

smtpd_recipient_restrictions =
        permit_sasl_authenticated
        permit_mynetworks
        reject_unlisted_recipient
        reject_unauth_destination
        permit



Saludos

-- 
-----------------------------------------------------------------
Adrián Boubeta adrian.boubeta@tegnix.com
C.T.I. TEGNIX, S.L. www.tegnix.com
-----------------------------------------------------------------

Reply to: