* Frank Zimmermann <[EMAIL PROTECTED]> [25-01-03 18:14]:
> Inspiriert durch einen anderen thread auf dieser Lsite wollte ich vom inetd
> abschied nehmen und habe den link aus /etc/rc2.d entfernt. Darauf konnte
> ich keine mails mehr verschicken, sie landen alle in der queue und nichts
> passiert

Hallo Frank

Kleiner Schnellschuss aus doc/exim/Readme.Debian

Exim will install by default to run from inetd.conf. To instead run exim
as a daemon:

1. Disable the entry in /etc/inetd.conf. The startup script
   (/etc/init.d/exim) will notice this and start a daemon
   2. You might want to change the contents of /etc/cron.d/exim since
   the queue will be run from the daemon instead

Da du ja nur en Link entfernt hast und die /etc/inetd.conf wohl nicht
editiert hast startet er wohl einfach nicht. In der /etc/init.d/exim
wird nur nach der Zeile in der inetd.conf gegrept.

/etc/init.d/exim

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


-- 
H�ufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an