[exim-dev] [Bug 694] New: SMTP banner does not honor smtp_a…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Mrten
Datum:  
To: exim-dev
Betreff: [exim-dev] [Bug 694] New: SMTP banner does not honor smtp_active_hostname setting
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=694
           Summary: SMTP banner does not honor smtp_active_hostname setting
           Product: Exim
           Version: 4.63
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: low
         Component: String expansion
        AssignedTo: nigel@???
        ReportedBy: bugzilla@???
                CC: exim-dev@???



(debian etch, handwritten config)

If I set smtp_active_hostname to a value, like so:

smtp_active_hostname       = ${if
eq{$interface_address}{SPAMTRAPIP}{mail4.ii.nl}}


(SPAMTRAPIP being a macro equal to an IP)

then smtp_active_hostname isn't used for the banner but is for the helo
response:

kimiko:/etc/exim4# nc 82.94.191.119 25
220 mail1.ii.nl ESMTP Exim 4.63 Mon, 14 Apr 2008 13:03:09 +0200 *NEE/NEE
sticker*
helo test
250 mail4.ii.nl Hello test [82.94.191.119]
quit
221 mail4.ii.nl closing connection


is this a bug or documentation omission?


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email