#317898 courier-pop-ssl: when restarting please check existence of pidfile and bark

#317898#5
Date:
2005-07-12 10:20:18 UTC
From:
To:
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
  ;;

#317898#16
Date:
2026-05-14 02:21:10 UTC
From:
To:
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)?

#317898#19
Date:
2026-05-14 02:21:10 UTC
From:
To:
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)?