[exim-dev] More detailed postdata response?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Michael Haardt
日付:  
To: exim-dev
題目: [exim-dev] More detailed postdata response?
Hello,

how about this?

       /* Default OK response */


       else
-        smtp_printf("250 OK id=%s\r\n", message_id);
+        smtp_printf("250 OK id=%s host=%s\r\n", message_id
+                                              , smtp_active_hostname);
       if (host_checking)
         fprintf(stdout,
           "\n**** SMTP testing: that is not a real message id!\n\n");


Many systems log the postdata response and it is helpful to know which
host behind a load balancer they talked to. Opinions?

Michael