p15107591:~ # rcsendmail start
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
: command not foundl:
Initializing SMTP port. (sendmail) done
Du hast falsche Einträge in der /etc/init.d/sendmail. Irgendwo stehen da Doppelpunkte am Anfang von ein paar Zeilen, die als Kommando interpretiert werden, dass es nicht gibt ...
#! /bin/sh
# Copyright (c) 1996-99 SuSE Gmbh Nuernberg, Germany.
#
# Author: Florian La Roche, 1996, 1997
# Werner Fink <werner@suse.de>, 1996, 1999-2000
#
### BEGIN INIT INFO
# Provides: sendmail
# Required-Start: $remote_fs amavis
# Required-Stop:
# Default-Start: 3 5
# Default-Stop:
# Description: Start the Sendmail MTA
### END INIT INFO
. /etc/rc.config
test -s /etc/rc.config.d/sendmail.rc.config &&
. /etc/rc.config.d/sendmail.rc.config
# Determine the base and follow a runlevel link name.
base=${0##*/}
link=${base#*[SK][0-9][0-9]}
# Force execution if not called by a runlevel directory.
test $link = $base && SMTP=yes
test "$SMTP" = yes || exit 0
if test -z "$SENDMAIL_ARGS" ; then
SENDMAIL_ARGS="-bd -q30m -om"
fi
# The echo return value for success (defined in /etc/rc.config).
return=$rc_done
case "$1" in
start)
echo -n "Initializing SMTP port. (sendmail)"
startproc /usr/sbin/sendmail $SENDMAIL_ARGS || return=$rc_failed
echo -e "$return"
;;
stop)
echo -n "Shutting down SMTP port:"
killproc -TERM /usr/sbin/sendmail || return=$rc_failed
echo -e "$return"
;;
restart)
$0 stop && $0 start || return=$rc_failed
;;
reload)
echo -n "Reload service sendmail"
killproc -HUP /usr/sbin/sendmail || return=$rc_failed
echo -e "$return"
;;
status)
echo -n "Checking for service sendmail: "
checkproc /usr/sbin/sendmail && echo OK || echo No process
;;
*)
echo "Usage: $0 {start|stop|status|restart|reload}"
exit 1
esac
# Inform the caller not only verbosely and set an exit status.
test "$return" = "$rc_done" || exit 1
exit 0
Ich vermute mal ne falsche Eintragung in der sendmail.cf (hast du das wirklich am Ende des Bereichs local info eingetragen?) Poste doch mal die folgenden Dateien
ich hatter nachdem ich auf Confixx Pro gewechselt bin das gleiche problem! viel versucht dann mal den Support angerufen.
Also es waren irgendwelche steuerzeichen in meinen conf. dateien!
Sprich, zeichen die manche editoren am ende einer zeile einbauen (glaube zeilenumbruch) wurde dann vom support entfernt und dann ging es.