EMail Server Relay Check: Difference between revisions
From MediaWiki
Jump to navigationJump to search
m (→Overview) |
m (→Overview) |
||
Line 1: | Line 1: | ||
= Overview = | == Overview == | ||
The eMail Server Relay Check Tool is a simple security tool designed for testing email servers for signs of misconfiguration. | The eMail Server Relay Check Tool is a simple security tool designed for testing email servers for signs of misconfiguration. | ||
Line 5: | Line 5: | ||
You can gain access to the eMail Server Relay Check page by selecting | You can gain access to the eMail Server Relay Check page by selecting | ||
NSTWUI > Network > email > eMail Server Relay Check | |||
The tools checks for the following: | The tools checks for the following: | ||
Line 14: | Line 14: | ||
Optionally, it will also perform a quick port scan for open NETBIOS ports. | Optionally, it will also perform a quick port scan for open NETBIOS ports. | ||
== Configuration == | |||
In order for the tool to work correctly, you will need to change the variable ''$email_address'' to your own email address. This is located on line 30 of the file /usr/share/relaycheck/cgi-bin/relaycheck.pl | |||
$email_address='change_this@change_this.whatever'; | |||
'''(this documentation is currently under development)''' | '''(this documentation is currently under development)''' |
Revision as of 12:47, 20 March 2011
Overview
The eMail Server Relay Check Tool is a simple security tool designed for testing email servers for signs of misconfiguration.
You can gain access to the eMail Server Relay Check page by selecting
NSTWUI > Network > email > eMail Server Relay Check
The tools checks for the following:
Open Relay Bounce Messages or Non-Delivery Reports (NRS's) Listings on DNS-based Realtime Blacklists
Optionally, it will also perform a quick port scan for open NETBIOS ports.
Configuration
In order for the tool to work correctly, you will need to change the variable $email_address to your own email address. This is located on line 30 of the file /usr/share/relaycheck/cgi-bin/relaycheck.pl
$email_address='change_this@change_this.whatever';
(this documentation is currently under development)