[exim] File extension filtering with smtp_mime_acl with Mysq…

Top Page
Delete this message
Reply to this message
Author: James Price
Date:  
To: exim-users
Subject: [exim] File extension filtering with smtp_mime_acl with Mysql
I could use some help here. I do not with to use the depreciated demime
function and have not compiled it into my binary. I am trying to block
known file types that I have listed in a table within my mysql database.

Table name: blockedattachments
Field: extension

select extension from blockedattachments where extension='extension';

The file extensions all have the period leading the suffix... ex: .bat

Not sure how to 1, generate the list and 2 do the actual check within the
mime acl. I looked at the specifications and could not find anything even
close to what I'm trying to do. I have a custom front end to my database
for my customers to manage their individual settings and would like to add
file extension blocking to their available functions...

Thanks,
James


James R. Price
Digital Chicago Networks, Inc.
3636 S. Iron St., Chicago, IL 60609
Tel/Fax/Cell: 800-603-0769
Web: www.digitalchicago.net
Email: james@???