summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-pop3d.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'community/dbmail/dbmail-pop3d.xinetd')
-rw-r--r--community/dbmail/dbmail-pop3d.xinetd4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/dbmail/dbmail-pop3d.xinetd b/community/dbmail/dbmail-pop3d.xinetd
index 6c5b06735..f073aca8b 100644
--- a/community/dbmail/dbmail-pop3d.xinetd
+++ b/community/dbmail/dbmail-pop3d.xinetd
@@ -3,9 +3,11 @@ service pop3
socket_type = stream
wait = no
user = nobody
- server = /usr/sbin/dbmail-pop3d
+ server = /usr/bin/dbmail-pop3d
protocol = tcp
server_args = -n
log_on_failure += USERID
disable = yes
+# env = EVENT_NOEPOLL=yes
+# instances = 200
}