Posts: 0
Threads: 8
Joined: Feb 2025
Reputation:
0
So I need to change port 25 to port 587 for out going smtp. Is this done in EHCP or in ubuntu server itself?
Thanks
Chris
Restored from old drupal forum, for user uid:3425 username:chrisbmo2000
You may reset your password to access your new account here.
Posts: 0
Threads: 13
Joined: Feb 2025
Reputation:
0
I was able to help with this, all we did for a simple port change was follow these directions and restart postfix:
http://www.linuxmail.info/postfix-change-port/
1. Edit the file /etc/postfix/master.cf and find the line below. You can comment the line below by adding # in front of the line to disable SMTP port 25.
smtp inet n - n - - smtpd
Next, add this line
25000 inet n - n - - smtpd
Replace 25000 with your preferred alternate port number.
Restored from old drupal forum, for user uid:3425 username:chrisbmo2000
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Feb 2025
Reputation:
0
follow: http://www.ehcp.net/?q=node/876
Restored from old drupal forum, for user uid:3246 username:Stone1555
You may reset your password to access your new account here.
Posts: 0
Threads: 1
Joined: Feb 2025
Reputation:
0
I also found this when recently facing the problem. I haven't tried it, but wanted to share it.
http://major.io/2007/07/04/enable-submission-port-587-in-postfix/
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.