vlimits.default

来自「相当优秀的 UNIX 进程管理工具」· DEFAULT 代码 · 共 42 行

DEFAULT
42
字号
# Default limits file.  This file is used for domains without a# .qmailadmin-limits file.# maximums for each account type, -1 = unlimitedmaxpopaccounts		-1maxforwards		-1maxautoresponders	-1maxmailinglists		-1# quota for entire domain, in megabytes# example shows a domain with a 100MB quota and a limit of 10,000 messages#quota			100#maxmsgcount		10000# default quota for newly created users (in bytes)# example shows a user with a 10MB quota and a limit of 1000 messages#default_quota		10485760#default_maxmsgcount	1000# uncomment the following lines to disable certain features#disable_pop#disable_imap#disable_dialup#disable_password_changing#disable_external_relay#disable_smtp#disable_webmail# Set bitflags on account management for non-postmaster admins.# To disable certain features, add the following bits:#   Create = 1, Modify = 2, Delete = 4# So, to allow modification but not creation or deletion of# POP/IMAP accounts, set perm_account to 5.perm_account		0perm_alias		0perm_forward		0perm_autoresponder	0perm_maillist		0perm_quota		0perm_defaultquota	0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?