[Postfixbuch-users] Postfix und Sasl bzw smtp_auth Problem

Christian Meyer info at joker2000.de
So Jan 5 13:33:06 CET 2003


Hallo Sonntägliche Postfix Fangemeinde,

ich habe ein kleines Problem mit dem versenden von Mails. Ich würde 
gerne SMTP_AUTH nutzen. Ich bin natürlich der Anleitung im Buch gefolgt 
und habe alles so eingerichtet. Der Server sagt immer 'Relaying Denied'.

Mein Cyrus IMAP Server kann die sasldb benutzen, sprich der Benutzer ist 
ordentlich angelegt. Folgendes passiert wenn ich einen telnet auf meinen 
Server mache.

Login und Passwort sind beides 'test':

router:~ # telnet xcellcom.de 25
Trying 213.133.103.18...
Connected to xcellcom.de.
Escape character is '^]'.
220 srv1.xcellcom.de ESMTP
ehlo test
250-srv1.xcellcom.de
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-AUTH=PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-XVERP
250 8BITMIME
AUTH PLAIN dGVzdAB0ZXN0AHRlc3Q=
235 Authentication successful
mail from:info at joker2000.de
250 Ok
rcpt to:info at joker2000.de
554 <info at joker2000.de>: Recipient address rejected: Relay access denied


in der master.cf habe ich 'smtpd -v' angeschaltet und im Maillog steht 
folgendes:

smtpd[19927]: resolve_clnt_query: `info at joker2000.de' -> t=`smtp' 
h=`joker2000.de' r=`info at joker2000.de'
smtpd[19927]: ctable_locate: install entry key info at joker2000.de 

smtpd[19927]: check_access: info at joker2000.de 

smtpd[19927]: check_domain_access: joker2000.de 

smtpd[19927]: check_access: info@ 

smtpd[19927]: generic_checks: name=check_sender_access status=0 

smtpd[19927]: generic_checks: name=check_recipient_access 

smtpd[19927]: check_mail_access: info at joker2000.de 

smtpd[19927]: ctable_locate: leave existing entry key info at joker2000.de 

smtpd[19927]: check_access: info at joker2000.de 

smtpd[19927]: check_domain_access: joker2000.de 

smtpd[19927]: check_access: info@ 

smtpd[19927]: generic_checks: name=check_recipient_access status=0 

smtpd[19927]: generic_checks: name=permit_sasl_authenticated 

smtpd[19927]: generic_checks: name=permit_sasl_authenticated status=1 

smtpd[19927]: fsspace: .: block size 4096, blocks free 7419517 

smtpd[19927]: smtpd_check_size: blocks 4096 avail 7419517 min_free 0 
size 0
smtpd[19927]: generic_checks: START 

smtpd[19927]: generic_checks: name=permit_mynetworks 

smtpd[19927]: permit_mynetworks: pD9E1DBA8.dip.t-dialin.net 
217.225.219.168
smtpd[19927]: match_hostname: pD9E1DBA8.dip.t-dialin.net ~? 127.0.0.0/8 

smtpd[19927]: match_hostaddr: 217.225.219.168 ~? 127.0.0.0/8 

smtpd[19927]: match_hostname: pD9E1DBA8.dip.t-dialin.net ~? 
213.133.103.0/27
smtpd[19927]: match_hostaddr: 217.225.219.168 ~? 213.133.103.0/27 

smtpd[19927]: match_list_match: pD9E1DBA8.dip.t-dialin.net: no match 

smtpd[19927]: match_list_match: 217.225.219.168: no match 

smtpd[19927]: generic_checks: name=permit_mynetworks status=0 

smtpd[19927]: generic_checks: name=check_relay_domains 

smtpd[19927]: check_relay_domains: info at joker2000.de 

smtpd[19927]: match_hostname: pD9E1DBA8.dip.t-dialin.net ~? 
srv1.xcellcom.de
smtpd[19927]: match_hostname: pD9E1DBA8.dip.t-dialin.net ~? 
localhost.xcellcom.de
smtpd[19927]: match_list_match: pD9E1DBA8.dip.t-dialin.net: no match 

smtpd[19927]: permit_auth_destination: info at joker2000.de 

smtpd[19927]: ctable_locate: leave existing entry key info at joker2000.de 

smtpd[19927]: match_string: joker2000.de ~? srv1.xcellcom.de 

smtpd[19927]: match_string: joker2000.de ~? localhost.xcellcom.de 

smtpd[19927]: match_list_match: joker2000.de: no match 

smtpd[19927]: maps_find: joker2000.de: not found 

smtpd[19927]: match_hostname: joker2000.de ~? srv1.xcellcom.de 

smtpd[19927]: match_hostname: joker2000.de ~? localhost.xcellcom.de 

smtpd[19927]: match_list_match: joker2000.de: no match 

smtpd[19927]: reject: RCPT from 
pD9E1DBA8.dip.t-dialin.net[217.225.219.168]: 554 <info at joker2000.de>: 
Recipient address rejected: Relay access denied; 
from=<info at joker2000.de> to=<info at joker2000.de>
smtpd[19927]: generic_checks: name=check_relay_domains status=2
smtpd[19927]: > pD9E1DBA8.dip.t-dialin.net[217.225.219.168]: 554 
<info at joker2000.de>: Recipient address rejected: Relay access denied
smtpd[19927]: watchdog_pat: 0x8089338

Die Ausgabe von 'cat /etc/postfix/main.cf | grep smtp':

smtpd_banner = $myhostname ESMTP
# smtp-auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = srv1
smtpd_sender_restrictions =

Die Ausgabe von 'cat /etc/imapd.conf | grep sasl':

sasl_pwcheck_method: sasldb


So ich hoffe es sind alle Infos da. habe ich jetzt nen Denkfehler oder 
nen Problem in der Konfiguration?

Ich freue mich auf eure hilfreichen Antworten.

Grüße, Christian Meyer



Mehr Informationen über die Mailingliste Postfixbuch-users