11 msgSMTP authentication with saslauthd against PAM
7 msgError in SMTP sequence
2 msgdkim-milter on relay server unknown-jobid exter...
11 msgStubborn Cert issue
3 msgProblems with false positives
4 msgreject_unverified_recipient case sensitive?
3 msgdkim=fail (verification error: invalid key gran...
5 msg? Using header checks on (Postini) X-pstn-levels
2 msgCan't find error in my config file. Can you?
1 msgchroot postgresql ssl problem
15 msgWhat cert to buy
3 msgAddress re-writing
9 msgMail Rejected when we relay for a client.
8 msgQueueing up archive messages
2 msgCannot send e-mails from any e-mail clients
1 msgRe: outbound mail failure - need to fix asap -S...
4 msgoutbound mail failure - need to fix asap
3 msgPostfix alias problem
2 msgproblem to send a mail to a command in aliases

smtpd_auth
\ Черкендов Александр Армаисович (11 Apr 2007)
. \ Patrick Ben Koetter (11 Apr 2007)
. \ Andreas Winkelmann (11 Apr 2007)

Subject:smtpd_auth
Group:Postfix-users
From:Черкендов Александр Армаисович
Date:11 Apr 2007


 
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??


© 2004-2008 readlist.com