Am 22.11.2014 um 11:30 schrieb Christian Rößner:
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?

surely - a footer is a footer and because it comes *everywhere* at the end it contains the neutral part of the message like contact and so on

if you don#t want "smtpd_reject_footer" don't configure it

BTW: it should start with \c because there are devices like barracuda networks showing *only* the last line of the ject text if there is more than one meanening *only* the footer without any useful text

smtpd_reject_footer = \c, your text

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

Reply via email to