I've got a 192 network setup here at home, with a windoze client and a linux server. Neither my broadband supplier nor my host provide SMTP, so I thought I'd do my own.
I've succesfully sent email from the linux box to the outside world using command line SMTP to my hotmail (sorry) account, but if I try to connect to linux from windoze on port 25 or 587 I get the message "Connection refused".
I've read and followed faq14-1591, but the result was the same:
telnet 192.168.1.3 25 .... connection refused.
I'm a bit au-fait with perl, so I built a little daemon on the linux box which accepts connections on port 25. The server accepted connections no problem at all. Just "yep, hello, what do you want?". Which means it's not the firewall that's the problem.
I've read snippets about smapd in the oreilly bookshelf, but can't find anything on the net. I don't really see why I need to proxy this to such an extent. All I want to do is to allow *one* windoze box to talk to *one* linux box via SMTP.
I'm nearly sobbing with anguish... can anybody help me?? Please... I don't want to have to write a bespoke SMTP daemon in order to send a simple email.
I've succesfully sent email from the linux box to the outside world using command line SMTP to my hotmail (sorry) account, but if I try to connect to linux from windoze on port 25 or 587 I get the message "Connection refused".
I've read and followed faq14-1591, but the result was the same:
telnet 192.168.1.3 25 .... connection refused.
I'm a bit au-fait with perl, so I built a little daemon on the linux box which accepts connections on port 25. The server accepted connections no problem at all. Just "yep, hello, what do you want?". Which means it's not the firewall that's the problem.
I've read snippets about smapd in the oreilly bookshelf, but can't find anything on the net. I don't really see why I need to proxy this to such an extent. All I want to do is to allow *one* windoze box to talk to *one* linux box via SMTP.
I'm nearly sobbing with anguish... can anybody help me?? Please... I don't want to have to write a bespoke SMTP daemon in order to send a simple email.