Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36953 Details for
Bug 59691
ebuild for postgrey 1.17 (Postgrey - Postfix Greylisting Policy Server)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
postgrey.rc
postgrey.rc (text/plain), 560 bytes, created by
steveb
on 2004-08-07 07:09:32 UTC
(
hide
)
Description:
postgrey.rc
Filename:
MIME Type:
Creator:
steveb
Created:
2004-08-07 07:09:32 UTC
Size:
560 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > use mta >} > >checkconfig() { > if [ -z "${POSTGREY_PORT}" ]; then > eerror "\$POSTGREY_PORT is not set!" > eerror "Did you etc-update /etc/conf.d/postgrey?" > return 1 > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting Postgrey" > start-stop-daemon --start --background --quiet \ > --exec /usr/sbin/postgrey -- \ > --inet=${POSTGREY_PORT} -d \ > --pidfile=${POSTGREY_PID} \ > ${POSTGREY_OPTS} > eend ${?} >} > >stop() { > ebegin "Stopping Postgrey" > start-stop-daemon --stop --quiet --pidfile ${POSTGREY_PID} > eend ${?} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 59691
:
36947
|
36948
|
36949
|
36952
|
36953
|
36954
|
50561
|
50562
|
50563
|
50651
|
50989