Lines 36-44
Link Here
|
36 |
load_rc_config $name |
36 |
load_rc_config $name |
37 |
|
37 |
|
38 |
postgrey_enable=${postgrey_enable:-"NO"} |
38 |
postgrey_enable=${postgrey_enable:-"NO"} |
|
|
39 |
postgrey_greylist_header=${postgrey_greylist_header:-"X-Greylist: delayed %t seconds by postgrey-%v at %h; %d"} |
39 |
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} |
40 |
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} |
40 |
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ |
41 |
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ |
41 |
--inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey"} |
42 |
--inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey \ |
|
|
43 |
--x-greylist-header=${postgrey_greylist_header}"} |
42 |
|
44 |
|
43 |
pidfile="${postgrey_pidfile}" |
45 |
pidfile="${postgrey_pidfile}" |