1

Topic: Something wrong through sending mail

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: Linux testmail 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? No
====

Oct 20 15:00:24 testmail postfix/pickup[2516]: 92EB320C6A: uid=0 from=<root>
Oct 20 15:00:24 testmail postfix/cleanup[2581]: 92EB320C6A: message-id=<20161020150024.92EB320C6A@testmail.domain.tld>
Oct 20 15:00:24 testmail postfix/qmgr[2517]: 92EB320C6A: from=<root@domain.tld>, size=371, nrcpt=1 (queue active)
Oct 20 15:00:24 testmail amavis[1476]: (01476-02) (!)connect to /var/run/clamav/clamd.ctl failed, attempt #1: Can't connect to a UNIX socket /var/run/clamav/clamd.ctl: No such file or directory
Oct 20 15:00:25 testmail amavis[1476]: (01476-02) (!)connect to /var/run/clamav/clamd.ctl failed, attempt #1: Can't connect to a UNIX socket /var/run/clamav/clamd.ctl: No such file or directory
Oct 20 15:00:25 testmail amavis[1476]: (01476-02) (!)ClamAV-clamd: All attempts (1) failed connecting to /var/run/clamav/clamd.ctl, retrying (2)
Oct 20 15:00:31 testmail amavis[1476]: (01476-02) (!)connect to /var/run/clamav/clamd.ctl failed, attempt #1: Can't connect to a UNIX socket /var/run/clamav/clamd.ctl: No such file or directory
Oct 20 15:00:31 testmail amavis[1476]: (01476-02) (!)ClamAV-clamd av-scanner FAILED: run_av error: Too many retries to talk to /var/run/clamav/clamd.ctl (All attempts (1) failed connecting to /var/run/clamav/clamd.ctl) at (eval 103) line 613.\n
Oct 20 15:00:31 testmail amavis[1476]: (01476-02) (!)WARN: all primary virus scanners failed, considering backups
Oct 20 15:00:31 testmail amavis[1476]: (01476-02) (!)run_av (ClamAV-clamscan) FAILED - unexpected exit 2, output="WARNING: Ignoring deprecated option --disable-summary\nLibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav\nERROR: Can't open file or directory\n\n----------- SCAN SUMMARY -----------\nKnown viruses: 0\nEngine version: 0.99.2\nScanned directories: 0\nScanned files: 0\nInfected files: 0\nData scanned: 0.00 MB\nData read: 0.00 MB (ratio 0.00:1)\nTime: 0.004 sec (0 m 0 s)"
Oct 20 15:00:31 testmail amavis[1476]: (01476-02) (!)ClamAV-clamscan av-scanner FAILED: /usr/bin/clamscan unexpected exit 2, output="WARNING: Ignoring deprecated option --disable-summary\nLibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav\nERROR: Can't open file or directory\n\n----------- SCAN SUMMARY -----------\nKnown viruses: 0\nEngine version: 0.99.2\nScanned directories: 0\nScanned files: 0\nInfected files: 0\nData scanned: 0.00 MB\nData read: 0.00 MB (ratio 0.00:1)\nTime: 0.004 sec (0 m 0 s)" at (eval 103) line 905.
Oct 20 15:00:31 testmail amavis[1476]: (01476-02) (!!)AV: ALL VIRUS SCANNERS FAILED
Oct 20 15:00:31 testmail postfix/smtpd[2591]: connect from unknown[127.0.0.1]
Oct 20 15:00:31 testmail postfix/smtpd[2591]: E554520C67: client=unknown[127.0.0.1]
Oct 20 15:00:31 testmail postfix/cleanup[2581]: E554520C67: message-id=<20161020150024.92EB320C6A@testmail.domain.tld>
Oct 20 15:00:31 testmail postfix/qmgr[2517]: E554520C67: from=<root@domain.tld>, size=1409, nrcpt=1 (queue active)
Oct 20 15:00:31 testmail postfix/smtpd[2591]: disconnect from unknown[127.0.0.1]

something with clamav..

