2012/9/28 <[email protected]>: > Hola > > Necesito que en mi postfix el usuario al hacer smtp autentique cosa que no > está pasando, es decir pasa como juan por su casa y no pide ningun passwd, > estoy usando los user del sistema que les cambio a /bin/false > > Este es la parte > > #SASL > smtp_sender_dependent_authentication = yes > smtp_use_tls = no > smtp_sasl_auth_enable = no > #smtp_sasl_auth_enable = yes > smtpd_sasl_auth_enable = yes > #smtpd_sasl_local_domain = $mydomain > smtpd_sasl_local_domain = > smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd > smtp_sasl_security_options = noanonymous > smtpd_sasl_authenticated_header = yes > smtpd_helo_required = yes > smtpd_soft_error_limit = 60 > smtpd_hard_error_limit = 10 > disable_vrfy_command = yes > local_destination_concurrency_limit = 2 > default_destination_concurrency_limit = 10 > inet_interfaces = all > inet_protocols = ipv4 > disable_dns_lookups = yes > broken_sasl_auth_clients = yes > > y en /etc/postfix/sasl/smtpd.conf > pwcheck_method: saslauthd > mech_list: plain login > log_level:3 > > Que me falta??? > > Que tengo mal?? > > problemas de permiso??? > > AgradecerÃa cualquier sugerencia
Como estas haciendo las pruebas? Si envias mensajes a tu mismo dominio es normal que no pida autentificarse. -- Francesc Guitart -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAOUhjL7xOg+dz=bztehbzvooj_hofnsx_9eonyvuwk94rtc...@mail.gmail.com

