Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50562 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), 1000 bytes, created by
steveb
on 2005-02-06 14:16:52 UTC
(
hide
)
Description:
postgrey.rc
Filename:
MIME Type:
Creator:
steveb
Created:
2005-02-06 14:16:52 UTC
Size:
1000 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >depend() { > need net > before mta > use mta >} > >checkconfig() { >if [ -z "${POSTGREY_PORT}" ] || [ -z "${POSTGREY_HOST}" ] || [ -z "${POSTGREY_PID}" ] > then > einfo "The following entries are missing in /etc/conf.d/postgrey:" > [ -z "${POSTGREY_HOST}" ] && einfo " - POSTGREY_HOST" > [ -z "${POSTGREY_PORT}" ] && einfo " - POSTGREY_PORT" > [ -z "${POSTGREY_PID}" ] && einfo " - POSTGREY_PID" > eerror "You need to setup variables in /etc/conf.d/postgrey first" > return 1 > fi >} >start() { > checkconfig || return 1 > ebegin "Starting Postgrey" > start-stop-daemon --start --quiet --background \ > --exec /usr/sbin/postgrey -- \ > --inet=${POSTGREY_HOST}:${POSTGREY_PORT} \ > --daemonize \ > --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