avgd stops listening on port 54322
Last days I’m experiencing avgd not responding. Avgd stops to listen on port 54322, amavisd-new timeouts on talking to AV. Mails are being held and queue is slowly increasing its number. It’s strange, that I’m experiencing it not only on one production system…
Aug 29 04:59:46 rakosnicek amavis[25940]: (25940-01-5) (!)AVG Anti-Virus av-scanner FAILED: run_av error: Too many retries to talk to 127.0.0.1:54322 (timed out) at (eval 111) line 373.\n
It seems working after changing a little bit AVG configuration with following values:
avgcfgctl -w Default.setup.features.antispam=false avgcfgctl -w Default.tcpd.avg.limiter_start=150 avgcfgctl -w Default.tcpd.avg.limiter_stop=200 avgcfgctl -w Default.tcpd.avg.timeout=5000 avgcfgctl -w Default.tcpd.smtp.enabled=false avgctl --restart=tcpd
