taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-mailbox-config.1.rst (1535B)


      1 taler-mailbox-config(1)
      2 #######################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-mailbox-config** - manipulate taler-mailbox configuration file
     10 
     11 Synopsis
     12 ========
     13 
     14 **taler-mailbox-config**
     15 [**-c** *filename* | **--config=**\ \ *filename*]
     16 [**-h** | **--help**]
     17 [**-o** *option* | **--option=**\ \ *option*]
     18 [**-O** | **--only-value**]
     19 [**-S** | **--list-sections**]
     20 [**-s** *section* | **--section=**\ \ *section*]
     21 [**-v** | **--version**]
     22 
     23 
     24 Description
     25 ===========
     26 
     27 **taler-mailbox-config** can be used to read or modify taler-mailbox configuration files.
     28 
     29 **-c** *FILENAME* \| **--config=**\ \ *FILENAME*
     30     Use the configuration file *FILENAME*.
     31 
     32 **-h** \| **--help**
     33     Print short help on options.
     34 
     35 **-o** *OPTION* \| **--option=**\ \ *OPTION*
     36     Which configuration option should be accessed or edited.  Required to set a
     37     value.  If not given, all values of a given section will be printed in the
     38     format "OPTION = VALUE".
     39 
     40 **-O** \| **--only-value**
     41     Print only the value(s), not the key(s).
     42 
     43 **-S** \| **--list-sections**
     44     List available configuration sections for use with ``--section``.
     45 
     46 **-s** *SECTION* \| **--section=**\ \ *SECTION*
     47     Which configuration section should be accessed or edited.
     48     Required option.
     49 
     50 **-v** \| **--version**
     51     Print GNU Taler version number.
     52 
     53 
     54 See Also
     55 ========
     56 
     57 taler-mailbox-dbinit(1), taler-mailbox-httpd(1), taler-mailbox.conf(5).
     58 
     59 
     60 Bugs
     61 ====
     62 
     63 Report bugs by using https://bugs.taler.net or by sending electronic
     64 mail to <taler@gnu.org>.