http://bugzilla.novell.com/show_bug.cgi?id=538852 Summary: cyrus-imapd autostart requires saslauthd Classification: openSUSE Product: openSUSE 11.2 Version: Milestone 7 Platform: i586 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: thomas@cupracer.de QAContact: qa@suse.de Found By: --- Created an attachment (id=318023) --> (http://bugzilla.novell.com/attachment.cgi?id=318023) patch for /etc/init.d/cyrus User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.13) Gecko/2009080200 SUSE/3.0.13-0.1.2 Firefox/3.0.13 The init-file "/etc/init.d/cyrus" required "saslauthd" for start and stop. So, to get autostart activated for cyrus-imapd, the package "cyrus-sasl-saslauthd" has to be installed and "saslauthd" autostart needs to be activated, too. BUT: There are ways to configure cyrus-imapd that there's no need for saslauthd (i.e. with cyrus-sasl-sqlauxprop). Because of this, the dependency should be cleared. Reproducible: Always Steps to Reproduce: 1. # chkconfig -a cyrus Actual Results: insserv: Service saslauthd has to be enabled to start service cyrus insserv: exiting now! /sbin/insserv failed, exit code 1 cyrus 0:off 1:off 2:off 3:off 4:off 5:off 6:off Expected Results: cyrus 0:off 1:off 2:off 3:on 4:off 5:on 6:off I don't know if there are reasons to keep saslauthd as a requirement, but for me it seems to be logical to clear this dependency. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.