You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
Proxy setup is nowhere mentioned.
This commit is contained in:
@@ -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
|
mail amavis[1459]: (01459-01) (!!)AV: ALL VIRUS SCANNERS FAILED
|
||||||
# Clamav is not running (not started or because you don't have enough memory)
|
# Clamav is not running (not started or because you don't have enough memory)
|
||||||
# => check requirements and/or start Clamav
|
# => 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
|
### What about updates
|
||||||
|
Reference in New Issue
Block a user