Re: [exim] Block file list from mysql table

Pàgina inicial
Delete this message
Reply to this message
Autor: jonathan vanasco
Data:  
A: raj
CC: exim-users
Assumpte: Re: [exim] Block file list from mysql table
Depending on the number of accounts you have, that could start to make
things ineffiecient -- making additional sql calls for every
attachment in each message processed.

What about using php to manage a dbm, flatfile, or even ldap (which
has better caching than mysql)

On Feb 17, 2005, at 9:52 AM, raj wrote:

> Is it possible to get the list of blocked attachments(blacklisted file
> extension like .exe, .scr) from mysql table.
> Now, I have the list in system filter file but I want to pull from
> mysql dbase dynamically. I want to add/edit/delete the list using php
> pages like I do now for the virtual users data.
> I am using exim 4.42 without exiscan.
> any help will be appreciated.
> raj gautam
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/