Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
72:email_authentication [2018/07/17 12:11] – created bkkr72:email_authentication [2018/09/27 18:21] – [Email Authentication] emr
Line 10: Line 10:
 <!—- username that should be used for authentication --> <!—- username that should be used for authentication -->
 <mailuser>John Doe</mailuser> <mailuser>John Doe</mailuser>
 +
 <!—- password to authenticate mailuser --> <!—- password to authenticate mailuser -->
 <mailpassword>pass</mailpassword> <mailpassword>pass</mailpassword>
 +
 <!—- name of the SASL realm --> <!—- name of the SASL realm -->
-<saslrealm>SASL.METHODPARK.COM</saslrealm+<saslrealm>SASL.YOURDOMAIN.COM</saslrealm>
-<!—- configuration parameters for notification follow here -->+
 </code> </code>