mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
b6ab23fb4f
consists of a POP3 proxy, a storage server and lots of utility programs. Note that this program is intended to be used in large email systems and is therefore quite complex to configure. If you only have a few thousand mailboxes, you are probably better of with a different POP3 server.
13 lines
328 B
C
13 lines
328 B
C
--- src/pserv.c.orig Sun Sep 15 14:27:16 2002
|
|
+++ src/pserv.c Mon Jul 11 16:23:03 2005
|
|
@@ -484,9 +484,6 @@
|
|
case SIGTERM:
|
|
pserv_shutdown(SHUTDOWN_CHILDREN | SHUTDOWN_SERVER);
|
|
break;
|
|
- case SIGPWR:
|
|
- pserv_shutdown(SHUTDOWN_DELAYED);
|
|
- break;
|
|
case SIGHUP:
|
|
xlog_reopen(conf.logfile, PSERV_LOG_MODE);
|
|
break;
|