Eu tento configurar o postfix com autenticação smtp. Eu quero usar / etc / shadow como meu domínio
Infelizmente, recebo um "erro genérico" quando tento autenticar
# nc localhost 25
220 mail.foo ESMTP Postfix
AUTH PLAIN _base_64_encoded_user_name_and_password_
535 5.7.8 Error: authentication failed: generic failure
No mail.warn
arquivo de log, recebo a seguinte entrada
Oct 8 10:43:40 mail postfix/smtpd[1060]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Oct 8 10:43:40 mail postfix/smtpd[1060]: warning: SASL authentication failure: Password verification failed
Oct 8 10:43:40 mail postfix/smtpd[1060]: warning: _ip_: SASL PLAIN authentication failed: generic failure
No entanto, a configuração sasl parece estar bem
$ testsaslauthd -u _user_ -p _pass_
0: OK "Success."
eu adicionei smtpd_sasl_auth_enable = yes
ao main.cf
Este é o meu smtpd.conf
$ cat /etc/postfix/sasl/smtpd.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux
autotransition:true
Eu tentei esse conf com os dois últimos comandos e sem.
Estou executando o debian stable.
Como o postfix pode encontrar e conectar-se ao servidor saslauthd?
Editar:
Não tenho certeza se o postfix é executado em um chroot. O master.cf é assim: http://pastebin.com/Fz38TcUP
saslauth está localizado no sbin
$ which saslauthd
/usr/sbin/saslauthd
O EHLO tem esta resposta
EHLO _server_name_
250-_server_name_
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN