Lines 1-15
Link Here
|
|
|
1 |
|
1 |
******************** |
2 |
******************** |
2 |
hotwayd should normally be run from inetd (or xinetd). |
3 |
hotwayd and hotsmtpd should normally be run from inetd (or xinetd). |
3 |
To use the standard ports for pop3 and smtp, add lines |
4 |
To use the standard ports for pop3 and smtp, add lines like the |
4 |
like the following to /etc/inetd.conf: |
5 |
following to /etc/inetd.conf: |
5 |
|
6 |
|
6 |
pop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd |
7 |
pop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd |
|
|
8 |
smtp stream tcp nowait root /usr/local/sbin/hotsmtpd hotsmtpd |
7 |
|
9 |
|
8 |
Alternatively, you may specify an arbitrary port for hotwayd. |
10 |
Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd. |
9 |
Define them in /etc/services, and then add a line like the following to |
11 |
Define them in /etc/services, and then add lines like the following to |
10 |
/etc/inetd.conf: |
12 |
/etc/inetd.conf: |
11 |
|
13 |
|
12 |
hotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd |
14 |
hotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd |
|
|
15 |
hotsmtpd stream tcp nowait root /usr/local/sbin/hotsmtpd hotsmtpd |
13 |
|
16 |
|
14 |
After making your changes, restart inetd. e.g.: |
17 |
After making your changes, restart inetd. e.g.: |
15 |
|
18 |
|
Lines 20-25
Link Here
|
20 |
address (e.g. example@hotmail.com), and the password is your your |
23 |
address (e.g. example@hotmail.com), and the password is your your |
21 |
password for hotmail (or whichever service you use). |
24 |
password for hotmail (or whichever service you use). |
22 |
|
25 |
|
23 |
For more detailed information see hotwayd(1) and the port |
26 |
For more detailed information see hotwayd(1), hotsmtpd(1), and the port |
24 |
documentation in ${PREFIX}/share/doc/hotwayd. |
27 |
documentation in ${PREFIX}/share/doc/hotwayd. |
25 |
******************** |
28 |
******************** |
|
|
29 |
|