Re: [Exim] mysql lookup

Pàgina inicial
Delete this message
Reply to this message
Autor: Dan Egli
Data:  
A: palmeida
CC: Exim User's Mailing List
Assumpte: Re: [Exim] mysql lookup
Paulo Almeida wrote:


>>>
>>>[MY ROUTER]
>>>local_user:
>>> debug_print = "R: local_user for $local_part@$domain"
>>> driver = accept
>>> transport = maildir_home
>>>



just off the top of my head, I'd say to add a line like this to that router:

local_parts = ${lookup mysql {SELECT id FROM users WHERE domain='$domain'}}

That won't work on it's own, but it will give you an idea of where to
look. The issue is that if you are even getting into that transport for
non-existant users then you need to re-configure the router so it won't
accept non-existant users.

--
-- Dan