PROBLEM
I need to add custom proxy settings for my Amtail ClamAV installation.
ENVIRONMENT
- On-Premise Server + WebMail Installations: Version 6.0 > Current Version
CAUSE
ClamAV configuration settings.
RESOLUTION
- First you will need to locate the the freshclam configuration file.
cd /usr/local/atmail/av/etc
- You can now open the file with your preferred text editor.
vi freshclam.conf
- When you have opened the file, search for Proxy. The following text should appear.
# Proxy settings
#HTTPProxyServer myproxy.com
#HTTPProxyPort 1234
#HTTPProxyUsername myusername
#HTTPProxyPassword mypass - Now you will need to edit the following text, changing the appropriate details. When you are finished editing the proxy settings save and quit from the file.
# Proxy settings
HTTPProxyServer myproxy.com
HTTPProxyPort 1234
HTTPProxyUsername myusername
HTTPProxyPassword mypass
Comments