Re: Sendmail Virtual user table.

2003-01-14 Thread Eduard Ballester
Hello

 I realize I can set up a catch all for each of the domains, but I'm
 looking for something a little more elegant.

I think that the only way is this:

@thisdomain.com		%1.thisdomain
@thatdomain.net		%1.thatdomain
@theotherdomain.org	%1.theotherdomain

[EMAIL PROTECTED] is local user name joe.thisdomain
[EMAIL PROTECTED] is local user name joe.thatdomain


Regards
--
**
 Eduard Ballester i Valiosmailto:[EMAIL PROTECTED]
 GnuPG Public Key:
  http://pgp.dtype.org:11371/pks/lookup?op=getsearch=0x58B18964
**


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sendmail Virtual user table.

2003-01-14 Thread ragnar
Quoting Eduard Ballester [EMAIL PROTECTED]:

 Hello
 
   I realize I can set up a catch all for each of the domains, but I'm
   looking for something a little more elegant.

Sorry to go of subject but
vserver is more elegant

http://www.solucorp.qc.ca/miscprj/s_context.hc

It is RedHat based but there are versions for Debian.
One of then in unstable.

I have played with it a bit and hope to start
offering hosting based on it in a month or 2.

Best
Ragnar Gudmundsson

--
Support freedom, -- give bandwith and diskspace
 to Freenet  -- http://freenetproject.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sendmail Virtual user table.

2003-01-13 Thread Brad Lay
As far as I know, theres no way around this. By the way sendmail (and any
other MTA as well), anything that is listed in 'local-host-names' is
treated as a domain that will be accepted for any valid user.

The only way I can think of is mapping every user email to each user, not
with a catchall. They are evil. :)

-- 
Brad Lay ([EMAIL PROTECTED])

/EARTH is 98% full. Please delete anybody you can!

On Mon, 13 Jan 2003, Dustin Douglas wrote:

 Hey guys, got a connundrum and would like some pointers about it.

 Fairly basic Sendmail setup hosting email for about 30 domains. Email
 addresses mapped to local users via virtusertable.

 Say we've got the following domains hosted on this mail server.
 thisdomain.com
 thatdomain.net
 theotherdomain.org

 Let's also say we've got a local user named joe, who's entry in the
 virtuser table looks like this.

 [EMAIL PROTECTED]joe

 Now, the problem arises if someone sends an email to
 [EMAIL PROTECTED] or [EMAIL PROTECTED] Since those domains
 don't have a joe address in the virtuser table, delivery falls back to
 the local joe. So in effect, joe is getting mail in his inbox
 addressed to [EMAIL PROTECTED] and [EMAIL PROTECTED] I don't
 want this.

 I realize I can set up a catch all for each of the domains, but I'm
 looking for something a little more elegant.

 Any pointers?
 And Switch to Postfix/Qmail/Ect. doesn't count as a pointer :-b

 Thanks.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]