man/man1/vmm.1.rst
branchv0.6.x
changeset 345 f8d5c8bb8bce
parent 335 7a471cace3ba
child 361 971577b89d26
equal deleted inserted replaced
344:0d2430dc6ef8 345:f8d5c8bb8bce
    34 enclosed in parentheses. Both forms are case sensitive.
    34 enclosed in parentheses. Both forms are case sensitive.
    35 
    35 
    36 
    36 
    37 GENERAL SUBCOMMANDS
    37 GENERAL SUBCOMMANDS
    38 -------------------
    38 -------------------
       
    39 .. _configget:
       
    40 
       
    41 ``configget (cg) option``
       
    42   This subcommand is used to display the actual value of the given
       
    43   configuration *option*. The option has to be written as
       
    44   *section*\ **.**\ *option*, e.g. **misc.transport**.
       
    45 
       
    46 .. _configset:
       
    47 
       
    48 ``configset (cs) option value``
       
    49   Use this subcommand to set/update a single configuration option. *option*
       
    50   is the configuration option, written as *section*\ **.**\ *option*. *value*
       
    51   is the *option*'s new value.
       
    52 
       
    53   Example::
       
    54 
       
    55     vmm configget misc.transport
       
    56     misc.transport = dovecot:
       
    57     vmm configset misc.transport lmtp:unix:private/dovecot-lmtp
       
    58     vmm cg misc.transport
       
    59     misc.transport = lmtp:unix:private/dovecot-lmtp
       
    60 
    39 .. _configure:
    61 .. _configure:
    40 
    62 
    41 ``configure (cf) [ section ]``
    63 ``configure (cf) [ section ]``
    42   Starts the interactive configuration for all configuration sections.
    64   Starts the interactive configuration for all configuration sections.
    43 
    65