Autor Tópico: Postfix : fatal: no SASL authentication mechanisms  (Lida 1454 vezes)

Offline dyegoborges

  • Usuário Ubuntu
  • *
  • Mensagens: 48
    • Ver perfil
Postfix : fatal: no SASL authentication mechanisms
« Online: 25 de Agosto de 2012, 21:47 »
Ola galera, estou tentando instalar o postfix e está acontecendo um erro sempre que eu tento " telnet localhost 25 "

Em /var/log/mail.info diz que o erro é : fatal: no SASL authentication mechanisms . Ja instalei outros servidores postfix e nunca tinha  acontecido este problemas antes, ja dei uma vasculhada na net mas nada que me ajudasse.

Pacotes usados : postfix, courier-imap-pop, sasl, ..

/etc/postfix/main.cf
Código: [Selecionar]
# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

mydomain   = veloxmstp.com.br
myhostname = veloxsmtp.veloxsmtp.com.br
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = $mydomain
mydestination = $myhostname, $mydomain
mynetworks = 127.0.0.1
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
home_mailbox = Maildir/
inet_protocols = all
message_size_limit = 20000000

#SASL
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated,
        reject_unauth_destination

/etc/default/saslauthd
Código: [Selecionar]
START=yes

# Which authentication mechanisms should saslauthd use? (default: pam)
#
# Available options in this Debian package:
# getpwent  -- use the getpwent() library function
# kerberos5 -- use Kerberos 5
# pam       -- use PAM
# rimap     -- use a remote IMAP server
# shadow    -- use the local shadow password file
# sasldb    -- use the local sasldb database file
# ldap      -- use LDAP (configuration is in /etc/saslauthd.conf)
#
# Only one option may be used at a time. See the saslauthd man page
# for more information.
#
# Example: MECHANISMS="pam"
MECHANISMS="pam"

# Additional options for this mechanism. (default: none)
# See the saslauthd man page for information about mech-specific options.
MECH_OPTIONS=""

# How many saslauthd processes should we run? (default: 5)
# A value of 0 will fork a new process for each connection.
THREADS=5

# Other options (default: -c)
# See the saslauthd man page for information about these options.
#
# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
# Note: See /usr/share/doc/sasl2-bin/README.Debian
OPTIONS="-c  -m /var/spool/postfix/var/run/saslauthd -r"

/etc/postfix/sasl
Código: [Selecionar]
pwcheck_method: saslauthd
mech_list: plain login

Estou seguindo este  turorial : http://blog.cesar.augustus.nom.br/instalando-o-servidor-de-e-mail-no-linux.html

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Postfix : fatal: no SASL authentication mechanisms
« Resposta #1 Online: 27 de Agosto de 2012, 10:56 »
Olá dyegoborges,

Você chegou a consultar algum dos logs do postfix/courier atrás de erros que possam indicar o que ficou faltando?
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Offline dyegoborges

  • Usuário Ubuntu
  • *
  • Mensagens: 48
    • Ver perfil
Re: Postfix : fatal: no SASL authentication mechanisms
« Resposta #2 Online: 27 de Agosto de 2012, 14:26 »
Nao encontrei nenhum logo do courier.   Aonde exatamente ele fica?