diff options
author | ccsmart <ccsmart@smartpal.de> | 2007-01-16 21:30:07 +0000 |
---|---|---|
committer | ccsmart <ccsmart@smartpal.de> | 2007-01-16 21:30:07 +0000 |
commit | 3ece40d97404fee166524620420ae2f051b384d2 (patch) | |
tree | 2cc9c407f646889807144ecf09ed00ef34a59780 /packages/postfix/postfix_2.0.20.bb | |
parent | ccbc3685b5baf90cd59e5eefeccbee784b9967ee (diff) |
postfix: Updating and improving configuration. This should cut off about 75% typical spamload before it enters the system.
Diffstat (limited to 'packages/postfix/postfix_2.0.20.bb')
-rw-r--r-- | packages/postfix/postfix_2.0.20.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb index 117fd2fc61..280f073333 100644 --- a/packages/postfix/postfix_2.0.20.bb +++ b/packages/postfix/postfix_2.0.20.bb @@ -1,7 +1,7 @@ SECTION = "console/network" DEPENDS = "virtual/db libpcre postfix-native" LICENSE = "IPL" -PR = "r10" +PR = "r11" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://${FILESDIR}/makedefs.patch;patch=1 \ @@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV file://main.cf_2.0 \ file://volatiles \ file://postfix \ + file://internal_recipient \ " S = "${WORKDIR}/postfix-${PV}" @@ -47,6 +48,7 @@ do_install () { install -m 755 ${WORKDIR}/main.cf_2.0 ${D}${localstatedir}/tmp/main_cf.sh install -m 644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/01_postfix install -m 755 ${WORKDIR}/postfix ${D}${sysconfdir}/init.d/postfix + install -m 644 ${WORKDIR}/internal_recipient ${D}${sysconfdir}/postfix/internal_recipient mv ${D}${sbindir}/sendmail ${D}${sbindir}/sendmail.${PN} } |