JDG wrote:
>
> Other than mapping a Domain user to a 'standard' user (one that does not
> use the full email address as the POP user name), what method is necessary
> to host virtual domains with users that use Netscape clients (and other
> older clients that cut off at the "@")?
>
> With thanks,
> Jeffrey D. Gordon
> Lighthouse Teknologies Administrator
You have a couple options
1) use the % character instead of the @ character.
See the vpopmail INSTALL and FAQ files
2) use IP based domains
3) pick one domain to make as your "default domain" with
./configure [options] --enable-default-domain="your domain"
Ken Jones