Bug 231041

Summary: sendmail client is not starting
Product: [openSUSE] openSUSE 10.2 Reporter: Ulrich Holeschak <ulrich>
Component: OtherAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: x86   
OS: Other   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ulrich Holeschak 2006-12-29 00:56:03 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 ...
Comment 1 a23 d56 2006-12-29 17:33:14 UTC

*** This bug has been marked as a duplicate of bug 228115 ***