У меня и сделано как во всех манах тока почемуто не запрашивает пароль при отправке сообщения.
вот отрывок из main.cf
smtpd_recipient_restrictions =
hash:/etc/postfix/protected_destinations,check_sender_access hash:/etc/postfix/restricted_senders,permit_mynetworks,permit_sasl_authenticated,
reject_unauth_destination
smtpd_restriction_classes = local_only,insiders_only
local_only = check_recipient_access hash:/etc/postfix/local_domains, reject
insiders_only = check_sender_access hash:/etc/postfix/local_domains, reject
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = $mydomain
В чем может быть причина?