• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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