ISPMan 0.8.2 Installation and Configuration
<<< PreviousISPMan command line interface.Next >>>

ispman.listVars

NAME

ispman.listVars

SYNOPSIS

ispman.listVars [module_name]

DESCRIPTION

ispman.listVars allows you see various settings which are stored in ldap

EXAMPLES

To see A records for domain ispman.org
ispman.dnsshow -d ispman.org -t A
To see NS records for domain ispman.org
ispman.dnsshow -d ispman.org -t NS
To see MX records for domain ispman.org
ispman.dnsshow -d ispman.org -t MX
To see CNAME aliases for domain ispman.org
ispman.dnsshow -d ispman.org -t CNAME
To see SOA record for domain ispman.org
ispman.dnsshow -d ispman.org -t SOA
To see all records for domain ispman.org
ispman.dnsshow -d ispman.org -t any
To see all NS records for all domains
ispman.dnsshow -d all -t NS
To see all MX records for all domains
ispman.dnsshow -d all -t MX
To see all all records for all domains (I dont know why though)
ispman.dnsshow -d all -t any

AUTHOR

Atif Ghaffar atif@developer.ch