[Postfixbuch-users] Problem mit sasl und mysql

mail_lists at gmx.net mail_lists at gmx.net
Sa Jan 26 16:12:36 CET 2008


Hallo,

ich hab ein Problem mit SASL Auth.
Beim Versand über die Konsole klappt alles (mit mailx) beim login über 
smtp bekomme ich allerdings immer folgenden Fehlerlog:
--------------------------------------------
Log:
Jan 26 16:04:02 datastorage postfix/smtpd[3821]: warning: 
xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms
Jan 26 16:04:02 datastorage postfix/smtpd[3821]: fatal: no SASL 
authentication mechanisms
Jan 26 16:04:03 datastorage postfix/master[3813]: warning: process 
/usr/lib/postfix/smtpd pid 3821 exit status 1
Jan 26 16:04:03 datastorage postfix/master[3813]: warning: 
/usr/lib/postfix/smtpd: bad command startup -- throttling
--------------------------------------------

Anbei meine Config Dateien. Hat jemand einen Tip für mich woran das 
liegen könnte?




--------------------------------------------
main.cf:
mydomain                = funkymail.ath.cx
mydomainname            = funkymail.ath.cx
myhostname              = datastorage
mydestination           = localhost, $myhostname, localhost.$mydomain
mynetworks              = 127.0.0.0/8, localhost
mail_owner              = postfix
alias_maps              = hash:/etc/aliases

virtual_mailbox_base    = /home/vmail/
virtual_mailbox_maps    = mysql:/etc/postfix/mysql.virtual_mailbox_maps.cf
virtual_uid_maps        = mysql:/etc/postfix/mysql.virtual_uid_maps.cf
virtual_gid_maps        = mysql:/etc/postfix/mysql.virtual_uid_maps.cf
virtual_mailbox_domains = funkymail.ath.cx


## SMTP AUTH Server

smtpd_sasl_auth_enable          = yes
smtpd_sasl_local_domain         = funkymail.ath.cx
broken_sasl_auth_clients        = yes
smtpd_sasl_security_options     = noanonymous
smtpd_recipient_restrictions    = permit_mynetworks, 
permit_sasl_authenticated, reject_unauth_destination
--------------------------------------------
smtpd.conf
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
log_level: 3

sql_engine: mysql
sql_hostnames: localhost
sql_database: mailuser
sql_user: mailuser
sql_passwd: password
sql_select: SELECT %p FROM mail_users WHERE email = '%u'
sql_usessl: no
--------------------------------------------
tabelle mail_users:
id 	email 	username 	password 	password_enc 	uid 	gid 	homedir 
maildir 	postfix 	domainid
1 	mytest at funkymail.ath.cx 	mytest 	test1 	fz1juNfc2VIlg 	3000 	3000 
/home/vmail/ 	funkymail.ath.cx/mytest/ 	Y 	1
--------------------------------------------



Mehr Informationen über die Mailingliste Postfixbuch-users