Salut, Vezi intai ce mecanisme de autentificare suporta saslauthd. Faci asta cu saslauthd -v. Mai stai calare pe listele de mail de la postfix ca s-au mai ciocnit si altii de probleme asemanatoare.
On 9/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Salut tuturor, > > Am o problema cu postfix si sasl. > > In momentul in care incerc sa ma autentific primesc eroarea aceasta in > mail.log > > Sep 7 13:05:04 server postfix/smtpd[5741]: connect from unknown[192.168.1.2] > Sep 7 13:05:04 server postfix/smtpd[5741]: warning: SASL authentication > failure: no secret in database > Sep 7 13:05:04 server postfix/smtpd[5741]: warning: unknown[192.168.1.2]: > SASL CRAM-MD5 authentication failed > Sep 7 13:05:04 server postfix/smtpd[5741]: warning: SASL authentication > failure: Password verification failed > Sep 7 13:05:04 server postfix/smtpd[5741]: warning: unknown[192.168.1.2]: > SASL PLAIN authentication failed > Sep 7 13:05:04 server postfix/smtpd[5741]: warning: unknown[192.168.1.2]: > SASL LOGIN authentication failed > Sep 7 13:05:06 server postfix/smtpd[5741]: warning: SASL authentication > failure: no secret in database > Sep 7 13:05:06 server postfix/smtpd[5741]: warning: unknown[192.168.1.2]: > SASL CRAM-MD5 authentication failed > Sep 7 13:05:06 server postfix/smtpd[5741]: warning: SASL authentication > failure: Password verification failed > Sep 7 13:05:06 server postfix/smtpd[5741]: warning: unknown[192.168.1.2]: > SASL PLAIN authentication failed > Sep 7 13:05:06 server postfix/smtpd[5741]: warning: unknown[192.168.1.2]: > SASL LOGIN authentication failed > > main.conf arata asa: > > myhostname = ****.*******.** > mydestination = localhost > mynetworks = 127.0.0.0/8 192.168.0.0/16 82.76.89.209/32 > > virtual_alias_domains = virtual_alias_maps > virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf > virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf > virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf > virtual_mailbox_limit_maps = > mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf > > virtual_mailbox_base = /home/vmail > virtual_uid_maps = static:5000 > virtual_gid_maps = static:5000 > > smtpd_sasl_auth_enable = yes > broken_sasl_auth_clients = yes > > smtpd_recipient_restrictions = permit_mynetworks, > permit_sasl_authenticated, reject_unauth_destination > > /etc/postfix/sasl/smtpd.conf: > > pwcheck_method: auxprop > mech_list: plain login cram-md5 digest-md5 > auxprop_plugin: sql > sql_engine: mysql > sql_hostnames: 127.0.0.1 > sql_user: **** > sql_database: postfix > sql_passwd: ***** > sql_select: select password from mailbox where username = '[EMAIL PROTECTED]' > log_level: 10 > > Orice idee este bine venita.... > > Multumesc anticipat > > > > _______________________________________________ > RLUG mailing list > [email protected] > http://lists.lug.ro/mailman/listinfo/rlug > -- ------------------------------ Mircea Hutanu [EMAIL PROTECTED] ------------------------------
