Lines 38-45
Link Here
|
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_greylist_header=${postgrey_greylist_header:-"X-Greylist: delayed %t seconds by postgrey-%v at %h\; %d"} |
40 |
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} |
40 |
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} |
41 |
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ |
41 |
postgrey_listen=${postgrey_listen:-"--inet=10023"} |
42 |
--inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey \ |
42 |
postgrey_privs=${postgrey_privs:-"--user=%%USER%% --group=%%GROUP%%"} |
|
|
43 |
postgrey_dbdir=${postgrey_dbdir:"/var/db/postgrey"} |
44 |
postgrey_flags=${postgrey_flags:-"-d --pidfile=${postgrey_pidfile} \ |
45 |
${postgrey_listen} -d ${postgrey_privs} --dbdir=${postgrey_dbdir} \ |
43 |
--x-greylist-header=${postgrey_greylist_header}"} |
46 |
--x-greylist-header=${postgrey_greylist_header}"} |
44 |
|
47 |
|
45 |
pidfile="${postgrey_pidfile}" |
48 |
pidfile="${postgrey_pidfile}" |