summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-06-16 17:53:40 +0000
committerNick Hadaway <raker@gentoo.org>2003-06-16 17:53:40 +0000
commit71e269d3f589133243378686b6ee99757fdd3717 (patch)
tree231bc7751a74bfe6af552937a7167c9158b5f36a /net-mail
parentit is stable i swear :D (diff)
downloadhistorical-71e269d3f589133243378686b6ee99757fdd3717.tar.gz
historical-71e269d3f589133243378686b6ee99757fdd3717.tar.bz2
historical-71e269d3f589133243378686b6ee99757fdd3717.zip
Removed old/outdated/buggy ebuilds
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/courier/Manifest11
-rw-r--r--net-mail/courier/courier-0.40.2.ebuild308
-rw-r--r--net-mail/courier/courier-0.41.0.ebuild312
-rw-r--r--net-mail/courier/files/courier-0.40.2-gentoo.diff.bz2bin378 -> 0 bytes
-rw-r--r--net-mail/courier/files/courier-0.41.0-gentoo.diff.bz2bin378 -> 0 bytes
-rw-r--r--net-mail/courier/files/digest-courier-0.40.21
-rw-r--r--net-mail/courier/files/digest-courier-0.41.01
7 files changed, 3 insertions, 630 deletions
diff --git a/net-mail/courier/Manifest b/net-mail/courier/Manifest
index 2a62a57c038e..d745f659bc01 100644
--- a/net-mail/courier/Manifest
+++ b/net-mail/courier/Manifest
@@ -1,7 +1,5 @@
-MD5 e17f5b5e7b09179697ee2a53b3ef5585 courier-0.40.2.ebuild 8904
-MD5 58da58c6e09ad9e0519ebf3d283877fb courier-0.41.0.ebuild 8967
-MD5 d7472a8e0086096239f72a4a63f4142e courier-0.42.2.ebuild 9197
-MD5 6397b8019d6067fdc6e30ccc4f1aaa7e ChangeLog 3473
+MD5 81f24b5dac9ad98baa8826e74e9f7a75 courier-0.42.2.ebuild 9633
+MD5 77d6974a9789cb25c0436bb599121ccb ChangeLog 3770
MD5 52f032e570c6f5f9f69b4e4bdfa562a1 files/password.dist 247
MD5 a546a21f960e4f921e71f614f719a2ce files/bofh 23
MD5 c90d29ee6fb093c3a57dd6085a8463b3 files/courier-imapd 431
@@ -13,11 +11,8 @@ MD5 0410ef54ac603ee57686a191cffb6be5 files/courier-esmtpd 436
MD5 2ec2b05590afdf6d0e94e012baa44c4f files/courier-imapd-ssl 451
MD5 d8967dea60963b1c0abaccbb2c57ea64 files/apache-sqwebmail.inc 347
MD5 d41d8cd98f00b204e9800998ecf8427e files/locallowercase 0
-MD5 bcc012b6df5cd8b071aa47dafd93f670 files/digest-courier-0.40.2 68
-MD5 ed82a3d145254d16452144797e458bea files/digest-courier-0.41.0 68
MD5 b24f71b5e2b701cdcb758c2f6e3b1083 files/digest-courier-0.42.2 68
-MD5 aba961cc052d0c255f4e1deb65945153 files/courier-0.41.0-gentoo.diff.bz2 378
-MD5 aba961cc052d0c255f4e1deb65945153 files/courier-0.40.2-gentoo.diff.bz2 378
+MD5 aba961cc052d0c255f4e1deb65945153 files/courier-0.42.2-gentoo.diff.bz2 378
MD5 e3a4ab031bd750b7ce2c7b85fee83d8e files/set-mime 741
MD5 d587a072860886d2896d8b5a8c118951 files/courier-esmtpd-msa 438
MD5 8be77f68229aebdc27b53660a6431e8c files/courier-esmtpd-ssl 456
diff --git a/net-mail/courier/courier-0.40.2.ebuild b/net-mail/courier/courier-0.40.2.ebuild
deleted file mode 100644
index 5ba24e48bc09..000000000000
--- a/net-mail/courier/courier-0.40.2.ebuild
+++ /dev/null
@@ -1,308 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.2.ebuild,v 1.6 2003/05/15 19:59:22 mholzer Exp $
-
-DESCRIPTION="An MTA designed specifically for maildirs"
-SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-HOMEPAGE="http://www.courier-mta.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc -sparc "
-IUSE="gdbm tcltk postgres ldap berkdb mysql pam nls tcltk ipv6 spell"
-
-PROVIDE="virtual/mta
- virtual/imapd"
-
-RDEPEND="virtual/glibc
- !virtual/mta
- >=app-crypt/gnupg-1.0.4
- >=dev-libs/openssl-0.9.6
- >=dev-tcltk/expect-5.33.0
- >=media-libs/netpbm-9.12
- pam? ( >=sys-libs/pam-0.75 )
- berkdb? ( >=sys-libs/db-3.2 )
- gdbm? ( >=sys-libs/gdbm-1.8.0 )
- mysql? ( >=dev-db/mysql-3.23.36 )
- ldap? ( >=net-nds/openldap-1.2.11 )
- postgres? ( >=dev-db/postgresql-7.1.3 )
- tcltk? ( >=dev-tcltk/expect-5.33.0 )
- spell? ( virtual/aspell-dict )"
-DEPEND="${RDEPEND}
- dev-lang/perl
- sys-apps/procps"
-
-inherit flag-o-matic eutils
-
-filter-flags -fomit-frame-pointer
-filter-flags -funroll-loops
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${PF}-gentoo.diff.bz2
-}
-
-src_compile() {
- local myconf
- use pam || myconf="${myconf} --without-authpam"
- use ldap || myconf="${myconf} --without-authldap"
- use mysql || myconf="${myconf} --without-authmysql"
- use postgres || myconf="${myconf} --without-authpostgresql"
- use berkdb \
- && myconf="${myconf} --with-db=db" \
- || myconf="${myconf} --with-db=gdbm"
- use ipv6 || myconf="${myconf} --without-ipv6"
- use spell \
- && myconf="${myconf} --with-ispell" \
- || myconf="${myconf} --without-ispell"
-
- if [ -f /var/vpopmail/etc/lib_deps ]; then
- myconf="${myconf} --with-authvchkpw"
- else
- myconf="${myconf} --without-authvchkpw"
- fi
-
- if use nls && [ ! -z "$ENABLE_UNICODE" ]; then
- myconf="${myconf} --enable-unicode"
- elif use nls; then
- myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
- else
- myconf="${myconf} --disable-unicode"
- fi
-
- myconf="${myconf} debug=true"
-
- ./configure \
- --prefix=/usr \
- --disable-root-check \
- --mandir=/usr/share/man \
- --sysconfdir=/etc/courier \
- --libexecdir=/usr/lib/courier \
- --datadir=/usr/share/courier \
- --sharedstatedir=/var/lib/courier/com \
- --localstatedir=/var/lib/courier \
- --with-piddir=/var/run/courier \
- --with-mailuser=mail \
- --with-mailgroup=mail \
- --with-paranoid-smtpext \
- --enable-mimetypes=/etc/apache/conf/mime.types \
- --enable-workarounds-for-imap-client-bugs \
- --with-authdaemonvar=/var/lib/courier/authdaemon \
- --host=${CHOST} ${myconf} || die "bad ./configure"
-
- emake || die "compile problem"
-}
-
-chg_cfg() {
- file=${1}
- key=${2}
- value=${3}
-
- echo "changing ${file}: ${key} to ${value}"
- sed -e "/\#\#NAME: ${key}/,+20 s|${key}=.*|${key}=\"${value}\"|g" ${file} > ${file}.tmp && chmod --reference ${file} ${file}.tmp && mv ${file}.tmp ${file}
- rm -f ${f}.tmp 1>/dev/null 2>&1
-}
-
-set_mime() {
- local files=$*
-
- chk_badmime='##NAME: BOFHBADMIME:0'
- pos_badmime='##NAME: NOADDMSGID:0'
- ins_badmime='\
-##NAME: BOFHBADMIME:0\
-#\
-# set BOFHBADMIME\
-# to \"reject\" to return mail with invalid MIME header\
-# to \"wrap\" to wrap mail with invalid MIME header in an attachmant\
-# to \"accept\" to pass mail with invalid MIME header untouched\
-\
-BOFHBADMIME=accept\
-'
-
- local f
- for f in ${files}
- do
- if ! grep -q "${chk_badmime}" ${f}
- then
- echo "adding parameter ${chk_badmime} to ${f}"
- sed -e"/${pos_badmime}/ i ${ins_badmime}" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
- rm -f ${f}.tmp 1>/dev/null 2>&1
- fi
- done
-}
-
-set_maildir() {
- local files=$*
-
- origmaildir='Maildir'
- newmaildir='.maildir'
-
- local f
- for f in ${files}
- do
- echo "changing ${origmaildir} in ${f} to ${newmaildir}"
- sed -e"/^[^\#]/ s/${origmaildir}/${newmaildir}/g" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
- rm -f ${f}.tmp 1> /dev/null 2>&1
- done
-}
-
-src_install() {
- dodir /var/lib/courier
- dodir /etc/pam.d /var/run/courier
- make install DESTDIR=${D} || die
-
- local f
- cd ${D}/etc/courier
- mv imapd.authpam imap.authpam
- mv pop3d.authpam pop3.authpam
- for f in *.authpam
- do
- cp "${f}" "${D}/etc/pam.d/${f%%.authpam}"
- done
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/courier courier
- newexe ${FILESDIR}/courier-authdaemond courier-authdaemond
- newexe ${FILESDIR}/courier-ldapaliasd courier-ldapaliasd
- newexe ${FILESDIR}/courier-mta courier-mta
- newexe ${FILESDIR}/courier-esmtpd courier-esmtpd
- newexe ${FILESDIR}/courier-esmtpd-ssl courier-esmtpd-ssl
- newexe ${FILESDIR}/courier-esmtpd-msa courier-esmtpd-msa
- newexe ${FILESDIR}/courier-imapd courier-imapd
- newexe ${FILESDIR}/courier-imapd-ssl courier-imapd-ssl
- newexe ${FILESDIR}/courier-pop3d-ssl courier-pop3d-ssl
- newexe ${FILESDIR}/courier-pop3d courier-pop3d
-
- einfo "Setting up maildirs by default in the account skeleton ..."
- diropts -m 755 -o root -g root
- insinto /etc/skel
- ${D}/usr/bin/maildirmake ${D}/etc/skel/.maildir
- newins ${FILESDIR}/dot_courier .courier
- fperms 644 /etc/skel/.courier
- ${D}/usr/bin/maildirmake ${D}/var/spool/mail/.maildir
- insinto /etc/courier
- newins ${FILESDIR}/bofh bofh
- newins ${FILESDIR}/locallowercase locallowercase
- newins ${FILESDIR}/sizelimit sizelimit
- newins ${FILESDIR}/apache-sqwebmail.inc apache-sqwebmail.inc
-
- touch ${D}/var/lib/courier/webmail-logincache/.keep
- touch ${D}/var/lib/courier/tmp/broken/.keep
- touch ${D}/var/lib/courier/msgs/.keep
- touch ${D}/var/lib/courier/msgq/.keep
- touch ${D}/var/lib/courier/filters/.keep
- touch ${D}/var/lib/courier/faxtmp/.keep
- touch ${D}/var/lib/courier/calendar/public/.keep
- touch ${D}/var/lib/courier/calendar/private/.keep
- touch ${D}/var/lib/courier/calendar/localcache/.keep
- touch ${D}/var/lib/courier/calendar/.keep
- touch ${D}/var/lib/courier/allfilters/.keep
-
- dodoc AUTHORS BENCHMARKS ChangeLog* NEWS README TODO
-
- # See bug #10574
- # file which describes the webadmin password file
- insinto /etc/courier/webadmin
- insopts -m 400 -o mail -g mail
- doins ${FILESDIR}/password.dist
-
-}
-
-pkg_preinst() {
- # avoid name collisions in /usr/sbin
- local y
- cd ${D}/usr/share/courier
- set_maildir imapd imapd-ssl pop3d pop3d-ssl
-
- cd ${D}/usr/sbin
- for y in imapd imapd-ssl pop3d pop3d-ssl
- do
- mv ${y} courier-${y}
- done
-
- cd ${D}/etc/courier
- for y in *.dist
- do
- cp ${y} ${y%%.dist}
- done
- touch esmtproutes
- touch backuprelay
- chown mail:root ldapaliasrc
- chg_cfg imapd-ssl COURIERTLS /usr/bin/couriertls
- chg_cfg authdaemonrc authmodulelist authpam
- chg_cfg authdaemonrc version authdaemond.plain
- set_mime esmtpd esmtpd-ssl esmtpd-msa
- set_maildir courierd
-}
-
-pkg_postinst() {
-
- echo -e "\e[32;01m The following command :\033[0m"
- echo -e "\e[32;01m ebuild /var/db/pkg/${CATEGORY}/${PN}-${PV}/${PN}-${PV}.ebuild config \033[0m"
- echo -e "\e[32;01m will setup courier-mta for your system. \033[0m"
- echo
- echo -e "\e[32;01m To access/configure webmail ( sqwebmail ) : \033[0m"
- echo
- echo -e "\e[32;01m Append the following line to your apache.conf : \033[0m"
- echo -e "\e[32;01m Include /etc/courier/apache-sqwebmail.inc \033[0m"
- echo -e "\e[32;01m and make sure your apache can access the directory \033[0m"
- echo -e "\e[32;01m /usr/lib/courier/courier/webmail ( hint: chmod/chown ) \033[0m"
- echo -e "\e[32;01m To access sqwebmail point your browser to : \033[0m"
- echo -e "\e[32;01m http://your.server.com/courier/webmail \033[0m"
- echo -e "\e[32;01m or even better https://your.server.com/courier/webmail ;-) \033[0m"
-}
-
-pkg_config() {
- mailhost=`hostname`
- export mailhost
-
- domainname=`echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/"`
- export domainname
-
-
- if [ ${ROOT} = "/" ] ; then
- file=${ROOT}/etc/courier/locals
- if [ ! -f ${file} ] ; then
- echo "localhost" > ${file};
- echo ${domainname} >> ${file};
- fi
- file=${ROOT}/etc/courier/esmtpacceptmailfor.dir/${domainname}
- if [ ! -f ${file} ] ; then
- echo ${domainname} > ${file}
- /usr/sbin/makeacceptmailfor
- fi
-
- file=${ROOT}/etc/courier/smtpaccess/${domainname}
- if [ ! -f ${file} ]
- then
- netstat -nr | grep "^[1-9]" | while read network gateway netmask rest
- do
- i=1
- net=""
- TIFS=${IFS}
- IFS="."
- for o in ${netmask}
- do
- if [ ${o} == "255" ]
- then
- [ "_${net}" == "_" ] || net="${net}."
- t=`echo ${network} | cut -d " " -f ${i}`
- net="${net}${t}"
- fi
- i=$((${i} + 1))
- done
- IFS=${TIFS}
- echo "doing configuration - relay control for the network ${net} !"
- echo "${net} allow,RELAYCLIENT" >> ${file}
- done
- /usr/sbin/makesmtpaccess
- fi
- fi
-
- echo "creating cert for esmtpd-ssl:"
- /usr/sbin/mkesmtpdcert
- echo "creating cert for imapd-ssl:"
- /usr/sbin/mkpop3dcert
- echo "creating cert for pop3d-ssl:"
- /usr/sbin/mkimapdcert
-}
diff --git a/net-mail/courier/courier-0.41.0.ebuild b/net-mail/courier/courier-0.41.0.ebuild
deleted file mode 100644
index 98eea41b12b7..000000000000
--- a/net-mail/courier/courier-0.41.0.ebuild
+++ /dev/null
@@ -1,312 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /home/cvsroot/gentoo-x86/net-mail/courier/courier-0.41.0.ebuild
-
-inherit flag-o-matic eutils
-
-filter-flags -fomit-frame-pointer
-filter-flags -funroll-loops
-
-DESCRIPTION="An MTA designed specifically for maildirs"
-SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-HOMEPAGE="http://www.courier-mta.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 -ppc -sparc"
-IUSE="gdbm tcltk postgres ldap berkdb mysql pam nls tcltk ipv6 spell"
-
-PROVIDE="virtual/mta
- virtual/imapd"
-
-RDEPEND="virtual/glibc
- !virtual/mta
- >=app-crypt/gnupg-1.0.4
- >=dev-libs/openssl-0.9.6
- >=dev-tcltk/expect-5.33.0
- >=media-libs/netpbm-9.12
- pam? ( >=sys-libs/pam-0.75 )
- berkdb? ( >=sys-libs/db-3.2 )
- gdbm? ( >=sys-libs/gdbm-1.8.0 )
- mysql? ( >=dev-db/mysql-3.23.36 )
- ldap? ( >=net-nds/openldap-1.2.11 )
- postgres? ( >=dev-db/postgresql-7.1.3 )
- tcltk? ( >=dev-tcltk/expect-5.33.0 )
- spell? ( virtual/aspell-dict )"
-DEPEND="${RDEPEND}
- dev-lang/perl
- sys-apps/procps"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${PF}-gentoo.diff.bz2
-}
-
-src_compile() {
- local myconf
- use pam || myconf="${myconf} --without-authpam"
- use ldap || myconf="${myconf} --without-authldap"
- use mysql || myconf="${myconf} --without-authmysql"
- use postgres || myconf="${myconf} --without-authpostgresql"
- use berkdb \
- && myconf="${myconf} --with-db=db" \
- || myconf="${myconf} --with-db=gdbm"
- use ipv6 || myconf="${myconf} --without-ipv6"
- use spell \
- && myconf="${myconf} --with-ispell" \
- || myconf="${myconf} --without-ispell"
-
- if [ -f /var/vpopmail/etc/lib_deps ]; then
- myconf="${myconf} --with-authvchkpw"
- else
- myconf="${myconf} --without-authvchkpw"
- fi
-
- if use nls && [ ! -z "$ENABLE_UNICODE" ]; then
- myconf="${myconf} --enable-unicode"
- elif use nls; then
- myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
- else
- myconf="${myconf} --disable-unicode"
- fi
-
- myconf="${myconf} debug=true"
-
- ./configure \
- --prefix=/usr \
- --disable-root-check \
- --mandir=/usr/share/man \
- --sysconfdir=/etc/courier \
- --libexecdir=/usr/lib/courier \
- --datadir=/usr/share/courier \
- --sharedstatedir=/var/lib/courier/com \
- --localstatedir=/var/lib/courier \
- --with-piddir=/var/run/courier \
- --with-mailuser=mail \
- --with-mailgroup=mail \
- --with-paranoid-smtpext \
- --enable-mimetypes=/etc/apache/conf/mime.types \
- --enable-workarounds-for-imap-client-bugs \
- --with-authdaemonvar=/var/lib/courier/authdaemon \
- --host=${CHOST} ${myconf} || die "bad ./configure"
-
- emake || die "compile problem"
-}
-
-chg_cfg() {
- file=${1}
- key=${2}
- value=${3}
-
- echo "changing ${file}: ${key} to ${value}"
- sed -e "/\#\#NAME: ${key}/,+20 s|${key}=.*|${key}=\"${value}\"|g" ${file} > ${file}.tmp && chmod --reference ${file} ${file}.tmp && mv ${file}.tmp ${file}
- rm -f ${f}.tmp 1>/dev/null 2>&1
-}
-
-set_mime() {
- local files=$*
-
- chk_badmime='##NAME: BOFHBADMIME:0'
- pos_badmime='##NAME: NOADDMSGID:0'
- ins_badmime='\
-##NAME: BOFHBADMIME:0\
-#\
-# set BOFHBADMIME\
-# to \"reject\" to return mail with invalid MIME header\
-# to \"wrap\" to wrap mail with invalid MIME header in an attachmant\
-# to \"accept\" to pass mail with invalid MIME header untouched\
-\
-BOFHBADMIME=accept\
-'
-
- local f
- for f in ${files}
- do
- if ! grep -q "${chk_badmime}" ${f}
- then
- echo "adding parameter ${chk_badmime} to ${f}"
- sed -e"/${pos_badmime}/ i ${ins_badmime}" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
- rm -f ${f}.tmp 1>/dev/null 2>&1
- fi
- done
-}
-
-set_maildir() {
- local files=$*
-
- origmaildir='Maildir'
- newmaildir='.maildir'
-
- local f
- for f in ${files}
- do
- echo "changing ${origmaildir} in ${f} to ${newmaildir}"
- sed -e"/^[^\#]/ s/${origmaildir}/${newmaildir}/g" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
- rm -f ${f}.tmp 1> /dev/null 2>&1
- done
-}
-
-src_install() {
- dodir /var/lib/courier
- dodir /etc/pam.d /var/run/courier
- make install DESTDIR=${D} || die
-
- local f
- cd ${D}/etc/courier
- mv imapd.authpam imap.authpam
- mv pop3d.authpam pop3.authpam
- for f in *.authpam
- do
- cp "${f}" "${D}/etc/pam.d/${f%%.authpam}"
- done
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/courier courier
- newexe ${FILESDIR}/courier-authdaemond courier-authdaemond
- newexe ${FILESDIR}/courier-ldapaliasd courier-ldapaliasd
- newexe ${FILESDIR}/courier-mta courier-mta
- newexe ${FILESDIR}/courier-esmtpd courier-esmtpd
- newexe ${FILESDIR}/courier-esmtpd-ssl courier-esmtpd-ssl
- newexe ${FILESDIR}/courier-esmtpd-msa courier-esmtpd-msa
- newexe ${FILESDIR}/courier-imapd courier-imapd
- newexe ${FILESDIR}/courier-imapd-ssl courier-imapd-ssl
- newexe ${FILESDIR}/courier-pop3d-ssl courier-pop3d-ssl
- newexe ${FILESDIR}/courier-pop3d courier-pop3d
- newexe ${FILESDIR}/courier-filterd courier-filterd
-
- einfo "Setting up maildirs by default in the account skeleton ..."
- diropts -m 755 -o root -g root
- insinto /etc/skel
- ${D}/usr/bin/maildirmake ${D}/etc/skel/.maildir
- newins ${FILESDIR}/dot_courier .courier
- fperms 644 /etc/skel/.courier
- ${D}/usr/bin/maildirmake ${D}/var/spool/mail/.maildir
- insinto /etc/courier
- newins ${FILESDIR}/bofh bofh
- newins ${FILESDIR}/locallowercase locallowercase
- newins ${FILESDIR}/sizelimit sizelimit
- newins ${FILESDIR}/apache-sqwebmail.inc apache-sqwebmail.inc
-
- touch ${D}/var/lib/courier/webmail-logincache/.keep
- touch ${D}/var/lib/courier/tmp/broken/.keep
- touch ${D}/var/lib/courier/msgs/.keep
- touch ${D}/var/lib/courier/msgq/.keep
- touch ${D}/var/lib/courier/filters/.keep
- touch ${D}/var/lib/courier/faxtmp/.keep
- touch ${D}/var/lib/courier/calendar/public/.keep
- touch ${D}/var/lib/courier/calendar/private/.keep
- touch ${D}/var/lib/courier/calendar/localcache/.keep
- touch ${D}/var/lib/courier/calendar/.keep
- touch ${D}/var/lib/courier/allfilters/.keep
-
- dodoc AUTHORS BENCHMARKS ChangeLog* NEWS README TODO
-
- # See bug #10574
- # file which describes the webadmin password file
- insinto /etc/courier/webadmin
- insopts -m 400 -o mail -g mail
- doins ${FILESDIR}/password.dist
-
-}
-
-pkg_preinst() {
- # avoid name collisions in /usr/sbin
- local y
- cd ${D}/usr/share/courier
- set_maildir imapd imapd-ssl pop3d pop3d-ssl
-
- cd ${D}/usr/sbin
- for y in imapd imapd-ssl pop3d pop3d-ssl
- do
- mv ${y} courier-${y}
- done
-
- cd ${D}/etc/courier
- for y in *.dist
- do
- cp ${y} ${y%%.dist}
- done
- touch esmtproutes
- touch backuprelay
- touch maildroprc
- chown mail:root ldapaliasrc
- chg_cfg imapd-ssl COURIERTLS /usr/bin/couriertls
- chg_cfg authdaemonrc authmodulelist authpam
- chg_cfg authdaemonrc version authdaemond.plain
- set_mime esmtpd esmtpd-ssl esmtpd-msa
- set_maildir courierd
-}
-
-pkg_postinst() {
- cd ${S}
- make install-configure
-
- echo -e "\e[32;01m The following command :\033[0m"
- echo -e "\e[32;01m ebuild /var/db/pkg/${CATEGORY}/${PN}-${PV}/${PN}-${PV}.ebuild config \033[0m"
- echo -e "\e[32;01m will setup courier-mta for your system. \033[0m"
- echo
- echo -e "\e[32;01m To access/configure webmail ( sqwebmail ) : \033[0m"
- echo
- echo -e "\e[32;01m Append the following line to your apache.conf : \033[0m"
- echo -e "\e[32;01m Include /etc/courier/apache-sqwebmail.inc \033[0m"
- echo -e "\e[32;01m and make sure your apache can access the directory \033[0m"
- echo -e "\e[32;01m /usr/lib/courier/courier/webmail ( hint: chmod/chown ) \033[0m"
- echo -e "\e[32;01m To access sqwebmail point your browser to : \033[0m"
- echo -e "\e[32;01m http://your.server.com/cgi-bin/webmail \033[0m"
- echo -e "\e[32;01m or even better https://your.server.com/cgi-bin/webmail ;-) \033[0m"
-}
-
-pkg_config() {
- mailhost=`hostname`
- export mailhost
-
- domainname=`echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/"`
- export domainname
-
-
- if [ ${ROOT} = "/" ] ; then
- file=${ROOT}/etc/courier/locals
- if [ ! -f ${file} ] ; then
- echo "localhost" > ${file};
- echo ${domainname} >> ${file};
- fi
- file=${ROOT}/etc/courier/esmtpacceptmailfor.dir/${domainname}
- if [ ! -f ${file} ] ; then
- echo ${domainname} > ${file}
- /usr/sbin/makeacceptmailfor
- fi
-
- file=${ROOT}/etc/courier/smtpaccess/${domainname}
- if [ ! -f ${file} ]
- then
- netstat -nr | grep "^[1-9]" | while read network gateway netmask rest
- do
- i=1
- net=""
- TIFS=${IFS}
- IFS="."
- for o in ${netmask}
- do
- if [ ${o} == "255" ]
- then
- [ "_${net}" == "_" ] || net="${net}."
- t=`echo ${network} | cut -d " " -f ${i}`
- net="${net}${t}"
- fi
- i=$((${i} + 1))
- done
- IFS=${TIFS}
- echo "doing configuration - relay control for the network ${net} !"
- echo "${net} allow,RELAYCLIENT" >> ${file}
- done
- /usr/sbin/makesmtpaccess
- fi
- fi
-
- echo "creating cert for esmtpd-ssl:"
- /usr/sbin/mkesmtpdcert
- echo "creating cert for imapd-ssl:"
- /usr/sbin/mkpop3dcert
- echo "creating cert for pop3d-ssl:"
- /usr/sbin/mkimapdcert
-}
diff --git a/net-mail/courier/files/courier-0.40.2-gentoo.diff.bz2 b/net-mail/courier/files/courier-0.40.2-gentoo.diff.bz2
deleted file mode 100644
index f470e6f11aca..000000000000
--- a/net-mail/courier/files/courier-0.40.2-gentoo.diff.bz2
+++ /dev/null
Binary files differ
diff --git a/net-mail/courier/files/courier-0.41.0-gentoo.diff.bz2 b/net-mail/courier/files/courier-0.41.0-gentoo.diff.bz2
deleted file mode 100644
index f470e6f11aca..000000000000
--- a/net-mail/courier/files/courier-0.41.0-gentoo.diff.bz2
+++ /dev/null
Binary files differ
diff --git a/net-mail/courier/files/digest-courier-0.40.2 b/net-mail/courier/files/digest-courier-0.40.2
deleted file mode 100644
index b119d2d19e19..000000000000
--- a/net-mail/courier/files/digest-courier-0.40.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d88e121ccd3e7078ff75fbdb83cb5b4 courier-0.40.2.tar.bz2 3198833
diff --git a/net-mail/courier/files/digest-courier-0.41.0 b/net-mail/courier/files/digest-courier-0.41.0
deleted file mode 100644
index 5c144de4f21d..000000000000
--- a/net-mail/courier/files/digest-courier-0.41.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b9cd404e7925f746ecdde38a3af1f389 courier-0.41.0.tar.bz2 3226000