2 # Path to local socket over which clients communicate with the daemon
3 SocketPath @INSTALL_RUN_DIR@/subauthd/subauthd.socket
5 # Path to database of users and accounts
6 Database @INSTALL_STATE_DIR@/subauthd/subauthd.db
8 # An optional path to a key for signing temporary tokens.
9 # If it is defined, temporary tokens survive daemon restart. Otherwise,
10 # the daemon creates a new key on every startup.
11 TempKeyFile @INSTALL_STATE_DIR@/subauthd/temp-key
13 # Maximum number of simultaneous client connections
16 # Maximum packet size (default: 16k)
19 # Maximum size of a user comment (default: 100)
23 # Log to a given stream (configured below)
27 # Authentication zones: each zone contains accounts for local users
28 # (at most one per user), zones are completely independent.
33 # One-line description
34 Description "E-mail services"
36 # Allow automatic creation of accounts: when a user tries to create
37 # a password/token in a zone where he has no account, the account is
38 # created. If turned off, all accounts must be created explicitly
42 # Allow users to set a password
45 # Allow users to manage account without shell access
48 # Allow users to create a token, set maximum number of tokens per user
51 # Allow users to create a temporary token, set maximum lifetime of such token
57 # Logging rules (see LibUCW documentation for full explanation)