diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-22 23:13:09 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-22 23:13:09 +0000 |
commit | 98fbd8f056ca70252ba7eaf4f4118cb2b00a65fc (patch) | |
tree | f983d2270c3948bf9d82b53fda1a1325c76cdb02 /net-mail | |
parent | New ebuild with tls and ipv6 support. Also added support for saslv2. (diff) | |
download | historical-98fbd8f056ca70252ba7eaf4f4118cb2b00a65fc.tar.gz historical-98fbd8f056ca70252ba7eaf4f4118cb2b00a65fc.tar.bz2 historical-98fbd8f056ca70252ba7eaf4f4118cb2b00a65fc.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')
-rw-r--r-- | net-mail/postfix/postfix-1.1.11.20020613.ebuild | 10 |
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 "********************************************************" + } |