root@testmail:~# service clamav-daemon restart
root@testmail:~# service clamav-daemon status
● clamav-daemon.service - Clam AntiVirus userspace daemon
   Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled)
   Active: inactive (dead)
           start condition failed at Thu 2016-10-20 15:16:19 UTC; 2s ago
           ConditionPathExistsGlob=/var/lib/clamav/daily.{c[vl]d,inc} was not met
     Docs: man:clamd(8)
           man:clamd.conf(5)
           http://www.clamav.net/lang/en/doc/

Oct 20 13:17:53 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 14:33:28 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 14:33:57 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 15:16:19 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.

freshclam

root@testmail:~# service clamav-freshclam status
● clamav-freshclam.service - ClamAV virus database updater
   Loaded: loaded (/lib/systemd/system/clamav-freshclam.service; enabled)
   Active: active (running) since Thu 2016-10-20 13:17:53 UTC; 1h 59min ago
     Docs: man:freshclam(1)
           man:freshclam.conf(5)
           http://www.clamav.net/lang/en/doc/
 Main PID: 499 (freshclam)
   CGroup: /system.slice/clamav-freshclam.service
           └─499 /usr/bin/freshclam -d --foreground=true

Oct 20 13:17:53 testmail.domain.tld systemd[1]: Started ClamAV virus database updater.
Oct 20 13:17:54 testmail.domain.tld freshclam[499]: ClamAV update process started at Thu Oct 20 13:17:54 2016
Oct 20 13:17:57 testmail.domain.tld freshclam[499]: Downloading main.cvd [100%]
Oct 20 13:18:15 testmail.domain.tld freshclam[499]: ERROR: Database load killed by signal 9
Oct 20 13:18:15 testmail.domain.tld freshclam[499]: ERROR: Failed to load new database
Oct 20 14:18:15 testmail.domain.tld freshclam[499]: Received signal: wake up
Oct 20 14:18:15 testmail.domain.tld freshclam[499]: ClamAV update process started at Thu Oct 20 14:18:15 2016
Oct 20 14:18:19 testmail.domain.tld freshclam[499]: Downloading main.cvd [100%]
Oct 20 14:18:27 testmail.domain.tld freshclam[499]: ERROR: Database load killed by signal 9
Oct 20 14:18:27 testmail.domain.tld freshclam[499]: ERROR: Failed to load new database

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Something wrong through sending mail

can you try following and provide results?:

freshclam -v

check log file:
tail /var/log/clamav/freshclam.log

check below command:
host database.clamav.net

Then try following:
try deleting daily.cvd, main.cvd and mirror then run freshclam

3 (edited by krich.al.vl 2016-10-21 01:32:17)

Re: Something wrong through sending mail

