in reply to port 25 on windows XP
if ( ( run on different machines && doesn't work ) && ( run on same machine && works ) ) { suspect firewall; exit; } if ( ( run on same machine && port != 25 && works ) && ( run on same machine && port == 25 && ! works ) ) { suspect internal firewall; exit; }
Either way I think the problem is an XP one, not a Perl one..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: port 25 on windows XP
by Anonymous Monk on Jun 17, 2005 at 04:05 UTC |