Bugzilla – Bug 231041
sendmail client is not starting
Last modified: 2006-12-29 17:33:14 UTC
In the sendmail start script (/etc/init.d/sendmail) sendmail and the sendmail client should get started. But for some reasons the client never starts. This seems to be a problem with startproc. If i remove startproc the client starts correctly: start) echo -n "Initializing SMTP port (sendmail)" startproc -p $srvpid -i $msppid /usr/sbin/sendmail $SENDMAIL_ARGS rc_status poll25 rc_status # [UH] startproc -p $msppid -i $srvpid /usr/sbin/sendmail $SENDMAIL_CLIENT_ARGS /usr/sbin/sendmail $SENDMAIL_CLIENT_ARGS rc_status -v This is no real solution, but startproc seems to ignore the -i option ...
*** This bug has been marked as a duplicate of bug 228115 ***