• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How can i block unwanted extentions inside attachments ?

S

SLayraCkEr

Guest
Hi,

I want to prevent mp3, mov, avi etc.. transfer over mail..
I search over net, and found solution named renattach for qmail..
But it caused a problem about signatures..
When i use it, yes, defined extentions blocking but signatures coming like attachment...

So, i need a good solution about extention filtering...

Thanks
 
you might try:
4PSA Clean Server

Advanced settings
Forbidden file extensions (comma separated)
Drop emails that contain attachments with double extension
Ignore file size
Maximum file size for scanning KB
Drop malformed emails
Allow 4PSA Clean Server access to new clients and domains
Automatically protect new domains
Allow clients to set permissions and activate protection for domains
Save statistics
 
Hi..

Thanks for offer but i am looking for free solution...
 
hi again,

i don't need antivirus solution, because i already have drweb antivirus license..

i only need prevent mp3,mov,avi, etc.. .extentions on mail traffic
 
Hi There,
Yeah, I can't stand DRWEB! Are you sure you don't just have the 15 mailbox DRWEB usage?!

You might consider changing AV solutions....

Anyone out there have an exension removal solution for DRWEB?

Take Care..
 
i have 267 mail box and all of works with drweb well...
 
Qmail-scanner package has options for blocking specific extensions

(/var/spool/qmailscan/quarantine-attachments.txt)
 
Plesk + DrWeb attachment block solution from GARM Technologies. :)

Find and replace in /etc/drweb/drweb32.ini

FilterParts = Yes
RejectPartCondition FileName = "exe$"
RejectPartCondition FileName = "com$"
...etc
 
Back
Top