Enabling and configuring SMTP server authentication
Use this procedure to set up authentication for your SMTP server.. This allows you to avoid using anonymous access to your SMTP server. You can also enable TLS for the SMTP server.
Once you have created a service and enabled SMTP server authentication, you must configure identities for the email service. See Setting up users for SMTP server authentication.
To set up SMTP server authentication
-
Create a service for the SMTP authentication.
- In the Administration Console, select .
- On the Configuration Parameter Categories form, in the top list section, filter on and select “email.”
- On the Available Keys By Runtime Component tab, select the entry with the key of "SMTPServiceName" and click .
- On the Create Parameter form, specify a length sufficient to accommodate the name of the service in the Length field and specify the name of the service in the Value field. Then click .
- On the Available Keys By Runtime Component tab, select the entry with the key of "mail.smtp.auth" and click .
-
On the Create Parameter form, specify
true
in the Value field. Then click . - If you want to use TLS, on the Available Keys By Runtime Component tab, select the entry with the key of "mail.smtp.starttls.enable" and click .
-
On the Create Parameter form, specify
true
in the Value field. Then click .