RE: [Exim] RBL settings via MySQL

Pàgina inicial
Delete this message
Reply to this message
Autor: Rick Cooper
Data:  
A: exim users list
Assumpte: RE: [Exim] RBL settings via MySQL
I'm thinking
set acl_c0 = ${sql list lookup)
set acl_c1 = ${sql deny message look up}
deny message = $acl_c1
dnslists = $acl_c0

Haven't tried it but that ought work

Or really just
deny message = ${deny message look up)
dnslists = ${list lookup}

Since expansion is available to the deny message I would suppose the sql
look up is fine within the expansion

> -----Original Message-----
> From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
> Behalf Of Rossz Vamos-Wentworth
> Sent: Friday, August 22, 2003 12:07 PM
> To: exim users list
> Subject: [Exim] RBL settings via MySQL
>
>
> I'm researching an idea to allow virtual domains to have different
> settings for rbls by storing the settings in mysql. There are two
> important considerations.
>
> 1. Can the rbl list be obtained from mysql in the acl.
> 2. Will be performance be good enough to make is usable.
>
> I'm thinking the setting would be something like this:
>
> RBL_LIST = SELECT rbl_list FROM domains WHERE domain = '${domain}';
> deny message = Sender has been blacklisted
> dnslists = ${lookup mysql{RBL_LIST}}
>
> But I'd really like to obtain the deny message from the database as
> well so that each blacklist can have it's own message, except I don't
> see how that could be possible.
>
> Assuming this can be done, the next step would be to add an RBL GUI
> for easy configuration (possibly in Vexim).
>
> Comments and suggests would be most welcome.
>
> Rossz
>
>
> --
>
> ## List details at
> http://www.exim.org/mailman/listinfo/exim-users Exim details at

http://www.exim.org/ ##


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.