Re: [Exim] accepting mail for users based on user AND domain

Pàgina inicial
Delete this message
Reply to this message
Autor: Suresh Ramasubramanian
Data:  
A: exim-users
Assumpte: Re: [Exim] accepting mail for users based on user AND domain
On Sun, 2003-06-29 at 18:27, John Breen wrote:
> I host 2 domains on my server (for the sake of argument, call them a.com
> and b.com)
>
> Now, if I do
>
> adduser x
>
> at the terminal, the default exim setup will accept mail for x@??? and
> x@???. But x exists only at b.com, so I want mail to x@??? to
> bounce. How can I do this?
>
> Running exim 3.35 on debian 3 (it's in the stable release and adding from
> unstable/testing isn't fun)


1. Google for exim + virtual + domains

2. There are backports of exim 4 for debian stable

3. Compiling exim is a snap, even if you are scared of something as
simple as "cp src/EDITME Local/Makefile, make, make install"