Changing SMTP port in the downloadable reg file of Outlook Settings

gokcer

Verified User
Joined
Sep 12, 2009
Messages
16
Hi,

The biggest ISP in Turkey has changed the SMTP port to 587 and blocked port 25 to block some autospammers.

Inside the downloadable reg file of Outlook Settings the value for SMTP port is 25. Is there a way to change it via SSH?

Thanks...
 
Hello,

Yes. Edit:
Code:
/usr/local/directadmin/data/templates/outlook_setup.reg
Find the line:
Code:
"SMTP Port"=dword:00000019
19 is hex for 25. Port 587 is 24b in hex, so change the line to look like:
Code:
"SMTP Port"=dword:0000024b
I've just made this change in the outlook_setup.reg file for the next release, since it should be the default value.

John
 
I need this outlook_setup.reg

Hi.
I need this outlook_setup.reg
WHere can I download it?
Thanks for support.
 
Back
Top