On Fri, Jun 13, 2008 at 7:24 PM, Carlos Antelo
<[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] no es el dueño de [EMAIL PROTECTED]
>
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 [EMAIL PROTECTED]
C.T.I. TEGNIX, S.L. www.tegnix.com
-----------------------------------------------------------------