Доброго времени суток всем!
Почти допилил сервер, но как обычно/назло вылезла еще одна проблема
Никак не получается прикрутить по человечески smtp-авторизацию
(по pop3 dovecot забирает почту как часы при этом)
в main.cf имеем:
<code>
inet_protocols = ipv4smtpd_sasl_auth_enable = yes
smtpd_sasl_auth_type = dovecot
smtpd_sasl_path = private/auth
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
#smtpd_sasl_password_maps = mysql:/etc/postfix/mysql-passwd.cf
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
smtpd_client_restrictions =
permit_sasl_authenticated,
check_client_access mysql:/etc/postfix/mysql-passwd.cf
smtpd_sender_restrictions =
permit_sasl_authenticated,
check_sender_access mysql:/etc/postfix/mysql-passwd.cf
</code>
Запрос логина/пароля к клиентской программе идет,
но smtp авторизация не проходит :)
- даже обращения к dovecot в логах не вижу
Думаю, корень зла именно здесь
<code>
postconf -n
----//----
postconf: warning: /etc/postfix/main.cf: unused parameter: smtpd_sasl_auth_type=dovecot
----//----
</code>
Подскажите плиз, как бороть :)