summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-29 16:38:22 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-29 16:38:22 +0000
commit60d41316acbb43a4c22d4c0eada42375a4892ba2 (patch)
treefef59373d4db50f324704af53167bba765f7aac1 /net-mail/qpopper/qpopper-4.0.5.ebuild
parentadd alpha and fix bug #18258 (diff)
downloadhistorical-60d41316acbb43a4c22d4c0eada42375a4892ba2.tar.gz
historical-60d41316acbb43a4c22d4c0eada42375a4892ba2.tar.bz2
historical-60d41316acbb43a4c22d4c0eada42375a4892ba2.zip
added einfo for using qpopper with netkit-inetd.
Diffstat (limited to 'net-mail/qpopper/qpopper-4.0.5.ebuild')
-rw-r--r--net-mail/qpopper/qpopper-4.0.5.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mail/qpopper/qpopper-4.0.5.ebuild b/net-mail/qpopper/qpopper-4.0.5.ebuild
index 0cd2f3674564..278494e361b8 100644
--- a/net-mail/qpopper/qpopper-4.0.5.ebuild
+++ b/net-mail/qpopper/qpopper-4.0.5.ebuild
@@ -115,4 +115,10 @@ pkg_postinst () {
einfo "5) scripts or other non-interactive processes can add or change"
einfo " the passwords with the following command:"
einfo " # popauth -user <user> <password>"
+ einfo ""
+ einfo "to enable qpopper in netkit-inetd just add this in one line"
+ einfo "pop-3 stream tcp nowait root /usr/sbin/tcpd
+ /usr/sbin/in.qpopper -f /etc/qpopper.conf"
+ einfo "into your /etc/inetd.conf"
+
}