Bug 231041 - sendmail client is not starting
Summary: sendmail client is not starting
Status: RESOLVED DUPLICATE of bug 228115
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: x86 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-29 00:56 UTC by Ulrich Holeschak
Modified: 2006-12-29 17:33 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***