<html><head><style type='text/css'>p { margin: 0; }</style><style type='text/css'>body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style></head><body><davejones70@gmail.com>&gt;I have to change my /etc/clamd.conf to "LocalSocket /tmp/clamd" (or "Clamd Socket = /tmp/clamd.socket" in the MailScanner.conf) so MailScanner can find Clamd via the &gt;socket file.&nbsp; Run "MailScanner --lint" before you do anything and note any clam errors.&nbsp; Then make the edit, restart clamd and run "MailScanner --lint" again to see if everything &gt;is happy after the change.<br><br><br>I got it working. </davejones70@gmail.com>(found this info on http://www.global-domination.org/forum/viewtopic.php?t=893)<br><davejones70@gmail.com><br><br>Here is clamd.conf:<br><br>AllowSupplementaryGroups true<br>ArchiveBlockEncrypted true<br>ArchiveBlockMax true<br>ArchiveMaxCompressionRatio 300<br>DatabaseDirectory /usr/local/share/clamav<br>DetectBrokenExecutables true<br>FixStaleSocket true<br>LocalSocket /tmp/clamd<br>LogFacility LOG_MAIL<br>LogFile /var/log/clamav/clamd.log<br>LogFileMaxSize 10M<br>LogSyslog true<br>MaxConnectionQueueLength 30<br>MaxThreads 50<br>PidFile /var/run/clamav/clamd.pid<br>ReadTimeout 300<br>TemporaryDirectory /tmp<br>User clamav<br><br><br>Had to add the following to Mailscanner.conf: <br><br>Clamd Port = 3310<br>Clamd Socket = /tmp/clamd<br>Clamd Lock File = # /var/lock/subsys/clamd<br>Clamd Use Threads = no<br><br><br><br><br></davejones70@gmail.com></body></html>