summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston A. Elder <prez@gentoo.org>2003-05-25 20:38:18 +0000
committerPreston A. Elder <prez@gentoo.org>2003-05-25 20:38:18 +0000
commit82125649ed0785395163cdde3647f0debfa3a95a (patch)
treebbfe4ad1228be5420dc114723289bae05290fdc4 /net-mail/uw-imap/files
parentjava is working very well (diff)
downloadgentoo-2-82125649ed0785395163cdde3647f0debfa3a95a.tar.gz
gentoo-2-82125649ed0785395163cdde3647f0debfa3a95a.tar.bz2
gentoo-2-82125649ed0785395163cdde3647f0debfa3a95a.zip
Version Bump
Diffstat (limited to 'net-mail/uw-imap/files')
-rw-r--r--net-mail/uw-imap/files/digest-uw-imap-2002c1
-rw-r--r--net-mail/uw-imap/files/uw-ipop3s.xinetd15
2 files changed, 16 insertions, 0 deletions
diff --git a/net-mail/uw-imap/files/digest-uw-imap-2002c b/net-mail/uw-imap/files/digest-uw-imap-2002c
new file mode 100644
index 000000000000..1b9bd49be383
--- /dev/null
+++ b/net-mail/uw-imap/files/digest-uw-imap-2002c
@@ -0,0 +1 @@
+MD5 90c255dcf3ee373e3fb174ea5d820f4d imap-2002c1.tar.Z 2111395
diff --git a/net-mail/uw-imap/files/uw-ipop3s.xinetd b/net-mail/uw-imap/files/uw-ipop3s.xinetd
new file mode 100644
index 000000000000..8a02f3de4b22
--- /dev/null
+++ b/net-mail/uw-imap/files/uw-ipop3s.xinetd
@@ -0,0 +1,15 @@
+# default: off
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/files/uw-ipop3s.xinetd,v 1.1 2003/05/25 20:38:18 prez Exp $
+# description: The POP3 service allows remote users to access their mail \
+# using an POP3 client such as Netscape Communicator, mutt, \
+# or fetchmail.
+service pop3s
+{
+ socket_type = stream
+ wait = no
+ user = root
+ server = /usr/sbin/ipop3d
+ log_on_success += USERID
+ log_on_failure += USERID
+ disable = yes
+}