Hi,
i can't find a solution to my problem.
i have an Ubuntu 20.04.06 server behind a firewall. UFW is disabled.
I followed entirely the single node guide for Carbonio. After i disable IPV6
-
IPv6 must be disabled. Make also sure that the
/etc/hosts
does not contain any IPv6 entries.
I got this situation:
amavis Stopped
amavisd is not running.
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
directory-server Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
service-discover Running
stats Running
config service Running
Can't send and receive email.
Add the lines below in /etc/sysct.conf
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 vm.swappiness=10
Then run:
sysctl -p
and then restart Carbonio
zmcontrol restart
Add the lines below in /etc/sysct.conf
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 vm.swappiness=10Then run:
sysctl -p
and then restart Carbonio
zmcontrol restart
Still not running. I had already made those changes.
I don't know how to solve this.
We'll need logs.
tail-f /var/log/carbonio.log | grep -i amavis
and then restart carbonio and send us the output
Hi all,
Server status is getting this as output:
amavis Running
antispam Running
directory-server Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
service-discover Running
stats Running
config service Running
Messages are arriving with unchecked in the subject
zmclamdctl status
clamd is not runnning
If i start it with
zmclamdctl start
It works
Any ideia of what could be going?
Thanks in advance