> > Kalau anda mengikuti tutorial menurut high5.net maka yang benar > statemennya adalah sbb: > > mysql_statement: select password from mailbox where username='%u' and domain='%r' >
belom bisa cak, masih password failure saya pake cyrus-sasl-2.1.15, isi smtpd.conf agak laen sama yg di tutorial itu pwcheck_method: auxprop auxprop_plugin: mysql mysql_user: maps mysql_passwd: postfixdb mysql_hostnames: 192.168.1.251 mysql_database: maps mysql_statement: select password from mailbox where username='[EMAIL PROTECTED]' and domain='%r' saya isi hostname-nya bukan localhost biar bisa dicapture pake tcpdump untuk debugging kalau saya test pake user [EMAIL PROTECTED], hasil capture menunjukkan query-nya udah bener : select password from mailbox where username='[EMAIL PROTECTED]' and domain='domain.com' saya lihat passwordnya juga udah bener, kenapa masih dapet : 535 Error: authentication failed di log : Jun 2 13:36:24 mailserver postfix/smtpd[25064]: warning: SASL authentication failure: Password verification failed Jun 2 13:36:24 mailserver postfix/smtpd[25064]: warning: wks1.domain.com[192.168.1.3]: SASL PLAIN authentication failed Jun 2 13:36:26 mailserver postfix/smtpd[25064]: warning: wks1.domain.com[172.168.1.3]: SASL LOGIN authentication failed masih ada yg salah dimana ya ? cheers -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze
