source: npl/mailserver/kopano_conf/root/etc/kopano/unix.cfg

Last change on this file was 84898b9, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

filename rename to kopano

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[2fcc226]1##############################################################
2#  UNIX USER PLUGIN SETTINGS
3#
4# Any of these directives that are required, are only required if the
5# userplugin parameter is set to unix.
6
7# Charset used in /etc/passwd for the fullname of a user. Normally this
8# is us-ascii, but this can differ according to your setup.
9# The charset specified here must be supported by your iconv(1)
10# setup. See iconv -l for all charsets.
11fullname_charset = iso-8859-15
12
13# Default email domain for constructing new users
14# Required, no default
15default_domain = kopano.com
16
17# The lowest user id that is considered a regular user
18# Optional, default = 1000
19min_user_uid = 1000
20
21# The highest user id that is considered a regular user
22# Optional, default = 10000
23max_user_uid = 10000
24
25# A list of user ids that are not considered to be regular users
26# Optional, default = empty
27# except_user_uids =
28
29# The lowest group id that is considered a regular group
30# Optional, default = 1000
31min_group_gid = 1000
32
33# The highest group id that is considered a regular group
34# Optional, default = 10000
35max_group_gid = 10000
36
37# A list of group ids that are not considered to be regular groups
38# Optional, default = empty
39# except_group_gids =
40
41# Create a user as non-active when it has this unix shell
42non_login_shell = /bin/false
Note: See TracBrowser for help on using the repository browser.