SquirrelMail Folder Scan with ClamAV

July 10, 2010 Squirrelmail

Transferring Mail to IMAP
You may have mail that you want to move to the new IMAP account you created with Postfix and Squirrelmail.  In this case create a directory, in the example OldMail has been created.

The Postfix Training Manual has more information.

If you move mail from a different account, or from another Outlook Express account by either forwarding mail to a folder or drag and drop you may want to scan for viruses.  You can do this manually with clamav.  In this example the virtual mail is located in  /var/vmail and it is a recursive scan “-r” and only going to put infected file discoveries on screen.

clamscan -r –infected /var/vmail

———– SCAN SUMMARY ———–
Known viruses: 806314
Engine version: 0.96.1
Scanned directories: 116
Scanned files: 129
Infected files: 0
Data scanned: 0.24 MB
Data read: 0.24 MB (ratio 1.00:1)
Time: 6.315 sec (0 m 6 s)

Tags: ,

Comments are closed.