1CYR_DENY(8) Cyrus IMAP CYR_DENY(8)
2
3
4
6 cyr_deny - Cyrus IMAP documentation
7
8 deny users access to Cyrus services
9
11 cyr_deny [ -C config-file ] [ -s services ] [ -m message ] user
12 cyr_deny [ -C config-file ] -a user
13 cyr_deny [ -C config-file ] -l
14
16 cyr_deny is used to deny individual users access to Cyrus services.
17 The first synopsis denies user user access to Cyrus services, the sec‐
18 ond synopsis allows access again. cyr_deny works by adding an entry to
19 the Cyrus user_deny.db database; the third synopsis lists the entries
20 in the database.
21
22 cyr_deny reads its configuration options out of the imapd.conf(5) file
23 unless specified otherwise by -C.
24
26 -C config-file
27 Use the specified configuration file config-file rather than the
28 default imapd.conf(5).
29
30 -a user
31 Allow access to all services for user user (remove any entry
32 from the deny database).
33
34 -s services
35 Deny access only to the given services, which is a comma-sepa‐
36 rated list of wildcard patterns. The default is "*" which
37 denies access to all services.
38
39 -m message
40 Provide a message which is sent to the user to explain why
41 access is being denied. A default message is used if none is
42 specified.
43
44 -l List the entries in the deny database.
45
47 [NB: Examples needed]
48
50 This command was introduced in version 3.0.
51
53 /etc/imapd.conf, <configdirectory>/user_deny.db
54
56 imapd.conf(5)
57
59 The Cyrus Team, Nic Bernstein (Onlight)
60
62 1993-2017, The Cyrus Team
63
64
65
66
673.0.7 May 18, 2018 CYR_DENY(8)