Note

You are viewing the documentation for an older release of Interworx (7.5). To see documentation for the current generally available release of Interworx, click here: 7.13.

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.

To Configure a Mail Relay for Password Reset Emails

  1. Log in to the server at the command line as root, either via SSH or from the terminal

  2. Using a text editor, open ~iworx/iworx.ini

    vim ~iworx/iworx.ini
    
  3. In edit mode, add the following to the end of the file:

    [lostpass]
    relay="relayserveraddress.tld"
    
  4. Save and exit the file