blob: 3358560068e047c855d2e7eb7bc1d34fee1d7cec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|