El 30/09/2010 18:31, Oswaldo Hernández escribió:
> Hello,
>
> I install dbmail from debian 5 dist (version: 2.2.10-1+b1).
>
> I create the database (postgresql) and tables Ok, create one user and
> load a mailbox using mbox2dbmail script OK, test as pop3 server with
> thunderbird in a windows client OK.
>
> But i have one issue with exim4:
>
> I Configure exim4 using pipe transport as sais:
> <http://www.dbmail.org/dokuwiki/doku.php/setup_exim>
>
> When i try to send a message, it fails and the exim4 log shows:
>
> 2010-09-30 18:29:04 1P1M0G-0004fD-NN ** oswaldo.h...@merlin.local:
> Unrouteable address
>
> The user is not recognized as a local user.
>
> Am i doing anything bad?
>

I create a new exim4 router:

local_db_user:
   driver = accept
   condition = ${lookup pgsql{select alias_idnr from dbmail_aliases 
where lower(alias) = lower('$local_p...@$domain');}}
   transport = transport_dbmail

Now works. Is the correct solution?

If it is, then the change of LOCAL_DELIVERY to 'transport_dbmail' is 
needless.




-- 
Oswaldo Hernández
_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to