Template for xinetd(8).
[PerlMail.git] / xinetd.perlmail
diff --git a/xinetd.perlmail b/xinetd.perlmail
new file mode 100644 (file)
index 0000000..d7db4a6
--- /dev/null
@@ -0,0 +1,13 @@
+# default: off
+# description: http://www.jankratochvil.net/project/PerlMail/
+service perlmail
+{
+       disable = no
+       socket_type     = stream
+       port            = 852
+       wait            = no
+       user            = lace
+       server          = /home/USERNAME/PATH/TO/PerlMail/perlmail-accept
+       server_args     = --inetd
+       log_on_failure  += USERID
+}