root@testmail:~# freshclam -v
ERROR: /var/log/clamav/freshclam.log is locked by another process
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
root@testmail:~# cat /var/log/clamav/freshclam.log
Thu Oct 20 13:02:12 2016 -> --------------------------------------
Thu Oct 20 13:02:12 2016 -> freshclam daemon 0.99.2 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64)
Thu Oct 20 13:02:12 2016 -> ClamAV update process started at Thu Oct 20 13:02:12 2016
Thu Oct 20 13:02:42 2016 -> nonblock_connect: connect timing out (30 secs)
Thu Oct 20 13:02:42 2016 -> Can't connect to port 80 of host db.local.clamav.net (IP: 213.73.255.243)
Thu Oct 20 13:02:42 2016 -> Trying host db.local.clamav.net (217.19.16.188)...
Thu Oct 20 13:02:43 2016 -> Downloading main.cvd [100%]
Thu Oct 20 13:03:06 2016 -> ERROR: Database load killed by signal 9
Thu Oct 20 13:03:06 2016 -> ERROR: Failed to load new database
Thu Oct 20 13:03:06 2016 -> --------------------------------------
Thu Oct 20 13:08:45 2016 -> Update process terminated
Thu Oct 20 13:08:56 2016 -> --------------------------------------
Thu Oct 20 13:08:56 2016 -> freshclam daemon 0.99.2 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64)
Thu Oct 20 13:08:56 2016 -> ClamAV update process started at Thu Oct 20 13:08:56 2016
Thu Oct 20 13:09:16 2016 -> Downloading main.cvd [100%]
Thu Oct 20 13:09:27 2016 -> ERROR: Database load killed by signal 9
Thu Oct 20 13:09:27 2016 -> ERROR: Failed to load new database
Thu Oct 20 13:09:27 2016 -> --------------------------------------
Thu Oct 20 13:17:41 2016 -> Update process terminated
Thu Oct 20 13:17:54 2016 -> --------------------------------------
Thu Oct 20 13:17:54 2016 -> freshclam daemon 0.99.2 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64)
Thu Oct 20 13:17:54 2016 -> ClamAV update process started at Thu Oct 20 13:17:54 2016
Thu Oct 20 13:17:57 2016 -> Downloading main.cvd [100%]
Thu Oct 20 13:18:15 2016 -> ERROR: Database load killed by signal 9
Thu Oct 20 13:18:15 2016 -> ERROR: Failed to load new database
Thu Oct 20 13:18:15 2016 -> --------------------------------------
Thu Oct 20 14:18:15 2016 -> Received signal: wake up
Thu Oct 20 14:18:15 2016 -> ClamAV update process started at Thu Oct 20 14:18:15 2016
Thu Oct 20 14:18:19 2016 -> Downloading main.cvd [100%]
Thu Oct 20 14:18:27 2016 -> ERROR: Database load killed by signal 9
Thu Oct 20 14:18:27 2016 -> ERROR: Failed to load new database
Thu Oct 20 14:18:27 2016 -> --------------------------------------
Thu Oct 20 15:18:27 2016 -> Received signal: wake up
Thu Oct 20 15:18:27 2016 -> ClamAV update process started at Thu Oct 20 15:18:27 2016
Thu Oct 20 15:18:59 2016 -> Downloading main.cvd [100%]
Thu Oct 20 15:19:08 2016 -> ERROR: Database load killed by signal 9
Thu Oct 20 15:19:08 2016 -> ERROR: Failed to load new database
Thu Oct 20 15:19:08 2016 -> --------------------------------------
Thu Oct 20 16:19:08 2016 -> Received signal: wake up
Thu Oct 20 16:19:08 2016 -> ClamAV update process started at Thu Oct 20 16:19:08 2016
Thu Oct 20 16:19:38 2016 -> nonblock_connect: connect timing out (30 secs)
Thu Oct 20 16:19:38 2016 -> Can't connect to port 80 of host db.local.clamav.net (IP: 130.59.10.36)
Thu Oct 20 16:19:38 2016 -> Trying host db.local.clamav.net (193.230.240.8)...
Thu Oct 20 16:19:40 2016 -> Downloading main.cvd [100%]
Thu Oct 20 16:19:49 2016 -> ERROR: Database load killed by signal 9
Thu Oct 20 16:19:49 2016 -> ERROR: Failed to load new database
Thu Oct 20 16:19:49 2016 -> --------------------------------------
Thu Oct 20 17:19:49 2016 -> Received signal: wake up
Thu Oct 20 17:19:49 2016 -> ClamAV update process started at Thu Oct 20 17:19:49 2016
root@testmail:~# host database.clamav.net
database.clamav.net is an alias for db.local.clamav.net.
db.local.clamav.net is an alias for db.nl.clamav.net.
db.nl.clamav.net has address 145.58.29.83
db.nl.clamav.net has address 194.109.6.97
db.nl.clamav.net has address 213.73.255.243
db.nl.clamav.net has address 217.19.16.188

also, after deleting:

root@testmail:/var/lib/clamav# service clamav-freshclam restart
root@testmail:/var/lib/clamav# service clamav-freshclam status
● clamav-freshclam.service - ClamAV virus database updater
   Loaded: loaded (/lib/systemd/system/clamav-freshclam.service; enabled)
   Active: active (running) since Thu 2016-10-20 17:28:46 UTC; 4s ago
     Docs: man:freshclam(1)
           man:freshclam.conf(5)
           http://www.clamav.net/lang/en/doc/
 Main PID: 3484 (freshclam)
   CGroup: /system.slice/clamav-freshclam.service
           └─3484 /usr/bin/freshclam -d --foreground=true

