Mailinglist Archive: opensuse-bugs (13405 mails)
| < Previous | Next > |
[Bug 335527] New: SuSEconfig.postfix: check of saslauthd
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 21 Oct 2007 06:33:25 -0600 (MDT)
- Message-id: <bug-335527-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=335527
Summary: SuSEconfig.postfix: check of saslauthd
Product: openSUSE 10.3
Version: Final
Platform: i386
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dw@xxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Consulting
I found a bug in /sbin/conf.d/SuSEconfig.postfix:
in line 53:
-checkproc -p /var/run/sasl2/mux.pid /usr/sbin/saslauthd || {
But the Pid file of a running saslauthd is saslauthd.pid, thus
the line should be
+checkproc -p /var/run/sasl2/saslauthd.pid /usr/sbin/saslauthd || {
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: SuSEconfig.postfix: check of saslauthd
Product: openSUSE 10.3
Version: Final
Platform: i386
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dw@xxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Consulting
I found a bug in /sbin/conf.d/SuSEconfig.postfix:
in line 53:
-checkproc -p /var/run/sasl2/mux.pid /usr/sbin/saslauthd || {
But the Pid file of a running saslauthd is saslauthd.pid, thus
the line should be
+checkproc -p /var/run/sasl2/saslauthd.pid /usr/sbin/saslauthd || {
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |