"LISTSERV site administrators' forum" <[log in to unmask]>
wrote on 02/10/2004 01:15:15 PM:

> We want to configure our website to have a different address than the
> listserv address.  Example sending the post ends in a @oclc.org, but we
> don't want our webpages to have that, we want listserv.oclc.org.   Has
> anyone out there had to configure their install that way.
>

All that requires is a simple DNS entry:

listserv        IN CNAME oclc.org.

This assumes there is an A record for the server named oclc.org, if not
adjust accordingly.  Whomever handles your DNS work should be familiar
with this.