[Pkg] [OpenIndiana Distribution - Bug #4434] (New) fm/smtp-notify service fails to start if using postfix instead of sendmail on /hipster

illumos project devnull at illumos.org
Fri Dec 27 08:21:38 UTC 2013


Issue #4434 has been reported by Predrag Zečević.

----------------------------------------
Bug #4434: fm/smtp-notify service fails to start if using postfix instead of sendmail on /hipster
https://www.illumos.org/issues/4434

Author: Predrag Zečević
Status: New
Priority: Normal
Assignee: OI PKG
Category: pkg (Image Packaging System)
Target version: 
Difficulty: Medium
Tags: needs-triage


Hi,

I am using postfix as default MTA, and have noticed that fm/smtp-notify service was down:
<pre>
$ svcs -xv
svc:/network/sendmail-client:default (sendmail SMTP client queue runner)
 State: disabled since December 27, 2013 08:37:46 AM CET
Reason: Disabled by an administrator.
   See: http://illumos.org/msg/SMF-8000-05
   See: man -M /usr/share/man -s 1M sendmail
Impact: 1 dependent service is not running:
        svc:/system/fm/smtp-notify:default
</pre>

After looking at manifest file, one can see that it REQUIRES *sendmail-client:default*, so I have fixed it to have it OPTIONAL (see attachment).
<pre>
$ pfexec svccfg validate manifest-smtp-notify.xml
$ pfexec svccfg import manifest-smtp-notify.xml
$ pfexec svcadm refresh svc:/system/fm/smtp-notify:default
$ pfexec svcadm restart svc:/system/fm/smtp-notify:default
</pre>

I guess it is not breaking anything.

Regards.


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Pkg-team mailing list