Page 1 of 1

How to release mail from the command line.

Posted: 06 Jun 2016 05:55
by makotat
I am having problems with my mailscanner GUI, how is there a way of releasing mail from quarantine using the command line?

Re: How to release mail from the command line.

Posted: 12 Jun 2016 00:13
by shawniverson
You can do something like this...

Code: Select all

/usr/bin/sendmail.postfix -t < /var/spool/MailScanner/quaraninte/<date>/spam/<id>
Where <date> is the date of the message and <id> is the message identifier

Just be aware this will release the message to every recipient identified in the message, whether internal or external.