mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +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
341 B
C
13 lines
341 B
C
--- src/pproxy.c.orig Mon Nov 24 20:23:30 2003
|
|
+++ src/pproxy.c Mon Jul 11 16:21:13 2005
|
|
@@ -580,9 +580,6 @@
|
|
case SIGTERM:
|
|
pproxy_shutdown(SHUTDOWN_CHILDREN | SHUTDOWN_SERVER);
|
|
break;
|
|
- case SIGPWR:
|
|
- pproxy_shutdown(SHUTDOWN_DELAYED);
|
|
- break;
|
|
case SIGHUP:
|
|
logfd = xlog_reopen(conf.logfile, PPROXY_LOG_MODE);
|
|
break;
|