Attachments

Questions and answers about how to do stuff
Post Reply
lvml
Posts: 1
Joined: 06 Jun 2013 15:03

Attachments

Post by lvml »

How to release emails that are held due to a password protected file (attachment)?
Even whitelist does not help.

Thanks

Luk
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Attachments

Post by darky83 »

The default setting is to block password-protected archives, you can change this in the mailscanner config file.

Run the following from the console:

Code: Select all

sed -i "/^Allow Password-Protected Archives/ c\Allow Password-Protected Archives = yes" /etc/MailScanner/MailScanner.conf
service mailscanner reload
Or manual change it by edditing the config:
- edit /etc/MailScanner/MailScanner.conf
- Find the option Allow Password-Protected Archives,
- and change to: Allow Password-Protected Archives = yes
- reload mailscanner
Version eFa 4.x now available!
ge2000
Posts: 28
Joined: 23 Jan 2013 19:27

Re: Attachments

Post by ge2000 »

Alternatively you could install Webmin (and mailscanner plugin). With Webmin you can configure Mailscanner, postfix, spamassasin, mysql and lots of other stuff through te webinterface.
--Ge
Post Reply