1NOTIFYD(8)                  System Manager's Manual                 NOTIFYD(8)
2
3
4
5 *
6

NAME

8       notifyd - Cyrus notification server
9

SYNOPSIS

11       notifyd [ -C config-file ] [ -U uses ] [ -T timeout ]
12               [ -D ]
13

DESCRIPTION

15       Notifyd is a daemon started from cyrus-master(8) that handles notifica‐
16       tion requests on behalf of lmtpd(8).  Notifyd accepts the  request  and
17       performs the notification using the method specified in the request.
18
19       Note  that  for  notifyd  to run properly you must set proto=udp in its
20       cyrus.conf services entry.  prefork=1 is also recommended.
21
22       Notifyd reads its configuration options out of the  imapd.conf(5)  file
23       unless  specified  otherwise by -C.  The notifysocket option is used to
24       specify the Unix domain socket to listen on for notifications.
25

OPTIONS

27       -C config-file
28              Read configuration options from config-file.
29
30       -U uses
31              The maximum number of times that the process should be used  for
32              new connections before shutting down.  The default is 250.
33
34       -T timeout
35              The  number of seconds that the process will wait for a new con‐
36              nection before shutting down.  Note that a  value  of  0  (zero)
37              will disable the timeout.  The default is 60.
38
39       -D     Run external debugger specified in debug_command.
40

NOTIFICATION METHODS

42       null   Ignore the notification request.
43
44       log    Log the notification to syslog (for testing).
45
46       mailto Email the notification.  This method can ONLY be used in a Sieve
47              'notify' action as it requires a mailto: URL to be specified  as
48              an :option.
49
50       zephyr Send  the  notification  as  a  zephyrgram.   If used in a Sieve
51              'notify' action,  additional  recipients  can  be  specified  as
52              :options.
53
54       external
55              Send  the notification via an external program.  The path to the
56              program is specified using the  notify_external  option  in  the
57              configuration file.
58

FILES

60       /etc/imapd.conf
61              Default configuration file.
62
63       /etc/cyrus.conf
64              Cyrus Master process configuration file.
65

SEE ALSO

67       imapd.conf(5), cyrus.conf, cyrus-master(8), lmtpd(8)
68
69
70
71CMU                              Project Cyrus                      NOTIFYD(8)
Impressum