Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   02-10-2002, 08:56 AM
hypernatic.net
 
Posts: n/a

Status:
Howdy,

for some reason, my ISP forces me to use THEIR SMTP server... However, this thing is dogarse slow!
I can't use a differnent SMTP, cause this will time out...

Could this be that they blocked port 25 or so?
I have a linux box at home (hooked onto the same ISP)... If I set the SMTP (25) port to 2500 or so... and use that as the SMTP... would that work?

How do I do that? (changing SMTP port)

Any other suggestions maybe?
 
 
 


Old
  Post #2 (permalink)   02-11-2002, 10:41 AM
HD Addict
 
Homer's Avatar
 
Join Date: Jan 2002
Posts: 122

Status: Homer is offline
Okay, here are my $0.02...

Your ISP prevents you to connect to ANY "25" port (SMTP port) of any server... What you could do is setup a port forwarder on your linux box and have that connect to the remote SMTP server (port 25)... HOWEVER, this would not work, assuming that that linux box is on the same isp...

Goto http://portfwd.sourceforge.net/ and get their RPM package...

Here are my instructions...

Login to your server as root, then:

Get the RPM package: wget http://prdownloads.sourceforge.net/p...-1rh6.i386.rpm

Install the RPM: rpm -U ./portfwd-0.22-1rh6.i386.rpm

Edit the config file: pico /etc/portfwd.cfg

Now add the following lines:
Quote:
tcp {
2500 { => 127.0.0.1:25 }
}
Okay, now, start (or reboot the server) the portfwd: /usr/sbin/portfwd -c /etc/portfwd.cfg

Goto outlook or whatever you use, and set as SMTP server: yourdomain.com on port (SMTP port) 2500

Now try and send a mail...Should work, let me know if it fails..
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On