From 85aed0d1d112f388f2c8d8379edec3db0ae25a3e Mon Sep 17 00:00:00 2001 From: odinis <23659698+odinis@users.noreply.github.com> Date: Fri, 14 Feb 2020 01:14:31 +0200 Subject: [PATCH] Proxy setup is nowhere mentioned. --- docs/content/config/troubleshooting/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index 3b3b1a81..1c0b4725 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -232,6 +232,13 @@ mail amavis[1459]: (01459-01) (!)ClamAV-clamscan av-scanner FAILED: /usr/bin/cla mail amavis[1459]: (01459-01) (!!)AV: ALL VIRUS SCANNERS FAILED # Clamav is not running (not started or because you don't have enough memory) # => check requirements and/or start Clamav +``` +### Using behind proxy +Add to `/etc/postfix/main.cf` : +``` + +proxy_interfaces = X.X.X.X (your public IP) + ``` ### What about updates