[EXIM] Prohibited ETRNs are not logged

Top Page
Delete this message
Reply to this message
Author: michael
Date:  
To: exim-users
Subject: [EXIM] Prohibited ETRNs are not logged
Hello,

the following patch is quite useful in src/smtp_in.c, around line 2747:

      log_write(4, LOG_MAIN, "ETRN %s received from %s prohibited", smtp_data, sender_fullhost);


Otherwise you will find no trace of forbidden etrn requests, which is confusing.

Michael

--
*** Exim information can be found at http://www.exim.org/ ***