Chris Bolt wrote:
> 
> > I am just upgrading from 4.9.6 to 4.9.10 and am wondering about VIPMap.
> > I have a full class C, each with their own domain currently
> > reverse-DNSing so I can use vpopmail properly without a username.
> > Do I have to go through and add all of these via VIPMap.
> 
> Yes.
> 
> > There is no documentation in doc/man_html or doc/doc_html, so I find
> > it odd.  Currently, -p shows nothing.  Does it by default use DNS?
> 
> No, but it used to.

We finally came to the conclusion that it would be easier if
vpopmail's idea of IP to domain name did not have to depend
on DNS. So instead it keeps it's own mapping .

vipmap is simple:

vipmap: usage: [options] ip domain
options: -d delete mapping
         -a add mapping
         -p print mapping
         -v show version

vipmap -p prints the current map. if no mapping, no printout.

vipmap -a 1.2.3.4 test.com maps the ip address 1.2.3.4 to test.com

vipmap -d 1.2.3.4 test.com will delete the mapping.

Fairly straight forward.

Ken Jones

Reply via email to