<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/1.1.10">
</HEAD>
<BODY>
I believe sendmail does support virtual domains. Check out the virtualusertable feature in the sendmail.cf documentation:<BR>
<BR>
<TT><BR>
virtusertable A domain-specific form of aliasing, allowing multiple<BR>
virtual domains to be hosted on one machine. For example,<BR>
if the virtuser table contained:<BR>
<BR>
info@foo.com foo-info<BR>
info@bar.com bar-info<BR>
joe@bar.com error:nouser 550 No such user here<BR>
jax@bar.com error:5.7.0:550 Address invalid<BR>
@baz.org <A HREF="mailto:jane@example.net">jane@example.net</A><BR>
<BR>
then mail addressed to info@foo.com will be sent to the<BR>
address foo-info, mail addressed to info@bar.com will be<BR>
delivered to bar-info, and mail addressed to anyone at baz.org<BR>
will be sent to jane@example.net, mail to joe@bar.com will<BR>
be rejected with the specified error message, and mail to<BR>
jax@bar.com will also have a RFC 1893 compliant error code<BR>
5.7.0.</TT><BR>
<BR>
Hope this helps,<BR>
<BR>
<BR>
Steve Swaney<BR>
<A HREF="mailto:Steve@Swaney.com">Steve@Swaney.com</A><BR>
<BR>
On Mon, 2003-05-19 at 17:12, Michael Svendsen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>Hi again
I've always been using Sendmail + WUimapd as a Mailserver solution.
But, as you may know, Sendmail/WUimapd doesn't support virtual domains
directly.
Ex: user01@domain01.com is the same user as user01@domain02.com
So I'm thinking of switching to another MTA - or switch to another pop3/imap
server which supports virtusertable-lookup.
Ex:
A user has to fetch mail as the user 'user01@domain01.com' not just 'user01'
Any experiences / recommandations?
regards,
Michael Svendsen</I></FONT></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>