This is an old revision of the document!


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:

<!—- 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.METHODPARK.COM</saslrealm>
<!—- configuration parameters for notification follow here -->

Note: All authentication parameters are optional.