Oct 20 17:28:46 testmail.domain.tld systemd[1]: Starting ClamAV virus database updater...
Oct 20 17:28:46 testmail.domain.tld systemd[1]: Started ClamAV virus database updater.
Oct 20 17:28:46 testmail.domain.tld freshclam[3484]: ClamAV update process started at Thu Oct 20 17:28:46 2016
root@testmail:/var/lib/clamav# fre
free       freshclam  
root@testmail:/var/lib/clamav# freshclam 
ERROR: /var/log/clamav/freshclam.log is locked by another process
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
root@testmail:/var/lib/clamav# service clamav-daemon restart
root@testmail:/var/lib/clamav# service clamav-daemon status
● clamav-daemon.service - Clam AntiVirus userspace daemon
   Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled)
   Active: inactive (dead)
           start condition failed at Thu 2016-10-20 17:29:23 UTC; 4s ago
           ConditionPathExistsGlob=/var/lib/clamav/daily.{c[vl]d,inc} was not met
     Docs: man:clamd(8)
           man:clamd.conf(5)
           http://www.clamav.net/lang/en/doc/

Oct 20 13:17:53 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 14:33:28 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 14:33:57 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 15:16:19 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
Oct 20 17:29:23 testmail.domain.tld systemd[1]: Started Clam AntiVirus userspace daemon.
root@testmail:/var/lib/clamav# ls -la
total 12
drwxr-xr-x  2 clamav clamav 4096 Oct 20 17:31 .
drwxr-xr-x 46 root   root   4096 Oct 20 13:04 ..
-rw-------  1 clamav clamav   52 Oct 20 17:31 mirrors.dat

4

Re: Something wrong through sending mail

*) Remove all files under /var/lib/clamav/
*) Execute "freshclam" again.
*) Start ClamAV after freshclam finished.

5

Re: Something wrong through sending mail

it's veeeeeery slow

root@testmail:/var/lib/clamav# service clamav-freshclam stop
root@testmail:/var/lib/clamav# freshclam 
ClamAV update process started at Thu Oct 20 17:46:23 2016
nonblock_connect: connect timing out (30 secs)
Can't connect to port 80 of host db.local.clamav.net (IP: 209.198.147.20)
Trying host db.local.clamav.net (104.131.196.175)...
Downloading main.cvd [  9%]

6 (edited by krich.al.vl 2016-10-21 03:32:32)

Re: Something wrong through sending mail

root@testmail:/var/lib/clamav# freshclam 
ClamAV update process started at Thu Oct 20 17:46:23 2016
nonblock_connect: connect timing out (30 secs)
Can't connect to port 80 of host db.local.clamav.net (IP: 209.198.147.20)
Trying host db.local.clamav.net (104.131.196.175)...
Downloading main.cvd [ 44%]
Downloading main.cvd [ 44%]
Downloading main.cvd [ 70%]
Downloading main.cvd [ 80%]
Downloading main.cvd [ 90%]
Downloading main.cvd [100%]
ERROR: Database load killed by signal 9
ERROR: Failed to load new database

sad

