Grischa Schuering wrote:

> i used to use NTMAIL for NT. The nice feature about it was, that I had
> virtual domain support, so I could have the same usernames for every domain.
> Now I would like to change to a linux based mail system and don't want to
> give all my customers new mail accounts.
> 
> it used to be
> 
> [EMAIL PROTECTED] had a mailserver mail.domain.com and user info
> [EMAIL PROTECTED] had a mailserver mail.domain1.com and user info
> [EMAIL PROTECTED] had a mailserver mail.domain2.com and user info
> 
> that was very need...
> 
> is there some way to accomplish that with sendmail, or would you
> advise me to use qmail or something.

Sendmail can be configured to do pretty well any kind of address
mapping that you could imagine. Switching to a different MTA isn't
going to help you any.

The problems are with the fact that Unix mail systems tend to have
default configurations which assume that mail accounts correspond to
user accounts, and with the fact that a POP3 daemon only gets to see a
login name, without any "@domain" part.

If you want to have two users who are both called just "info" from the
viewpoint of the POP3 daemon, you will need a POP3 daemon which
supports virtual hosting, as well as one IP address per domain.
Otherwise you will have to give each user a distinct POP3 login (e.g.
domain1-info and domain2-info). There is no way around this,
regardless of which MTA and OS you are using.

-- 
Glynn Clements <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to