Article describes procedure to configure the DLP Network Interceptor to send mail to "Mail Relay" on port other than port 25. In this example our upstream Mail Relay IP address is 10.10.10.20 and port that it is accepting smtp traffic is port 2525.
a. Go into the controller > Setup and change the interceptor settings and change the ?Mail Relay? to 10.10.10.20 (without the port number).
b. SSH to the interceptor. Go to Shell prompt.
As tablus user:
$ cd /etc/mail.
$ Vi sendmail.mc
Add the following line "define(`RELAY_MAILER_ARGS', `IPC $h 2525')dnl" into the sendmail.mc file. The "IPC $h 2525'" sets the Interceptor to send SMTP traffic to upstream MTA on port 2525.
I have added the other lines to give you a reference on where this line should be put into the .mc file.
dnl # observe max load averages and set appropriately
define(`confREFUSE_LA', `6')
define(`confDELAY_LA', `5')
define(`confCONNECTION_RATE_THROTTLE', 40)dnl
define(`confMIN_FREE_BLOCKS ', 100000)dnl
define(`RELAY_MAILER_ARGS', `IPC $h 2525')dnl
Save the changes using the wq! Option in vi and exit
$ more sendmail.mc | grep RELAY_MAILER_ARG should return the following
define(`RELAY_MAILER_ARGS', `IPC $h 2525')dnl
c. tabservice restart - this is will restart the services on the Interceptor
Related Articles
AdminServiceException when attempting to import partner metadata xml file. 11Number of Views DSA-2020-066: RSA Authentication Manager Stored Cross-Site Scripting 8Number of Views DSA-2020-052: RSA Authentication Manager Multiple Vulnerabilities 7Number of Views RSA Governance & Lifecycle Recipes: Report - AD Days Since Last Logon 12Number of Views AFX Connectors remain in a Deployed state and 'Could not locate data file kahadb/db-XXX.log' error in RSA Identity Governa… 454Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x