root@testmail:/var/lib/clamav# freshclam  --verbose --debug
Current working dir is /var/lib/clamav
Max retries == 5
ClamAV update process started at Thu Oct 20 19:28:28 2016
Using IPv6 aware code
Querying current.cvd.clamav.net
TTL: 1114
Software version from DNS: 0.99.2
Retrieving http://db.local.clamav.net/main.cvd
nonblock_connect: connect timing out (30 secs)
Can't connect to port 80 of host db.local.clamav.net (IP: 207.57.106.31)
Ignoring mirror 207.57.106.31 (due to previous errors)
Trying host db.local.clamav.net (69.163.100.14)...
Trying to download http://db.local.clamav.net/main.cvd (IP: 69.163.100.14)
Downloading main.cvd [100%]
LibClamAV debug: Initialized 0.99.2 engine
LibClamAV debug: in cli_cvdload()
LibClamAV debug: MD5(.tar.gz) = 06386f34a16ebeea2733ab037f0536be
LibClamAV debug: cli_versig: Decoded signature: 06386f34a16ebeea2733ab037f0536be
LibClamAV debug: cli_versig: Digital signature is correct.
LibClamAV debug: in cli_tgzload()
LibClamAV debug: main.info loaded
LibClamAV debug: in cli_tgzload_cleanup()
LibClamAV debug: in cli_tgzload()
LibClamAV debug: in cli_tgzload_cleanup()
LibClamAV debug: Cleaning up phishcheck
LibClamAV debug: Phishcheck cleaned up
Loading signatures from main.cvd
LibClamAV debug: Initializing phishcheck module
LibClamAV debug: Phishcheck: Compiling regex: ^ *(http|https|ftp:(//)?)?[0-9]{1,3}(\.[0-9]{1,3}){3}[/?:]? *$
LibClamAV debug: Phishcheck module initialized
LibClamAV debug: Bytecode initialized in JIT mode
LibClamAV debug: in cli_cvdload()
LibClamAV debug: MD5(.tar.gz) = 06386f34a16ebeea2733ab037f0536be
LibClamAV debug: cli_versig: Decoded signature: 06386f34a16ebeea2733ab037f0536be
LibClamAV debug: cli_versig: Digital signature is correct.
LibClamAV debug: in cli_tgzload()
LibClamAV debug: main.info loaded
LibClamAV debug: in cli_tgzload_cleanup()
LibClamAV debug: in cli_tgzload()
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:64
LibClamAV debug: hashtab.c: new capacity: 128
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:128
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:128
LibClamAV debug: hashtab.c: new capacity: 256
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:256
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:256
LibClamAV debug: hashtab.c: new capacity: 512
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:512
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:512
LibClamAV debug: hashtab.c: new capacity: 1024
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:1024
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:1024
LibClamAV debug: hashtab.c: new capacity: 2048
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:2048
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:2048
LibClamAV debug: hashtab.c: new capacity: 4096
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:4096
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:4096
LibClamAV debug: hashtab.c: new capacity: 8192
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:8192
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:8192
LibClamAV debug: hashtab.c: new capacity: 16384
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:16384
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b6b67d840, because it has exceeded maxfill, old size:16384
LibClamAV debug: hashtab.c: new capacity: 32768
LibClamAV debug: Table 0x7f2b6b67d840 size after grow:32768
LibClamAV debug: main.hdb loaded
LibClamAV debug: main.hsb loaded
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:64
LibClamAV debug: hashtab.c: new capacity: 128
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:128
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:128
LibClamAV debug: hashtab.c: new capacity: 256
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:256
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:256
LibClamAV debug: hashtab.c: new capacity: 512
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:512
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:512
LibClamAV debug: hashtab.c: new capacity: 1024
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:1024
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:1024
LibClamAV debug: hashtab.c: new capacity: 2048
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:2048
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:2048
LibClamAV debug: hashtab.c: new capacity: 4096
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:4096
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:4096
LibClamAV debug: hashtab.c: new capacity: 8192
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:8192
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:8192
LibClamAV debug: hashtab.c: new capacity: 16384
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:16384
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:16384
LibClamAV debug: hashtab.c: new capacity: 32768
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:32768
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:32768
LibClamAV debug: hashtab.c: new capacity: 65536
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:65536
LibClamAV debug: hashtab.c:Growing hashtable 0x7f2b64d79f70, because it has exceeded maxfill, old size:65536
LibClamAV debug: hashtab.c: new capacity: 131072
LibClamAV debug: Table 0x7f2b64d79f70 size after grow:131072
ERROR: During database load : LibClamAV debug: Initialized 0.99.2 engine [...] LibClamAV debug: Table 0x7f2b64d79f70 size after grow:131072
ERROR: Database load killed by signal 9
ERROR: Failed to load new database

7

Re: Something wrong through sending mail

As a TEMPORARY solution, disable virus scanning in Amavisd by appending this setting in its config file:

@bypass_virus_checks_maps = (1);  # controls running of anti-virus code

Then try to get ClamAV working, and enable virus scanning again. I'm sorry that i cannot help much in this case, seems something wrong with the clamav itself or its database.