Note
You are viewing the documentation for an older release of Interworx (8.0). To see documentation for the current generally available release of Interworx, click here: 8.2.
How To: Use a Mail Relay for Password Reset Emails¶
For security, InterWorx does not send password reset emails through the typical outbound email relays. In an environment where system administrators only allow messages from a specific relay or relays, this could mean that password reset emails may not arrive. In this rare occasion, it is possible for system administrators to set the relay that will be used for sending password reset emails.
Contents
To Configure a Mail Relay for Password Reset Emails¶
Log in to the server at the CLI as root, either via SSH or from the terminal
At the CLI, using a text editor, open
~iworx/iworx.ini. The following example uses the Vim text editor:vim ~iworx/iworx.ini
In edit mode, add the following to the end of the file:
[lostpass] relay="relayserveraddress.tld"
Save and exit the file