* Karl-Heinz Köther <[EMAIL PROTECTED]> [24-03-02 00:59]:

> Ich habe es nicht geschaft - das smtp auf #local# und #eth0# hört, 
> egal welche Reihenfolge - xinetd hat immer das zuerst genannte
> Interface genommen ... auch beides in einer Zeile führte zu nichts
> sowie Einträge innerhalb von smtp führten zum gleichen Problem
 
Hallo Karl-Heinz,

bei mir sieht es so aus:

service smtp
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = mail
        bind            = 127.0.0.1
        only_from       = 192.168.1.0/24 localhost
        server          = /usr/sbin/exim
        server_args     = -bs
}

Das sagt netstat:
tcp  0  0  127.0.0.1:25   0.0.0.0:*   LISTEN

Hier noch ein paar Zeilen aus meiner /etc/init.d/exim

# Exit if exim runs from /etc/xinetd.conf
if [ -f /etc/xinetd.conf ] && grep -q "^service smtp" /etc/xinetd.conf; then
    exit 0
fi

Gruss Uwe

Attachment: msg04417/pgp00000.pgp
Description: PGP signature

Antwort per Email an