On Sat, 5 Feb 2000, Joshua S. Freeman wrote:
> by default, in cartman (redhat 6.1), what should be handling incoming
> mail?  shouldn't I find popd if I look for it?

  Start with this search of all of your installed packages:

        rpm -qa | egrep pop\|imap

  If you don't see anything, mount your RHL 6.1 CD, and do something along the
lines of:

        rpm -ivh /mnt/cdrom/RedHat/RPMS/*{imap,pop}*

  Once you have the packages installed, do:

        rpm -qi package_base_name

to find out general information, and:

        rpm -ql package_base_name

to list the documentation files associated with the package.

  You may also need to edit /etc/inetd.conf, /etc/hosts.allow and/or
/etc/hosts.deny to enable the POP3 server.  Try "man inetd.conf" and so on,
for more information on that.

  Hope this helps!

-- 
Ben Scott
[EMAIL PROTECTED]


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to