Skip to content

Commit

Permalink
Update SettingUpOutbound.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Currerius committed Nov 26, 2015
1 parent 48fb113 commit fe6936a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/SettingUpOutbound.md
Expand Up @@ -42,9 +42,10 @@ Let's create a new Haraka instance:

Now edit config/smtp.ini - change the port to 587.

Next we setup our plugins - all we need is the auth plugin:
Next we setup our plugins - all we need is the tls and auth plugin. AUTH capability is only advertised after TLS/SSL negotiation (except for connections from the local host):

echo "auth/flat_file" > config/plugins
echo "tls
auth/flat_file" > config/plugins

Now edit the flat file password file, and put in an appropriate username
and password:
Expand Down

0 comments on commit fe6936a

Please sign in to comment.