G gokcer Verified User Joined Sep 12, 2009 Messages 16 Jan 16, 2010 #1 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...
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...
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,138 Jan 16, 2010 #2 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
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
B birol New member Joined Oct 2, 2014 Messages 1 Oct 2, 2014 #4 I need this outlook_setup.reg Hi. I need this outlook_setup.reg WHere can I download it? Thanks for support.
I need this outlook_setup.reg Hi. I need this outlook_setup.reg WHere can I download it? Thanks for support.