doc/web/source/howto/manage_domains.rst
branchv0.7.x
changeset 687 5eb033796444
parent 682 697350dd9369
child 690 06c0acf6c45d
equal deleted inserted replaced
686:5f4abdab738e 687:5eb033796444
     3 ================
     3 ================
     4 .. _domainadd:
     4 .. _domainadd:
     5 
     5 
     6 domainadd
     6 domainadd
     7 ---------
     7 ---------
       
     8 .. program:: vmm domainadd
       
     9 
     8 Syntax:
    10 Syntax:
     9  | **vmm domainadd** *fqdn* [**-t** *transport*]
    11  | **vmm domainadd** *fqdn* [**-n** *note*] [**-t** *transport*]
    10  | **vmm da** *fqdn* [**-t** *transport*]
    12  | **vmm da** *fqdn* [**-n** *note*] [**-t** *transport*]
       
    13 
       
    14 .. option:: -n note
       
    15 
       
    16  the note that should be set
       
    17 
       
    18 .. option:: -t transport
       
    19 
       
    20  a Postfix transport (transport: or transport:nexthop)
    11  
    21  
    12 Adds the new domain into the database and creates the domain directory.
    22 Adds the new domain into the database and creates the domain directory.
    13 
    23 
    14 If the optional argument transport is given, it will override the default
    24 If the optional argument transport is given, it will override the default
    15 transport (*domain.transport*) from :file:`vmm.cfg`.
    25 transport (*domain.transport*) from :file:`vmm.cfg`.