Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Apr 1998 16:12:23 +0800
From:      Dean Hollister <dean@odyssey.apana.org.au>
To:        Giannis Vlachos <gvlachos@unionion.uion.edu.gr>, freebsd-questions@FreeBSD.ORG
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Pop server
Message-ID:  <3.0.3.32.19980409161223.0069d3e0@odyssey.apana.org.au>
In-Reply-To: <Pine.OSF.3.96.980409105540.30889A-100000@unionion.uion.edu .gr>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:58 09/04/98 +0300, Giannis Vlachos wrote:

>I have install freebsd 2.2.2 release and i need to install o POP Server in
>this maschine. Where can i found that package for Freebsd. 
>
>Does anybody can help me.

As root:

cd /usr/ports/mail/popper

make

make install

You then need to enable it in /etc/inetd.conf. Add the line:

pop3    stream  tcp     nowait  root    /usr/local/libexec/popper popper -s

Save the changes and exit. Then:

kill -1 1

To reload inetd.conf.

Regards,

d.

+--------------------------------------------------------+
| Dean Hollister,           | dean@odyssey.apana.org.au* |
| Region Co-Ordinator,      | deanh@iinet.net.au         |
| APANA,                    |                            |
| Western Australia.        | *finger A/C for DISCLAIMER | 
+--------------------------------------------------------+
ST:VOY Kess: "I wish people would stop talking to me as if
              I'm still a child! I'm three years old now!"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.19980409161223.0069d3e0>