mimedefang-release - Man Page
a tool to release quarantined email messages
Description
mimedefang-release is a tool that permits to release quarantined messages or to attach the messages to a new email message.
Synopsis
mimedefang-release [options] <directory> ...
Options
-a enable attach more, the released email will be sent as an attachment to the user. -h display the help -d path to the quarantined directory, it can be an absolute path or relative to MIMEDefang quarantine spool directory. -s set a custom subject for the email, this option is valid only in attach mode. -S specify an smtp server, in this mode the quarantined email will be delivered to the original user without modifications. -t enable TLS when delivering the email in smtp mode. -z compress the quarantined email using Archive::Zip. this option is valid only in attach mode.
Examples
mbox mode:
mimedefang-release -s "Message Released" -a -z -d 2023-04-16-14/qdir-2023-04-16-14.36.05-001
smtp mode:
mimedefang-release -S 192.168.0.254 -d 2023-04-16-14/qdir-2023-04-16-14.36.05-001
Author
mimedefang-release(8) was written by Giovanni Bechis <giovanni@paclan.it>. The mimedefang home page is <https://www.mimedefang.org/>.
See Also
mimedefang.pl(8), mimedefang-filter(5), mimedefang(8), mimedefang-protocol(7), watch-mimedefang(8)
Referenced By
mimedefang(8), mimedefang.pl(8).
2024-07-18 3.4.1 mimedefang-release Documentation