Here is the error:
Code:
Nov 5 12:36:13 mail amavis[12316]: (!!)TROUBLE in pre_loop_hook: IPv6 address [192.168.0.0192.168.100.0] contains fewer than 8 fields
Nov 5 12:36:13 mail amavis[12316]: (!)_DIE: Suicide () TROUBLE in pre_loop_hook: IPv6 address [192.168.0.0192.168.100.0] contains fewer than 8 fields
You can see the settings for the local networks with this:
YOU HAVE TO BE ZIMBRA USER
Code:
zimbra$postconf mynetworks
mynetworks = 192.168.0.0192.168.100.0
Here is issue from the web GUI:
Server Settings -> MTA -> Network -> MTA Trusted Networks "192.168.0.0192.168.100.0"
I do not know how this got changed.
Here is resolution:
I added in the GUI:
192.168.0.0/24 <- You need you local network, this is mine
127.0.0.0/8 <- You need this one by default
192.168.1.0/24 <-These are just others
192.168.100.0/24
Now we have:
Code:
zimbra$ postconf mynetworks
mynetworks = 192.168.0.0/24 127.0.0.0/8 192.168.1.0/24 192.168.100.0/24
Then do a restart:
Code:
zimbra$ zmcontrol restart