logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cyr_buildinfo - Cyrus IMAP documentation

Author

       The Cyrus Team

Description

cyr_buildinfo  is a tool to inspect the build configuration of a Cyrus release.  The intent is to provide
       compilation settings during runtime and testing.

       cyr_buildinfo reads its configuration options out of the imapd.conf(5) file unless specified otherwise by
       -C.

Name

       cyr_buildinfo - Cyrus IMAP documentation

       Cyrus build-configuration inspection tool

Options

-Cconfig-file
              This option is ignored, but accepted for compatibility with other Cyrus tools.

       format Specify one of the following:
                 pretty - print the build configuration in indented JSON format. This is the default.

                 dense  - print the build configuration in dense JSON format.

                 flat   - print the build configuration as flattened properties. Note that the  print  order  is
                 non-deterministic.

Synopsis

cyr_buildinfo [ -Cconfig-file ] [format]

See Also