aboutsummaryrefslogtreecommitdiffstats
path: root/mail/hotwayd/pkg-message
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-12-17 16:14:03 +0800
committervs <vs@FreeBSD.org>2004-12-17 16:14:03 +0800
commitee15979396096c6dbc0036b52f1955336c8d2373 (patch)
treeb4d20c0b71dc9c1ea86c0aa9290a960f01f7feae /mail/hotwayd/pkg-message
parentc48d2472c45689826dfcc4b5a428978b377472af (diff)
downloadfreebsd-ports-gnome-ee15979396096c6dbc0036b52f1955336c8d2373.tar.gz
freebsd-ports-gnome-ee15979396096c6dbc0036b52f1955336c8d2373.tar.zst
freebsd-ports-gnome-ee15979396096c6dbc0036b52f1955336c8d2373.zip
Update to 0.8.2
PR: ports/75125 Submitted by: maintainer
Diffstat (limited to 'mail/hotwayd/pkg-message')
-rw-r--r--mail/hotwayd/pkg-message16
1 files changed, 10 insertions, 6 deletions
diff --git a/mail/hotwayd/pkg-message b/mail/hotwayd/pkg-message
index 91f0cd024298..24e60e92e13e 100644
--- a/mail/hotwayd/pkg-message
+++ b/mail/hotwayd/pkg-message
@@ -1,15 +1,18 @@
+
********************
-hotwayd should normally be run from inetd (or xinetd).
-To use the standard ports for pop3 and smtp, add lines
-like the following to /etc/inetd.conf:
+hotwayd and hotsmtpd should normally be run from inetd (or xinetd).
+To use the standard ports for pop3 and smtp, add lines like the
+following to /etc/inetd.conf:
pop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
+smtp stream tcp nowait root /usr/local/sbin/hotsmtpd hotsmtpd
-Alternatively, you may specify an arbitrary port for hotwayd.
-Define them in /etc/services, and then add a line like the following to
+Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
+Define them in /etc/services, and then add lines like the following to
/etc/inetd.conf:
hotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
+hotsmtpd stream tcp nowait root /usr/local/sbin/hotsmtpd hotsmtpd
After making your changes, restart inetd. e.g.:
@@ -20,6 +23,7 @@ hotmail (or similar) e-mail. The username should be your full e-mail
address (e.g. example@hotmail.com), and the password is your your
password for hotmail (or whichever service you use).
-For more detailed information see hotwayd(1) and the port
+For more detailed information see hotwayd(1), hotsmtpd(1), and the port
documentation in ${PREFIX}/share/doc/hotwayd.
********************
+