amavis, antispam an...
 
Notifications
Clear all

amavis, antispam and antivirus not starting with IPV6 disabled.

5 Posts
3 Users
0 Likes
509 Views
(@bellux)
Joined: 2 years ago
Posts: 12
Topic starter  

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 

  1. 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.

This topic was modified 7 months ago by BelluX

   
Quote
(@anahuac)
Joined: 11 months ago
Posts: 306
 

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

 


   
ReplyQuote
(@bellux)
Joined: 2 years ago
Posts: 12
Topic starter  

Posted by: @anahuac

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

 

 

Still not running. I had already made those changes.

I don't know how to solve this.

 


   
ReplyQuote
(@anahuac)
Joined: 11 months ago
Posts: 306
 

We'll need logs.

tail-f /var/log/carbonio.log | grep -i amavis

and then restart carbonio and send us the output


   
ReplyQuote
(@mrzsilva)
Joined: 7 months ago
Posts: 4
 

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

 


   
ReplyQuote