https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c0 Summary: amavisd-new 2.7.0-41.1 does not install milter, but the init.d script requires it Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: heigu@gmx.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 amavisd-new 2.7.0-41.1 (from http://download.opensuse.org/repositories/server:/mail/openSUSE_11.4/) does not install milter (/usr/sbin/milter). In the RELEASE_NOTES I found "- old helper programs amavis.c and amavis-milter.c are no longer distributed with the package, along with the whole helper-progs subdirectory. As a milter client please use the more modern 'amavisd-milter' package by Petr Rehor, available at http://sourceforge.net/projects/amavisd-milter/" But /etc/init.d/amavis still requires milter: "AMAVISD_BIN=/usr/sbin/amavisd AMAVIS_MILTER_BIN=/usr/sbin/amavis-milter AMAVIS_SYSCONFIG=/etc/sysconfig/amavis AMAVIS_CONF=/etc/amavisd.conf AMAVIS_PID=/var/spool/amavis/amavisd.pid AMAVIS_MILTER_SOCK=local:/var/run/amavis/amavis-milter.sock # Check for missing binaries (stale symlinks should not happen) # Note: Special treatment of stop for LSB conformance test -x $AMAVISD_BIN || { echo "$AMAVIS_BIN not installed"; if [ "$1" = "stop" ]; then exit 0; else exit 5; fi; } test -x $AMAVIS_MILTER_BIN || { echo "$AMAVIS_MILTER_BIN not installed"; if [ "$1" = "stop" ]; then exit 0; else exit 5; fi; }" The consequence is that amavis does not start. Maybe I'm wrong. But I think, that, if milter is not necessary, the init.de script should be changed. Otherwise there should be another package "amavisd-milter" which should be required by installing or updating amavisd-new. Reproducible: Always Steps to Reproduce: 1. Installing or upgrading amavisd-new mavisd-new 2.7.0-41.1 from http://download.opensuse.org/repositories/server:/mail/openSUSE_11.4/. Actual Results: amavis does not start. Expected Results: amavis should start. -- 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.