Lines 18-23
Link Here
|
18 |
# postsrsd_uid (str): Set username to run postsrsd. |
18 |
# postsrsd_uid (str): Set username to run postsrsd. |
19 |
# postsrsd_secret (str): Secret file file. See postsrsd(8) |
19 |
# postsrsd_secret (str): Secret file file. See postsrsd(8) |
20 |
# postsrsd_domain (str): Local domain name: rewrite to originate from this domain |
20 |
# postsrsd_domain (str): Local domain name: rewrite to originate from this domain |
|
|
21 |
# postsrsd_exclude_domains (str): Domains to exclude (comma-separated list) |
22 |
# postsrsd_forward_port (int): Port to listen for forward map |
23 |
# postsrsd_reverse_port (int): Port to listen for reverse map |
24 |
# postsrsd_idle_timeout (int): Timeout for idle client connection |
21 |
# postsrsd_flags (str): Flags passed to start command. |
25 |
# postsrsd_flags (str): Flags passed to start command. |
22 |
|
26 |
|
23 |
. /etc/rc.subr |
27 |
. /etc/rc.subr |
Lines 88-91
Link Here
|
88 |
rmdir ${_piddir} > /dev/null 2>&1 |
92 |
rmdir ${_piddir} > /dev/null 2>&1 |
89 |
} |
93 |
} |
90 |
|
94 |
|
|
|
95 |
# to let rc.subr kill them all |
96 |
unset pidfile |
97 |
|
91 |
run_rc_command "$1" |
98 |
run_rc_command "$1" |