diff options
Diffstat (limited to 'net-mail/hotwayd/files/hotwayd.xinetd')
-rw-r--r-- | net-mail/hotwayd/files/hotwayd.xinetd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/hotwayd/files/hotwayd.xinetd b/net-mail/hotwayd/files/hotwayd.xinetd index a9b7c6a8dc94..47dd94beeb9a 100644 --- a/net-mail/hotwayd/files/hotwayd.xinetd +++ b/net-mail/hotwayd/files/hotwayd.xinetd @@ -1,9 +1,11 @@ # default: off # description: hotway daemon +# - You need to add a line that says "hotwayd 110/tcp" to your +# /etc/services file. Change the port number if necessary, see below. # - By default it listens to port 110 (default for pop3) # If you already have a pop3 server running, or you want it to listen # to another port change the value of "port = 110" below. -# Change the value in your email client accordingly. +# Change the value in your email client and in /etc/services accordingly. # - By default it only allows access from localhost. # - Also all xinetd entries do not start by default. # One should manually enable the entries that one wants by @@ -19,7 +21,7 @@ service hotwayd user = nobody port = 110 server = /usr/sbin/hotwayd - server_args = -s + #server_args = -p http://proxy:8080 -u proxy_user -q proxy_password log_on_success += USERID log_on_failure += USERID disable = yes |