sqback - Man Page
send sagator's quarantined files back to mail queue
Synopsis
sqback [--help] [--to RCPT] quarantined_file1 [quarantined_files...]
Description
This command can be used to deliver emails, quarantined by sagator. Sometimes sagator quarantines an email as virus or spam, which need to be delivered to it's recipient (or admin).
Options
- --help
Display a short help text.
- --to RCPT
Define one new recipient for this email. All other recipients from quarantined file will be replaced by this new recipient.
- quarantined_files
You can define one or more files to return back to mail queue.
Examples
- Deliver an file quarantined as /tmp/quarantine/200412/qm-20041220-102448-0 in chroot set to /var/spool/vscan:
sqback /var/spool/vscan/tmp/quarantine/200412/qm-20041220-102448-0
- Deliver same file to admin for analyze:
sqback --to admin@localhost /var/spool/vscan/tmp/quarantine/200412/qm-20041220-102448-0
Author
Jan ONDREJ (SAL) <ondrejj (at) salstar.sk>
See Also
Referenced By
sagator(8), sgfilter(1), sgscan(1).
December 20, 2004 version 0.1 SAGATOR