SMTP filter checking for viruses using the ClamAV anti-virus
ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding.
ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding.
To install clamsmtp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install clamsmtp
To see what files were installed by clamsmtp, run:
port contents clamsmtp
To later upgrade clamsmtp, run:
sudo port selfupdate && sudo port upgrade clamsmtp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.