Подскажите как настроить в Postfix
SMTP-аутентификацию внешних пользователей, желающих отправлять сообщения через данный сервер?
1. установть cyrus-sasl22. добавить в main.cf
#
smtpd_sasl_auth_enable = yes#
smtpd_sasl_security_options = noanonymous#
broken_sasl_auth_clients = yes
#
smtpd_sasl_local_domain =
#
smtpd_recipient_restrictions = permit_sasl_authenticated
reject_unauth_destination
3. добавить в /usr/local/lib/sasl2/smtpd.conf
pwcheck_method: auxprop # а завиимости от метода4. добавить пользователя
saslpasswd2 -c userlog_level: 9
>1. установть cyrus-sasl2
>
>2. добавить в main.cf
>#
>smtpd_sasl_auth_enable = yes
>
>#
>smtpd_sasl_security_options = noanonymous
>
>#
>broken_sasl_auth_clients = yes
>
>
>#
>smtpd_sasl_local_domain =
>
>
>#
>smtpd_recipient_restrictions = permit_sasl_authenticated
>
>
> reject_unauth_destination
>
>
>3. добавить в /usr/local/lib/sasl2/smtpd.conf
>pwcheck_method: auxprop # а завиимости от метода
>
>4. добавить пользователя
>saslpasswd2 -c user
>
>log_level: 9
Спасибо помогло
>>1. установть cyrus-sasl2
>>
>>2. добавить в main.cf
>>#
>>smtpd_sasl_auth_enable = yes
>>
>>#
>>smtpd_sasl_security_options = noanonymous
>>
>>#
>>broken_sasl_auth_clients = yes
>>
>>
>>#
>>smtpd_sasl_local_domain =
>>
>>
>>#
>>smtpd_recipient_restrictions = permit_sasl_authenticated
>>
>>
>> reject_unauth_destination
>>
>>
>>3. добавить в /usr/local/lib/sasl2/smtpd.conf
>>pwcheck_method: auxprop # а завиимости от метода
>>
>>4. добавить пользователя
>>saslpasswd2 -c user
>>
>>log_level: 9
>
>
>Спасибо помоглоА как сделать чтобы почта не принималась по имени пользователя почтовым клиентом пока пароль не введешь? А то сейчас без ввода пароля забирается
не очень понятно о чем речь. какой у тебя поп сервер?
>не очень понятно о чем речь. какой у тебя поп сервер?
dovecot