Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2001 15:20:58 +1000 (EST)
From:      =?iso-8859-1?q?Keith=20Spencer?= <bsd2000au@yahoo.com.au>
To:        Lee Mark Mercado <mercadolee@hotmail.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: POP3 
Message-ID:  <20010525052058.31097.qmail@web12005.mail.yahoo.com>
In-Reply-To: <F60dCz2ZThqBeEVhAMU000006c0@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi--- Lee Mark Mercado <mercadolee@hotmail.com> wrote:
> can someone help me setup a POP3 step-by-step ? Im
> running freeBSD 
> 4.3-stable.
I take it you maen all of mail ...smtp and pop (or
imap?
If so...sendmail is by default installed and active.
edit the /etc/mail files as required e.g. create
/etc/mail/relay-hosts file and
enter things like...
192.168.1   RELAY   
This allows any remote mail clients on your
192.168.1.0 LAN to (smtp) send mail from the machine.
Now make sure that hostnames etc are set in
/etc/rc.conf
Make sure that an MX record in a DNS server somewhere
points to your machine!
NOW FOR POP.
install cucipop  --> from the /ports/mail collection
It will install to /usr/local/libexec/cucipop
Now edit the /etc/inetd.conf file
scroll down to find the #pop3 ...bla bla  line
and get rid of the # comment sign
now change the default stuff in that line to
pop3  stream  tcp  nowait root 
/usr/local/libexec/cucipop    cucipop
this will set up the pop3 server.

Now set up your users and edit the /etc/mail/aliases
file for the user mail aliases (if wanted)
reboot  or give the system stuff a SIGHUP and voila !
more or less done.
Have fun

Keith








_____________________________________________________________________________
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!

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




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