Proxy setup is nowhere mentioned.

This commit is contained in:
odinis 2020-02-14 01:14:31 +02:00
parent 2e2c5d9931
commit 85aed0d1d1
1 changed files with 7 additions and 0 deletions

View File

@ -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