Skip to content

Commit

Permalink
SMTP auth param long ago changed to boolean option
Browse files Browse the repository at this point in the history
Actual auth method is automically-determined from the server.

See Ticket #13042
  • Loading branch information
slusarz committed Mar 18, 2014
1 parent d5e367a commit 86ef551
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions horde/config/conf.xml
Expand Up @@ -1386,14 +1386,10 @@
(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
<configenum name="auth" desc="Authenticate to SMTP server?">false
<values>
<value desc="No authentication">false</value>
<value desc="Best available authentication">true</value>
<value>DIGEST-MD5</value>
<value>CRAM-MD5</value>
<value>LOGIN</value>
<value>PLAIN</value>
<value desc="No">false</value>
<value desc="Yes">true</value>
</values>
</configenum>
<configstring name="username" required="false" desc="The username to use
Expand Down

0 comments on commit 86ef551

Please sign in to comment.