http://bugzilla.spamassassin.org/show_bug.cgi?id=2749

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-02-18 14:09 -------
ok, I have it.

spamd_protocol_10.t uses:

  $socket = new IO::Socket::INET(
                  PeerAddr => 'localhost',
                  PeerPort => $spamdport,
                  Proto    => "tcp",
                  Type     => SOCK_STREAM
                );

the debug log posted contains these connection attempts:

logmsg: unauthorized connection from qtest.vsrv02.pitweb.dk [192.168.1.76] at 
port 44231
logmsg: unauthorized connection from qtest.vsrv02.pitweb.dk [192.168.1.76] at 
port 44232

note: *not* localhost.  I would surmise you've got an /etc/hosts file that
contains something like

192.168.1.76 qtest.vsrv02.pitweb.dk localhost

ie. "localhost" is an alias for the real IP address.

3.0.0 SVN trunk now uses 127.0.0.1 instead of localhost to work around this.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to