[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian-user: exim, unknown user.



Brendan,

	Hi. I have my exim setup to handle email for multiple virtual domains. In the virtual_alias: directive I have lsearch* as the search_type.
 that seems to work pretty well.. here is a example..

virtual_alias:
   driver = aliasfile
   domains = lsearch;/etc/virtual/domains
   file = /etc/virtual/${domain}/aliases
   search_type = lsearch*
   user = mail
   qualify_preserve_domain

Then in /etc/virtual/$domain/aliases I have something like this..

blah:	realuser@domain.com
*:	anotheruser@domain.com

in this case, blah@domain.com will go to realuser@domain.com and anything else that isnt a valid email addy will go to anotheruser@domain.com.. I know this is a little vague but im not the greatest at explaining this stuff ;) If you want a copy of my exim.conf just mail me..

Peter 

On Thu, Oct 12, 2000 at 03:09:42PM +1100, Brendan J Simon wrote:
> I have setup a mail server using exim.  I have it working pretty well,
> but I can't figure out how to send mail for non existant users to a real
> user.  eg. someone@my.com doesn't exist so I would like all mail sent to
> this address to be forwarded to another account (eg. me@my.com).  I'd
> appreciate it if someone could point me in the right direction.
> 
> Thanks,
> Brendan Simon.
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 

-- 
$ cat meow

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

mQGiBDmXaQkRBACvRaBTs3bRhjVvL64n906mW9SjyOJQ5dVv0c2qg5O2jS1betA7
JilcCjvWXzp+paQCHva6lkEFDmVlPB4YnZjq8eo0sNNSkkhwyRST90xXwl3gKBGP
Pun9qFltXBYmRf2hwrRvslE4kjO5b1gYrV3pb2PEaY5q2iIwBzkbG9+LiwCgwkpI
CbNyD6DkCQH13Y1sG18BqXMEAIR09DuMowrw4GvsTEp5dNkX39YVhd/XzDSTvSqa
50Ml5pp2wsJRSVu2ilNYa4le4hpNO+3tXbUKc4+kbG854uUu6hv7XOs4DCVYVpwK
sYoWRmuenzsPwQiNiAN0+v5Tg4WlYizmaUGr1oGDen1dtGd/DRmOGoUnWicHP1up
pPWiBACArsYAuwJ4yIA/RkZ82vQbSYHhiyDYbWtkNO1QuwsRKZAiReYRRk4Y+a0O
sfpzkA284WkCVTqJmXD7465M45rmiVVPx0SLU8tgcOfU1/FFMi8sUNQrN0oqgNZO
LxcjtShDebh+qmZdsPwBzfFG6Y2eXHjTChJk2MH4+iQfCwFfb7QjZnV0MG4gKGZ1
dDBuKSA8ZnV0MG5AdW5kZXJzaWRlLm5ldD6IVgQTEQIAFgUCOZdpCQQLCgQDAxUD
AgMWAgECF4AACgkQN3OnvpKqaRqnqQCeI5knXLl5GlI7A7TzB5sEKSQPlfcAn0MC
JathA7bDCN0ebNhvMla+38xTuQENBDmXaRwQBADaSV2FdZVtgpDJRF6m8ohDyQTl
ChR2+IK1ySws/F2xnw/EUCxhmTTJmo9L+N4JJouujyK/JwulvBVp4m+ADyzB2J3v
SdMFOroIiPhTUP5v147fJhGkUxh0jxmstkUbLefvujmSiLOUYgWtFj/ebjuKrJQ5
LemftsYENqmZ7taCmwADBQP/QCUQG8h/CAxcnBY/tGaWhW+uYZqrqUWCNfIcs3x8
nbrbNK9IXrmkK/vD4a0zMMH3TJwYiHus3z01tHCwG7HruhChwYBdIeI9gH0TBMcR
GXjc6iGkYDcoxYjrBxz392ZDLe9AW2yrUpUCPIqsOxolaihMP64inHswI72abTfK
oJKIRgQYEQIABgUCOZdpHAAKCRA3c6e+kqppGrJGAKCeKjHGuPgmSma159+7secW
O99VygCgtHsiXntVvOHxtSEmIqrvoNIUW34=
=VhTB
-----END PGP PUBLIC KEY BLOCK-----



Reply to: