mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0bfcdc900e
- Pet portlint PR: 53853 Submitted by: maintainer
20 lines
649 B
Plaintext
20 lines
649 B
Plaintext
|
|
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.
|