Kris Keele wrote:
>
> Is there a way to so that your external mail clients can check mail with
> just a user name instead of using user%domain.com?
>
> KRis
You can set up one domain to use just user instead of user%domain.com
add --enable-default-domain=domain.com in your configure options.
The only way to make this work for more than one domain is to
use IP based domains, as opposed to the default name based domains.
Add -enable-ip-alias-domains=y to your configure options and add
the IP's for each domain to your machine. Make sure your DNS
resolves the IP's do the domain name. Then have the users pop
into the IP's for thier domain.
Ken Jones