summaryrefslogtreecommitdiff
path: root/mail/hotwayd/pkg-message
blob: 24e60e92e13ec0f3a4fa5e63a9d63d41b49d92fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
********************
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 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.:

killall -HUP inetd

You can now use fetchmail or any pop3 mail client to receive your
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), hotsmtpd(1), and the port
documentation in ${PREFIX}/share/doc/hotwayd.
********************