[exim-dev] [Bug 2036] New: RFE: report IP address of remote …

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Nowe tematy: [exim-dev] [Bug 2036] RFE: report IP address of remote host used in callback verification in smtp error message
Temat: [exim-dev] [Bug 2036] New: RFE: report IP address of remote host used in callback verification in smtp error message
https://bugs.exim.org/show_bug.cgi?id=2036

            Bug ID: 2036
           Summary: RFE: report IP address of remote host used in callback
                    verification in smtp error message
           Product: Exim
           Version: N/A
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: General execution
          Assignee: nigel@???
          Reporter: arekm@???
                CC: exim-dev@???


RFE: Report which smtp host was being used for verification in exim 550 error
message.

So to replace

"Verification failed for <%s>\n%s"

with for example

"Verification failed for <%s> when talking to %s\n%s"

(where that second %s would be ip of host used in verification callback)

Now when bounce message happens like:

    SMTP error from remote mail server after RCPT TO:<some@???>:
    550-Verification failed for <someone@???>
    550-No Such User Here
    550 Sender verify failed


there is no way to be 100% sure that remote host, when doing verification
callback, was actually connecting to proper hosts (ie. these handling sender
domain).

With "Verification failed for <someone@???> when talking to
93.184.216.34\n..." it would be obvious and easy to debug/diagnose.

--
You are receiving this mail because:
You are on the CC list for the bug.