← Back to team overview

sslug-teknik team mailing list archive

Re: Linux pop3 server

 

In <001c01be82f6$8caa76a0$3276f482@xxxxxxxxxxxxxxxxxxxxx> "Hampus Mattsson" <hampusm@xxxxxxxxxx> writes:

>Vet n=E5gon hur man s=E4tter upp en pop3 eller imap server p=E5 en linux =
>dator?

Mange distributioner shipper med disse to servere installeret. Kig i
/etc/inetd.conf og se, om ikke der er entries som disse:

 # Pop and imap mail services et al
 pop-2   stream  tcp     nowait  root    /usr/sbin/tcpd	ipop2d
 pop-3   stream  tcp     nowait  root    /usr/sbin/tcpd	ipop3d
 imap    stream  tcp     nowait  root    /usr/sbin/tcpd	imapd

I Red Hat ligger alle disse servere i "imap" rpm-pakken.

-- 
Henrik Storner     | "Software engineering is a race between engineers 
<storner@xxxxxxxx> |  who try to create foolproof software and the 
                   |  universe which is trying to create bigger fools.
                   |  So far, the universe is winning..."


References