[tpop3d-discuss] ip-based hosting

System Administrator sysadmin at sharevalue.net
28 Apr 2003 14:46:12 -0600


On Mon, 2003-04-28 at 14:10, Jeremy Utley wrote:
> The format is:
> 
> Listen-address: 1.2.3.4{mydomain.com}
> 
> You can assign one domain to each IP address the server listens on.
> 
> Hope this helps!

Almost... (and it does not like {foo.com} but does OK with (foo.com)).

If I list one and only one IP e.g.
listen-address: 1.2.3.4
It resolves the domain name for that IP just fine.
Or I can do a:
listen-address: 1.2.3.4(foo.com)

What I am not finding is the syntax for listening on multiple
IP(domain)s...
Something like:
listen-address: 1.2.3.4(foo.com);1.2.3.5(bar.com);1.2.3.6(frob.com)...

I have gone through a number of permutations but have not yet struck
gold.

cheers,
ken