aboutsummaryrefslogtreecommitdiff
path: root/mail/hotwayd/pkg-message
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 04:55:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 04:55:24 +0000
commitff608940ccf7f0b4790cce78c8a95c0887fe6b2b (patch)
tree0f2b4cf733528353cad8040cf56ef8255cfee252 /mail/hotwayd/pkg-message
parent420f7115b24a9baed5dfbcdd30072a58d8f609c9 (diff)
Notes
Diffstat (limited to 'mail/hotwayd/pkg-message')
-rw-r--r--mail/hotwayd/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/hotwayd/pkg-message b/mail/hotwayd/pkg-message
new file mode 100644
index 000000000000..3358560068e0
--- /dev/null
+++ b/mail/hotwayd/pkg-message
@@ -0,0 +1,20 @@
+
+To run hotwayd you need to add it to inetd.conf.
+To use the standard pop3 port for hotwayd, add the following
+line to /etc/inetd.conf:
+
+pop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
+
+You may also specify an arbitrary port for hotwayd. Define it
+in /etc/services, and then use a line like this in /etc/inetd.conf:
+
+hotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
+
+After making your changes, restart inetd. e.g.:
+
+killall -HUP inetd
+
+You can now use fetchmail or any pop3 mail client to read your e-mail.
+The POP username should be your full hotmail or msn e-mail address,
+and the password is your hotmail/msn password.
+