From: Черкендов Александр Армаисович (no email)
Date: Wed Apr 11 2007 - 08:01:20 EDT
I'm tried to turn on AUTH but got errors
my mail.log
Apr 11 15:32:54 sg postfix/smtpd[31639]: connect from unknown[192.168.77.7]
Apr 11 15:32:54 sg postfix/smtpd[31639]: match_hostname: unknown ~? 127.0.0.0/8
Apr 11 15:32:54 sg postfix/smtpd[31639]: match_hostaddr: 192.168.77.7 ~? 127.0.0.0/8
Apr 11 15:32:54 sg postfix/smtpd[31639]: match_hostname: unknown ~? 192.168.77.0/24
Apr 11 15:32:54 sg postfix/smtpd[31639]: match_hostaddr: 192.168.77.7 ~? 192.168.77.0/24
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 220 sg.tgk-8.ru ESMTP Postfix tel:+7(87937)2-44-79 fax:+7(87937)2-14-37
Apr 11 15:32:54 sg postfix/smtpd[31639]: watchdog_pat: 0x80b6f60
Apr 11 15:32:54 sg postfix/smtpd[31639]: < unknown[192.168.77.7]: EHLO tgk8
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-sg.tgk-8.ru
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-PIPELINING
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-SIZE 10240000
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-ETRN
Apr 11 15:32:54 sg postfix/smtpd[31639]: match_list_match: unknown: no match
Apr 11 15:32:54 sg postfix/smtpd[31639]: match_list_match: 192.168.77.7: no match
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-ENHANCEDSTATUSCODES
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250-8BITMIME
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 250 DSN
Apr 11 15:32:54 sg postfix/smtpd[31639]: watchdog_pat: 0x80b6f60
Apr 11 15:32:54 sg postfix/smtpd[31639]: < unknown[192.168.77.7]: AUTH LOGIN
Apr 11 15:32:54 sg postfix/smtpd[31639]: xsasl_cyrus_server_first: sasl_method LOGIN
Apr 11 15:32:54 sg postfix/smtpd[31639]: xsasl_cyrus_server_auth_response: uncoded server challenge: Username:
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 334 VXNlcm5hbWU6
Apr 11 15:32:54 sg postfix/smtpd[31639]: < unknown[192.168.77.7]: Y2djaA==
Apr 11 15:32:54 sg postfix/smtpd[31639]: xsasl_cyrus_server_next: decoded response: cgch
Apr 11 15:32:54 sg postfix/smtpd[31639]: xsasl_cyrus_server_auth_response: uncoded server challenge: Password:
Apr 11 15:32:54 sg postfix/smtpd[31639]: > unknown[192.168.77.7]: 334 UGFzc3dvcmQ6
Apr 11 15:32:54 sg postfix/smtpd[31639]: < unknown[192.168.77.7]: ZmtsZHNqYWZs
Apr 11 15:32:54 sg postfix/smtpd[31639]: xsasl_cyrus_server_next: decoded response: fkldsjafl
Apr 11 15:32:54 sg postfix/master[29064]: warning: process /usr/lib/postfix/smtpd pid 31639 killed by signal 11
my smtpd.conf
log_level:5
pwcheck_metod:auxprop
mech_list:PLAIN LOGIN CRAM-MD5 DIGEST-MD5
sasldb_path: /etc/postfix/sasl/sasldbmy postconf|grep saslbroken_sasl_auth_clients = no
lmtp_sasl_auth_enable = no
lmtp_sasl_mechanism_filter =
lmtp_sasl_password_maps =
lmtp_sasl_path =
lmtp_sasl_security_options = noplaintext, noanonymous
lmtp_sasl_tls_security_options = $lmtp_sasl_security_options
lmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options
lmtp_sasl_type = cyrus
smtp_sasl_auth_enable = no
smtp_sasl_mechanism_filter =
smtp_sasl_password_maps =
smtp_sasl_path =
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sasl_tls_security_options = $smtp_sasl_security_options
smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options
smtp_sasl_type = cyrus
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_exceptions_networks =
smtpd_sasl_local_domain = sg.tgk-8.ru
smtpd_sasl_path = /etc/postfix/sasl:/usr/lib/sasl2
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_sasl_type = cyrus
What i did wrong??
|
|
|