The problem was the FQDN hostname....
> zmamavisdctl start
Starting amavisd... The value of variable $myhostname is "myhostname", but should have been a fully qualified domain name; perhaps uname(3) did not provide such.
You must explicitly assign a FQDN of this host to variable $myhostname
in amavisd.conf, or fix what uname(3) provides as a host's network name!
failed.
Then i solved as:
/opt/zimbra/libexec/zmsetservername -n myFQDN.com
zmcontrol stop
zmcontrol start
Now it's working fine....
Thx |