[postfix-es] Error Autenticacion sasl

JPM jperezme en telefonica.net
Lun Mayo 10 19:44:46 CEST 2004


Hola a todos.
Quiero montar el sistema de correo tal y como lo explica Javi Polo con mysql,sasl,courier-imap y squirrelmail.
Lo estoy haciendo en aix, luego los paquetes los estoy compilando a mano.
El error que tengo al intentar comprobar si postfix 2.1.1 soporta sasl y mysql es:
May 10 19:36:06 localhost postfix/master[106692]: daemon started -- version 2.1.1
May 10 19:36:17 localhost postfix/smtpd[147496]: fatal: no SASL authentication mechanisms
May 10 19:36:17 localhost postfix/smtpd[147496]: fatal: no SASL authentication mechanisms
May 10 19:36:18 localhost postfix/master[106692]: warning: process /usr/libexec/postfix/smtpd pid 147496 exit status 1
May 10 19:36:18 localhost postfix/master[106692]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

He creado el fichero /usr/local/lib/sasl2/smtpd.conf con lo siguiente:
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: mysql
sql_hostnames: localhost
sql_user: mail
sql_database: mail
sql_passwd: miclave
sql_select: select clear from users where id='%u' and domain='r'

La salida de mi postconf -m es:
static
cidr
nis
dbm
regexp
environ
mysql
proxy
unix

La salida de postconf -n:
alias_database = dbm:/etc/postfix/aliases
alias_maps = dbm:/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
default_destination_concurrency_limit = 10
disable_dns_lookups = no
disable_vrfy_command = yes
html_directory = no
local_destination_concurrency_limit = 2
local_recipient_maps = $alias_maps unix:passwd.byname
mail_name = Postfix/MJ-1.03
mail_owner = postfix
mailbox_size_limit = 10485760
mailq_path = /usr/sbin/mailq
manpage_directory = /usr/local/man
maps_rbl_domains = relays.ordb.org list.dsbl.org
maximal_queue_lifetime = 5d
message_size_limit = 10485760
mydestination = $myhostname localhost.$mydomain $mydomain localhost.localdomain,
 , localhost, $transport_maps
mydomain = midominio.com
myhostname = localhost
mynetworks = 127.0.0.1 172.26.0.0/24
myorigin = $mydomain
newaliases_path = /usr/sbin/newaliases
notify_classes = resource, software, policy
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/readmefiles
relay_domains = $mydestination
sample_directory = /etc/postfix
sendmail_path = /usr/lib/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
smtpd_recipient_restrictions = reject_non_fqdn_recipient, permit_sasl_authentica
ted, permit_mynetworks, check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
transport_maps = mysql:/etc/postfix/transport.cf
virtual_gid_maps = mysql:/etc/postfix/gids.cf
virtual_mailbox_base = /var/mail
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virt.cf
virtual_uid_maps = mysql:/etc/postfix/uids.cf


Gracias de antemano.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://lists.wl0.org/pipermail/postfix-es/attachments/20040510/0abd1f17/attachment.htm


Más información sobre la lista de distribución Postfix-es