Email address "display name" validation
Add a new test to blacklist emails in which the "display name" part of the From header address is spoofed, but the domain in the address specification part is not. For example:
From: "John Doe (CEO)" .
The list of display names in the organization could be obtained by ORF from 3 sources: Active Directory, SQL Database, Text File.
1 comment
28
SMTP-based Recipient Validation
Add an SMTP-based validation data source to the Recipient Validation Test of ORF. This source would connect to a specific SMTP server and attempt to validate the recipient real-time using the RCPT command. This would enable the Recipient Validation test to work with third-party MTAs without having to compile and maintain a list of valid recipients for the SQL or the Text File sources.
25
Disclaimer Support
Support adding a legal disclaimer (or other footer) to outgoing emails.
8
Log All Outgoing Emails
Option to log all outgoing emails relayed through the SMTP/Exchange server ORF is bound to, not only those where the recipient of the outgoing email is added to the Auto Sender Whitelist Database.
9