[Exim] Re: Mail client

Inizio della pagina
Delete this message
Reply to this message
Autore: Derrick 'dman' Hudson
Data:  
To: exim-users
Oggetto: [Exim] Re: Mail client
--
On Thu, Jul 04, 2002 at 04:17:28PM +0100, Jody Sanders wrote:
| Thanks Philip we have solved the issue by adding apache as a trusted_user.

|
| A far more challenging issue facing us is how to block incoming email based
| on lookups from a mysql database on a per-user basis. Eg client1 may decide
| to block spam1@??? but client2 will still want to receive email for
| this. Is this possible? I can easily do the mysql structure and SELECT
| statements I just need to know where to put this in the configure file.


You can do that at the router level, but not at the ACL level.
Basically you would just add a 'redirect' router that performs the
select statement and if it yields a "block" you redirect to ':fail:'.

HTH,
-D

--

He who walks with the wise grows wise,
but a companion of fools suffers harm.
        Proverbs 13:20


http://dman.ddts.net/~dman/

--
[ Content of type application/pgp-signature deleted ]
--