Package: courier-authlib Version: 0.58-4 Severity: important Hi,
Script /usr/lib/courier/courier-authlib/authsystem.passwd is meant to change system account password but there are two issues with it. First of all this script uses "expect" utility but there is no dependency on expect package so it is not installed by default. Furthermore the first line is "#! expect -f" but I had to change it to "#!/usr/bin/expect -f" to make it work. Regards, Michal Kopecny