1NOTIFYD(8) System Manager's Manual NOTIFYD(8)
2
3
4
6 notifyd - Cyrus notification server
7
9 notifyd [ -C config-file ] [ -U uses ] [ -T timeout ]
10 [ -D ]
11
13 Notifyd is a daemon started from cyrus-master(8) that handles notifica‐
14 tion requests on behalf of lmtpd(8). Notifyd accepts the request and
15 performs the notification using the method specified in the request.
16
17 Note that for notifyd to run properly you must set proto=udp in its
18 cyrus.conf services entry. prefork=1 is also recommended.
19
20 Notifyd reads its configuration options out of the imapd.conf(5) file
21 unless specified otherwise by -C. The notifysocket option is used to
22 specify the Unix domain socket to listen on for notifications.
23
25 -C config-file
26 Read configuration options from config-file.
27
28 -U uses
29 The maximum number of times that the process should be used for
30 new connections before shutting down. The default is 250.
31
32 -T timeout
33 The number of seconds that the process will wait for a new con‐
34 nection before shutting down. Note that a value of 0 (zero)
35 will disable the timeout. The default is 60.
36
37 -D Run external debugger specified in debug_command.
38
40 null Ignore the notification request.
41
42 log Log the notification to syslog (for testing).
43
44 mailto Email the notification. This method can ONLY be used in a Sieve
45 'notify' action as it requires a mailto: URL to be specified as
46 an :option.
47
48 sms Send the notification as SMS. This method can ONLY be used in a
49 Sieve 'notify' action as it requires a sms: URL to be specified
50 as an :option.
51
52 zephyr Send the notification as a zephyrgram. If used in a Sieve
53 'notify' action, additional recipients can be specified as
54 :options.
55
57 /etc/imapd.conf
58 Default configuration file.
59
60 /etc/cyrus.conf
61 Cyrus Master process configuration file.
62
64 imapd.conf(5), cyrus.conf, cyrus-master(8), lmtpd(8)
65
66
67
68CMU Project Cyrus NOTIFYD(8)