Koozali.org: home of the SME Server

Yet another (desperate) port25 question

ChrisG

Yet another (desperate) port25 question
« on: January 31, 2004, 08:20:25 AM »
I have been searching contribs.org all evening for the 'best' answer to my problem, and I still have more questions than answers.

My ISP blocks port25. No surprise there. Users can send and receive email through my (6.03b) server just fine inside my LAN, but outside they can only receive email.

I have a customer who has 4 POP3 accounts on my server. For months I have had them using 'mail.myserver.com' for incoming mail and their isp's 'mail.ispserver.com' for outgoing mail. This worked beautifully until they recently left their ISP and had a T-1 installed. The T-1 vendor provided NO email support whatsoever.

I need to restore for my client the ability to send emails. Volumes have been written on contribs.org about port forwarding, but all the material seems to be written for versions of the server before 6.03b.

Can someone who has addressed this problem tell me what worked best for them?

Thanks in advance,

Chris Gray

wacko

Yet another (desperate) port25 question
« Reply #1 on: January 31, 2004, 05:32:49 PM »
Hi Chris

I found this howto over at Jesper's site. This may help you if you can spool mail at another account. Not sure if it is what you require though

http://sme.swerts-knudsen.dk/howtos/howto_15.htm


wc

Anonymous

Yet another (desperate) port25 question
« Reply #2 on: January 31, 2004, 06:20:50 PM »
I appreciate the help, but I don't want to rely on an outside source for mail spooling. I think finding some way of using port 2525 for mail would be the best way to go, but I simply can't find a good source to explain how to get this working.

Thanks,

Chris G.

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
Yet another (desperate) port25 question
« Reply #3 on: January 31, 2004, 06:43:41 PM »
Hello,

I have same problem with my ISP.
Here is the solution I use.

I changer le port for the smtp server by changing value in the files /etc/services or the smtp entry.
After a reboot the smtp server listen on port that I specified in the file.
Now to server received email, I have to take abonnement with a relaying server, no-ip or dyndns. Unfortunatly I have to paid for that service :-( .
The last step is to specified in the MX record of you DNS the server for the relay server from no-ip or dyndns.

Now it work perfectly from about 1 year :lol:

Regards,

wacko

Yet another (desperate) port25 question
« Reply #4 on: January 31, 2004, 07:32:04 PM »
from what I understand of your problem this should work, and restore the ability for your clients to send mail.


 
edit /etc/services and change the smtp port to 2525

smtp      2525/tcp      mail



and restart the mail server


/etc/rc.d/init.d/smtpfront-qmail restart


Check to see if you can connect to that port by telnet localhost 2525, if you get a banner up then all should be good!

you'll hafto ask somone else how to make this permanent via a template as am not to good in that area, but as a temporary fix (as long as u dont reboot) this should work fine.


Then getting your clients (if they use outlook) to change the default port to 2525  in advanced account settings and they should be able to send mail using your box.

Chris G

Yet another (desperate) port25 question
« Reply #5 on: February 04, 2004, 12:46:56 PM »
Thanks for the help! I wound up using a combination of the suggestions here and a tutorial on Iptables to get the fix I needed. Thanks again...

Troy

Any Tips?
« Reply #6 on: February 04, 2004, 07:11:28 PM »
Any chance you could post more details on what worked?

My ISP just started blocking port 25, so I suddenly have to implement a workaround.

Any tips would be greatly appreciated.

Thanks,
Troy

Todd

Yet another (desperate) port25 question
« Reply #7 on: February 10, 2004, 08:27:42 PM »
if I'm not mistaken, you could also just have them FTP into your SME box and everything should work hunky-dory  :hammer:

Offline wyron

  • *
  • 275
  • +0/-0
    • http://www.ideast.dk
Re: Any Tips?
« Reply #8 on: February 11, 2004, 02:17:26 PM »
Quote from: "Troy"
Any chance you could post more details on what worked?

My ISP just started blocking port 25, so I suddenly have to implement a workaround.

Any tips would be greatly appreciated.

Well, if you are running a server/gateway configuration with a fixed ip its really quite simple, and doesn't require any fiddling with the SME-server.
You probably use an external DNS-provider, and there's where you go.
Ask him to set up a backup-MX record pointing to your isp's mailserver with a lower priority (higher number) than the MX record for your own mailserver.
That's all, really.
Greetings
wyron
...

Mister Smith

SSMTP to the rescue (SME 5.6)
« Reply #9 on: February 12, 2004, 06:44:44 AM »
search a bit ... i used this successfully to let someone outside my network send authenticated SMTP traffic to my SME box, which relayed it via my ISP's smtp server.

Mister Smith

OK I went ahead & found it for you
« Reply #10 on: February 12, 2004, 06:48:39 AM »
http://www.pagefault.org/code/e-smith/securemail/5.6/

Look at the bottom for SSMTP.

Works great!!!!!  Even has server manager panel ...

ChrisG

Yet another (desperate) port25 question
« Reply #11 on: February 13, 2004, 05:14:26 PM »
Anyone know if any progress is being made on a securemail contrib for 6.0?

MikeH

Yet another (desperate) port25 question
« Reply #12 on: February 14, 2004, 09:33:33 AM »
Am also looking for a contrib for Remote SMTP Authentication on SME 6, have had to revert back to SME 5.6 until I find one, clients not happy with alternatives.