|
Bugzilla – Full Text Bug Listing |
| Summary: | sendmail client is not starting | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Ulrich Holeschak <ulrich> |
| Component: | Other | Assignee: | 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: | --- |
*** This bug has been marked as a duplicate of bug 228115 *** |
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 ...