summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-22 23:13:09 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-22 23:13:09 +0000
commit6f7b66e7856e64ba96036276e64fe309c1242417 (patch)
treee40e0b1b9dda17d7bd4102b4b8ea242af7be7266 /net-mail/postfix
parentNew ebuild with tls and ipv6 support. Also added support for saslv2. (diff)
downloadgentoo-2-6f7b66e7856e64ba96036276e64fe309c1242417.tar.gz
gentoo-2-6f7b66e7856e64ba96036276e64fe309c1242417.tar.bz2
gentoo-2-6f7b66e7856e64ba96036276e64fe309c1242417.zip
added comment in post_install for new users to edit /etc/mail/aliases
and run the newaliases command before postfix will work.
Diffstat (limited to 'net-mail/postfix')
-rw-r--r--net-mail/postfix/postfix-1.1.11.20020613.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-mail/postfix/postfix-1.1.11.20020613.ebuild b/net-mail/postfix/postfix-1.1.11.20020613.ebuild
index e2e69a64eb12..5cf8cf2b49b1 100644
--- a/net-mail/postfix/postfix-1.1.11.20020613.ebuild
+++ b/net-mail/postfix/postfix-1.1.11.20020613.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/postfix/postfix-1.1.11.20020613.ebuild,v 1.1 2002/07/22 23:09:48 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.11.20020613.ebuild,v 1.2 2002/07/22 23:13:09 raker Exp $
DESCRIPTION="A fast and secure drop-in replacement for sendmail"
HOMEPAGE="http://www.postfix.org/"
@@ -135,4 +135,12 @@ pkg_postinst() {
einfo "* (/etc/postfix/._cfg????_master.cf). Otherwise postfix *"
einfo "* will not work correctly. *"
einfo "***************************************************************"
+
+ einfo "********************************************************"
+ einfo "* First time installers: You must edit *"
+ einfo "* /etc/mail/aliases to suit your needs and then run *"
+ einfo "* /usr/bin/newaliases. Postfix will not work correctly *"
+ einfo "* without it *"
+ einfo "********************************************************"
+
}