summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2001-07-08 17:44:37 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2001-07-08 17:44:37 +0000
commit6245de7fb80b2d01ea966386ce674893d3da7c54 (patch)
tree04ea3a1648b97b8c61b62abff7453c76fd343d0d /net-mail/nail
parentRemoved nail, as it's now working. (diff)
downloadgentoo-2-6245de7fb80b2d01ea966386ce674893d3da7c54.tar.gz
gentoo-2-6245de7fb80b2d01ea966386ce674893d3da7c54.tar.bz2
gentoo-2-6245de7fb80b2d01ea966386ce674893d3da7c54.zip
Added a note about smtp usage of nail.
Diffstat (limited to 'net-mail/nail')
-rw-r--r--net-mail/nail/nail-9.27.ebuild15
1 files changed, 13 insertions, 2 deletions
diff --git a/net-mail/nail/nail-9.27.ebuild b/net-mail/nail/nail-9.27.ebuild
index 167dd80644e2..39b2c53cc9c5 100644
--- a/net-mail/nail/nail-9.27.ebuild
+++ b/net-mail/nail/nail-9.27.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Grant Goodyear <g2boojum@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nail/nail-9.27.ebuild,v 1.2 2001/07/08 17:31:53 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/nail/nail-9.27.ebuild,v 1.3 2001/07/08 17:44:37 g2boojum Exp $
#Remeber to add the proper Author line, above. Don't worry about the fourth line;
#it'll get automatically fixed when the ebuild is checked in.
@@ -73,6 +73,17 @@ pkg_postinst () {
" It is best to use nail only for outgoing mail, and\n" \
" really only use it for scripts that require it.\n\n" \
"NOTE: This build has ~/.maildir compiled in as the\n" \
- " mail spool directory.\n"
+ " mail spool directory (for incoming mail).\n" \
+ " Nail will work for sending outgoing mail even if\n" \
+ " the mail spool directory does not exist.\n\n" \
+ "NOTE: When used to send mail via a remote smtp server\n" \
+ " nail does not require a local mail transfer agent.\n" \
+ " ISP smtp servers tend to have names like\n" \
+ " mail.ispname.com\n" \
+ " or\n" \
+ " smtp.ispname.com.\n" \
+ " If you do not wish to use a remote smtp server,\n" \
+ " then you WILL have to install a mta such as sendmail,\n" \
+ " postfix, exim, etcetera.\n"
}