Import devel/py-setuptools34 version 2.0.1
[dports.git] / mail / hotwayd / pkg-message
1
2 ********************
3 hotwayd and hotsmtpd should normally be run from inetd (or xinetd).
4 To use the standard ports for pop3 and smtp, add lines like the
5 following to /etc/inetd.conf:
6
7 pop3    stream  tcp     nowait  root    /usr/local/sbin/hotwayd hotwayd
8 smtp    stream  tcp     nowait  root    /usr/local/sbin/hotsmtpd hotsmtpd
9
10 Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
11 Define them in /etc/services, and then add lines like the following to
12 /etc/inetd.conf:
13
14 hotwayd stream  tcp     nowait  root    /usr/local/sbin/hotwayd hotwayd
15 hotsmtpd stream tcp     nowait  root    /usr/local/sbin/hotsmtpd hotsmtpd
16
17 After making your changes, restart inetd. e.g.:
18
19 killall -HUP inetd
20
21 You can now use fetchmail or any pop3 mail client to receive your
22 hotmail (or similar) e-mail. The username should be your full e-mail
23 address (e.g. example@hotmail.com), and the password is your your
24 password for hotmail (or whichever service you use).
25
26 For more detailed information see hotwayd(1), hotsmtpd(1), and the port
27 documentation in ${PREFIX}/share/doc/hotwayd.
28 ********************
29