Quote:
Originally Posted by iway Did you check if antivirus is running? zmantivirusctl restart might help. |
Yes, at this time I fixed the problem by changing these lines in /opt/zimbra/amavisd/sbin/amavisd:
Quote:
# $unix_socketname = '/var/amavis/amavisd.sock'; # old amavis client protocol $inet_socket_port = 10024; # accept SMTP on this TCP port
# $inet_socket_port = [10024,10026,10027]; # ...possibly on more than one
$inet_socket_bind = '127.0.0.1'; # limit socket bind to loopback interface @inet_acl = qw( 127.0.0.1 88.190.221.42 ::1 ); # allow SMTP access only from localhost
|
I uncommented the first red line to set the 10024 port and to add in inet_acl my Zimbra IP address, I don't understaind why but that's work.
I found this in the
Zimbra and Vserver Wikipage.
I got this problem after upgrade to 6.0.7.1
Sam.