summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-10-24 23:23:45 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-10-24 23:23:45 +0000
commite0a1ba59e0ff04da8636cd5be962941e0e50045e (patch)
tree1a77e02d211b9321e360aaaf131d912ba9a0f94d /net-mail
parentinitial version (diff)
downloadgentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.gz
gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.bz2
gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.zip
removed "*****" boxes
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild53
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild50
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild50
-rw-r--r--net-mail/disspam/disspam-0.10.ebuild10
4 files changed, 78 insertions, 85 deletions
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild
index 1f9cf3926a03..930d665de8a5 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild,v 1.3 2002/10/05 05:39:22 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.5-r2.ebuild,v 1.4 2002/10/24 23:23:45 blizzy Exp $
IUSE="ssl perl snmp afs"
@@ -178,40 +178,41 @@ src_install () {
}
pkg_postinst() {
-
perl-post_pkg_postinst
- ewarn "*****************************************************************"
- ewarn "* WARNING: If you change the fs-type of /var/imap or *"
- ewarn "* /var/spool/imap you should read step 9 of *"
- ewarn "* /usr/share/doc/${P}/html/install-configure.html. *"
+
+ ewarn "If you change the fs-type of /var/imap or"
+ ewarn "/var/spool/imap you should read step 9 of"
+ ewarn "/usr/share/doc/${P}/html/install-configure.html."
+ echo ""
+
if df -T /var/imap | grep -q ' ext[23] ' ; then
- ewarn "* Setting /var/imap/user/* and /var/imap/quota/* to synchronous *"
- ewarn "* updates. *"
+ ewarn "Setting /var/imap/user/* and /var/imap/quota/* to synchronous"
+ ewarn "updates."
chattr +S /var/imap/user /var/imap/user/* /var/imap/quota /var/imap/quota/*
+ echo ""
fi
+
if df -T /var/spool/imap | grep -q ' ext[23] ' ; then
- ewarn "* Setting /var/spool/imap/* to synchronous updates. *"
+ ewarn "Setting /var/spool/imap/* to synchronous updates."
chattr +S /var/spool/imap /var/spool/imap/*
+ echo ""
fi
- ewarn "* If the queue directory of the mail daemon resides on an ext2 *"
- ewarn "* or ext3 partition you need to set it manually to update *"
- ewarn "* synchronously. E.g. 'chattr +S /var/spool/mqueue'. *"
- ewarn "*****************************************************************"
-
- einfo "*****************************************************************"
- einfo "* NOTE: For correct logging add *"
- einfo "* local6.* /var/log/imapd.log *"
- einfo "* auth.debug /var/log/auth.log *"
- einfo "* to /etc/syslog.conf. *"
- einfo "*****************************************************************"
+
+ ewarn "If the queue directory of the mail daemon resides on an ext2"
+ ewarn "or ext3 partition you need to set it manually to update"
+ ewarn "synchronously. E.g. 'chattr +S /var/spool/mqueue'."
+ echo ""
+
+ einfo "For correct logging add"
+ einfo "\tlocal6.* /var/log/imapd.log"
+ einfo "\tauth.debug /var/log/auth.log"
+ einfo "to /etc/syslog.conf."
+ echo
if [ "'use ssl'" ]; then
- ewarn "*****************************************************************"
- ewarn "* WARNING: Read the section about SSL and TLS of *"
- ewarn "* /usr/share/doc/${P}/html/install-configure.html. *"
- ewarn "* about installing the needed keys. *"
- ewarn "*****************************************************************"
+ ewarn "WARNING: Read the section about SSL and TLS of"
+ ewarn "/usr/share/doc/${P}/html/install-configure.html."
+ ewarn "about installing the needed keys."
fi
-
}
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild
index 86b18037fa6c..d1be889e0336 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild,v 1.6 2002/10/20 18:52:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.9-r1.ebuild,v 1.7 2002/10/24 23:23:45 blizzy Exp $
S=${WORKDIR}/${P}
@@ -162,35 +162,35 @@ src_install () {
}
pkg_postinst() {
+ ewarn "If you change the fs-type of /var/imap or"
+ ewarn "/var/spool/imap you should read step 9 of"
+ ewarn "/usr/share/doc/${P}/html/install-configure.html."
+ echo ""
- ewarn "*****************************************************************"
- ewarn "* WARNING: If you change the fs-type of /var/imap or *"
- ewarn "* /var/spool/imap you should read step 9 of *"
- ewarn "* /usr/share/doc/${P}/html/install-configure.html. *"
if df -T /var/imap | grep -q ' ext[23] ' ; then
- ewarn "* Setting /var/imap/user/* and /var/imap/quota/* to synchronous *"
- ewarn "* updates. *"
+ ewarn "Setting /var/imap/user/* and /var/imap/quota/* to synchronous"
+ ewarn "updates."
chattr +S /var/imap/user /var/imap/user/* /var/imap/quota /var/imap/quota/*
+ echo ""
fi
+
if df -T /var/spool/imap | grep -q ' ext[23] ' ; then
- ewarn "* Setting /var/spool/imap/* to synchronous updates. *"
+ ewarn "Setting /var/spool/imap/* to synchronous updates."
chattr +S /var/spool/imap /var/spool/imap/*
+ echo ""
fi
- ewarn "* If the queue directory of the mail daemon resides on an ext2 *"
- ewarn "* or ext3 partition you need to set it manually to update *"
- ewarn "* synchronously. E.g. 'chattr +S /var/spool/mqueue'. *"
- ewarn "*****************************************************************"
-
- einfo "*****************************************************************"
- einfo "* NOTE: For correct logging with syslog add *"
- einfo "* local6.* /var/log/imapd.log *"
- einfo "* auth.debug /var/log/auth.log *"
- einfo "* to /etc/syslog.conf. *"
- einfo "*****************************************************************"
-
- ewarn "*******************************************************"
- ewarn "* WARNING: You have to add user cyrus to the sasldb2. *"
- ewarn "* Do this with: *"
- ewarn "* saslpasswd2 cyrus *"
- ewarn "*******************************************************"
+
+ ewarn "If the queue directory of the mail daemon resides on an ext2"
+ ewarn "or ext3 partition you need to set it manually to update"
+ ewarn "synchronously. E.g. 'chattr +S /var/spool/mqueue'."
+ echo ""
+
+ einfo "For correct logging with syslog add"
+ einfo "\tlocal6.* /var/log/imapd.log"
+ einfo "\tauth.debug /var/log/auth.log"
+ einfo "to /etc/syslog.conf."
+ echo ""
+
+ ewarn "You have to add user cyrus to the sasldb2. Do this with:"
+ ewarn "\tsaslpasswd2 cyrus"
}
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild
index 5d6dbe0bd7df..18b66308f9d6 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild,v 1.6 2002/10/20 18:52:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.9.ebuild,v 1.7 2002/10/24 23:23:45 blizzy Exp $
IUSE="ssl kerberos perl snmp afs"
@@ -172,39 +172,39 @@ src_install () {
}
pkg_postinst() {
+ ewarn "If you change the fs-type of /var/imap or"
+ ewarn "/var/spool/imap you should read step 9 of"
+ ewarn "/usr/share/doc/${P}/html/install-configure.html."
+ echo ""
- ewarn "*****************************************************************"
- ewarn "* WARNING: If you change the fs-type of /var/imap or *"
- ewarn "* /var/spool/imap you should read step 9 of *"
- ewarn "* /usr/share/doc/${P}/html/install-configure.html. *"
if df -T /var/imap | grep -q ' ext[23] ' ; then
- ewarn "* Setting /var/imap/user/* and /var/imap/quota/* to synchronous *"
- ewarn "* updates. *"
+ ewarn "Setting /var/imap/user/* and /var/imap/quota/* to synchronous"
+ ewarn "updates."
chattr +S /var/imap/user /var/imap/user/* /var/imap/quota /var/imap/quota/*
+ echo ""
fi
+
if df -T /var/spool/imap | grep -q ' ext[23] ' ; then
- ewarn "* Setting /var/spool/imap/* to synchronous updates. *"
+ ewarn "Setting /var/spool/imap/* to synchronous updates."
chattr +S /var/spool/imap /var/spool/imap/*
+ echo ""
fi
- ewarn "* If the queue directory of the mail daemon resides on an ext2 *"
- ewarn "* or ext3 partition you need to set it manually to update *"
- ewarn "* synchronously. E.g. 'chattr +S /var/spool/mqueue'. *"
- ewarn "*****************************************************************"
-
- einfo "*****************************************************************"
- einfo "* NOTE: For correct logging add *"
- einfo "* local6.* /var/log/imapd.log *"
- einfo "* auth.debug /var/log/auth.log *"
- einfo "* to /etc/syslog.conf. *"
- einfo "*****************************************************************"
+
+ ewarn "If the queue directory of the mail daemon resides on an ext2"
+ ewarn "or ext3 partition you need to set it manually to update"
+ ewarn "synchronously. E.g. 'chattr +S /var/spool/mqueue'."
+ echo ""
+
+ einfo "For correct logging add"
+ einfo "\tlocal6.* /var/log/imapd.log"
+ einfo "\tauth.debug /var/log/auth.log"
+ einfo "to /etc/syslog.conf."
+ echo ""
if [ "'use ssl'" ]; then
- ewarn "*****************************************************************"
- ewarn "* WARNING: Read the section about SSL and TLS of *"
- ewarn "* /usr/share/doc/${P}/html/install-configure.html. *"
- ewarn "* about installing the needed keys. *"
- ewarn "*****************************************************************"
+ ewarn "Read the section about SSL and TLS of"
+ ewarn "/usr/share/doc/${P}/html/install-configure.html."
+ ewarn "about installing the needed keys."
fi
-
}
diff --git a/net-mail/disspam/disspam-0.10.ebuild b/net-mail/disspam/disspam-0.10.ebuild
index c872b1b12606..8cb6b6752cbc 100644
--- a/net-mail/disspam/disspam-0.10.ebuild
+++ b/net-mail/disspam/disspam-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/disspam/disspam-0.10.ebuild,v 1.4 2002/08/14 12:05:25 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/disspam/disspam-0.10.ebuild,v 1.5 2002/10/24 23:23:45 blizzy Exp $
S=${WORKDIR}/disspam
DESCRIPTION="A Perl script that removes spam from POP3 mailboxes based on RBLs."
@@ -19,11 +19,3 @@ src_install() {
dobin disspam.pl
dodoc changes.txt configuration.txt readme.txt sample.conf
}
-
-pkg_postinst() {
- einfo "**************************************************************"
- einfo "* NOTE: DisSpam has been installed, check documentation *"
- einfo "* directory for sample configuration file sample.conf. Also *"
- einfo "* instructions for setting up cron are in readme.txt. *"
- einfo "**************************************************************"
-}