> Am 22.11.2014 um 10:11 schrieb Christian Rößner 
> <c...@roessner-network-solutions.com>:
> 
> I’ll give it a try.

…
 -> STARTTLS
<-  220 2.0.0 Ready to start TLS
=== TLS started with cipher TLSv1:DHE-RSA-AES256-SHA:256
=== TLS no local certificate set
=== TLS peer DN="/OU=Go to 
https://www.thawte.com/repository/index.html/OU=Thawte SSL123 
certificate/OU=Domain Validated/CN=mail.roessner-net.de"
 ~> EHLO MacBook-Pro.local
<~  250-mail.roessner-net.de
<~  250-PIPELINING
<~  250-SIZE 31457280
<~  250-VRFY
<~  250-ETRN
<~  250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5 NTLM
<~  250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5 NTLM
<~  250-ENHANCEDSTATUSCODES
<~  250-8BITMIME
<~  250-DSN
<~  250 SMTPUTF8
 ~> MAIL FROM:<croessner@MacBook-Pro.local>
<~  250 2.1.0 Ok
 ~> RCPT TO:<c...@deltaweb.de>
<~* 554-5.7.1 <c...@deltaweb.de>: Recipient address rejected: Sie haben sich 
nicht erfolgreich authentifiziert
<~* 554 5.7.1 For assistance, please provide the following information in your 
problem report: time (Nov 22 11:23:35), client (193.239.106.201:32794) and 
server (mail.roessner-net.de).
 ~> QUIT
<~  221 2.0.0 Bye
=== Connection closed with remote host.

One question: I also have set smtpd_reject_footer. So I get two reject texts. 
The first comes from the patch, the second from smtpd_reject_footer. Is that 
the normal wanted behavior?

smtpd_reject_footer =
 For assistance, please provide the following information in your problem 
report:
 time (${localtime}), client (${client_address}:${client_port}) and server 
(${server_name}).

smtpd_relay_restrictions =
    check_sender_access pcre:${map}/sender_access.pcre,
    check_recipient_access ${mapidx}/reject_srvint_net,
    reject_non_fqdn_recipient,
    permit_tls_clientcerts,
    permit_sasl_authenticated,
    reject_unauthenticated_sender_login_mismatch,
    check_recipient_access static:{ reject Sie haben sich nicht erfolgreich 
authentifiziert },
    reject

Christian
--
Bachelor of Science Informatik
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 171 9905345
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to