Differences

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

Link to this comparison view

79:email_authentication [2024/03/06 01:22] – created - external edit 127.0.0.179:email_authentication [2024/03/08 10:22] (current) – removed Weinlein, Thomas
Line 1: Line 1:
-[[:79:configure_stages|Configure the Stages Server]] 
- 
-====== Email Authentication ====== 
- 
-If the specified notification e-mail server requires user authentication, additional tags have to be inserted. 
- 
-The following example describes such an authentication configuration: 
- 
-<code> 
-<!—- username that should be used for authentication --> 
-<mailuser>John Doe</mailuser> 
- 
-<!—- password to authenticate mailuser --> 
-<mailpassword>pass</mailpassword> 
- 
-<!—- name of the SASL realm --> 
-<saslrealm>SASL.YOURDOMAIN.COM</saslrealm> 
-</code> 
- 
-//Note//: All authentication parameters are optional. 
-