RE: [Exim] exim 4 .. accept mail for unknown users in my dom…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Troy Settle
Fecha:  
A: exim-users
Asunto: RE: [Exim] exim 4 .. accept mail for unknown users in my domain
Here's what I do for this (one router for all domains).


MYSQL_CATCHALL = SELECT aliases.target FROM aliases \
WHERE aliases.alias = '*@${quote_mysql:${domain}}'

catchall:
  driver           = redirect
  data             = ${lookup mysql{MYSQL_CATCHALL}{$value}}



--
Troy Settle
Pulaski Networks
http://www.psknet.com
540.994.4254 ~ 866.477.5638
Pulaski Chamber 2002 Small Business Of The Year


>
> -----Original Message-----
> From: exim-users-admin@???
> [mailto:exim-users-admin@exim.org] On Behalf Of Kerry Seibold
> Sent: Thursday, June 26, 2003 4:06 AM
> To: exim-users@???
>
> Thanks Kiril and Sven,
> That worked.
> Cheers,
> Kerry.
>
> ----- Original Message -----
> From: "Kirill Miazine" <km-lists@???>
> To: "Kerry Seibold" <kerry@???>
> Cc: <exim-users@???>
> Sent: Thursday, June 26, 2003 5:41 PM
> Subject: Re: [Exim] exim 4 .. accept mail for unknown users
> in my domain
>
>
> > Kerry Seibold wrote:
> > > Hi All,
> > > I have upgraded from exim 3.36 to exim4.12.
> > > What do I need in my exim.conf to accept mail for
> unknowns users in my
> > > domain, and send all that mail to kerry@????
> > > There was a "userunknown" director in 3.36.
> >
> > Add following router as the very last router that is
> supposed to handle
> > mail for your domain:
> >
> >     unknown_kseibold:
> >         driver = redirect
> >         domains = kseibold.com
> >         data = kerry@???

> >
> > --
> > Kirill Miazine
> > mailto:km@krot.org
> > http://km.krot.org/
> >
> >
> > --
> >
> > ## List details at
> http://www.exim.org/mailman/listinfo/exim-users Exim
> details at http://www.exim.org/ ##
> >
> >
>
>
> --
>
> ## List details at
> http://www.exim.org/mailman/listinfo/exim-users Exim details
> at http://www.exim.org/ ##
>
>