Hallo Al,

Al Bogner, 13.01.2006 (d.m.y):

> Ich versuche mit Kmail ein lokales POP3-Konto abzufragen und erhalte keine 
> Verbindung zum selben Recher, den ich mit einer IP-Adresse, angegeben habe.
> 
> - xinetd features an inetd.conf compatibility mode. When started with the
>     -inetd_compat option, xinetd first reads its own configuration file
>     (/etc/xinetd.conf), then /etc/inetd.conf.
> 
> Sollte inetd_compat default sein bzw. wo ist das definiert?

Schau mal ins Startskript. Ich finde dort aber keinen derartigen
Eintrag.

> /etc/xinetd.conf
> defaults
> {
> }

Da sollte zumindest noch eine Zeile folgen:
includedir /etc/xinetd.d

Liegen irgendwelche Dateien in /etc/xinetd.d?

> /etc/inetd.conf
> pop-3           stream  tcp     nowait  
> root    /usr/sbin/tcpd  /usr/sbin/in.qpopper -f /etc/qpopper.conf
> ident           stream  tcp     wait    identd  /usr/sbin/identd        identd

Das in eine in /etc/xinetd.d zu hinterlegende Datei namens "pop3" zu
ueberfuehren, ist nicht sehr schwierig.
Beispiel:

service pop3
{
        disable         = yes
        flags           = REUSE NAMEINARGS
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/sbin/tcpd 
        server_args     = /usr/local/sbin/popper -f /usr/local/etc/qpopper.conf 
-s
        bind            = 192.168.2.1
        instances       = 5
}


Gruss,
Christian Schmidt

-- 
Man wird des Guten und auch des Besten, wenn es alltäglich zu werden 
beginnt, bald satt.
                -- Gotthold Ephraim Lessing

Attachment: signature.asc
Description: Digital signature

Antwort per Email an