sqback (8) - Linux Manuals
sqback: send sagator's quarantined files back to mail queue
Command to display sqback
manual in Linux: $ man 8 sqback
NAME
sqback - 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 [at] localhost /var/spool/vscan/tmp/quarantine/200412/qm-20041220-102448-0
AUTHOR
Jan ONDREJ (SAL) <ondrejj (at) salstar.sk>