Skip to content

Commit

Permalink
Don't change default, but indicate that port 587 is correct and port …
Browse files Browse the repository at this point in the history
…25 is incorrect
  • Loading branch information
slusarz committed Oct 14, 2013
1 parent f48d849 commit 8a28949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion horde/config/conf.xml
Expand Up @@ -1332,7 +1332,8 @@
<configstring name="host" required="false" desc="The server to connect
to [localhost]"/>
<configinteger name="port" required="false" desc="The port to connect
to [25]"/>
to [25]. This is HIGHLY RECOMMENDED to be 587, the mail submission port.
(Sending mail via port 25 is DEPRECATED.)"/>
<configstring name="localhost" required="false" desc="The local hostname
/ domain [localhost]"/>
<configenum name="auth" desc="SMTP authentication">false
Expand Down

0 comments on commit 8a28949

Please sign in to comment.