- Package:
- courier-pop-ssl
- Source:
- courier
- Submitter:
- Andre Homberg
- Date:
- 2026-05-14 02:23:02 UTC
- Severity:
- wishlist
Perhaps it's useful to check SSLPIDFILE before restarting service...
/etc/init.d/courier-pop-ssl:
restart | reload | force-reload)
if [ ! -f $SSLPIDFILE ]
then
echo "Couldnt restart $PROGRAM: service doesnt run."
else
echo -n "Restarting $PROGRAM: "
$TCPD -pid=$SSLPIDFILE -restart
echo "done."
fi
;;
I have recently taken over maintenance of the courier packages. I apologize that nobody responded to your bug report. Can you confirm if this is still a concern with the current version of courier (1.5.1-3)?
I have recently taken over maintenance of the courier packages. I apologize that nobody responded to your bug report. Can you confirm if this is still a concern with the current version of courier (1.5.1-3)?