* Arne <[EMAIL PROTECTED]> [07-03-02 20:55]:

> Habe jetzt doch noch was entdeckt ,nachdem ich exim -bd gemacht habe 
> geht es nun w�rde ich gern wissen wo ich das eintragen kann damit
> ich es nicht von hand starten mu�.

Entweder in /etc/inetd.conf:

smtp stream tcp     nowait  mail    /usr/sbin/exim exim -bs

oder in /etc/xinetd.conf:

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
}

Gruss Uwe

Attachment: msg03286/pgp00000.pgp
Description: PGP signature

Antwort per Email an