From 9216047582e60d05bfdd8afa9287a1911af0e9e3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Jun 2008 21:24:07 -0400 Subject: [PATCH] Initial commit. --- .gitignore | 1 + log/run | 2 ++ run | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100755 log/run create mode 100755 run diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23e60ef --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +supervise diff --git a/log/run b/log/run new file mode 100755 index 0000000..41c258b --- /dev/null +++ b/log/run @@ -0,0 +1,2 @@ +#!/bin/bash +exec /usr/bin/svlogd -tt /var/log/courier/pop-ssl diff --git a/run b/run new file mode 100755 index 0000000..2c7cccb --- /dev/null +++ b/run @@ -0,0 +1,21 @@ +#!/bin/bash + +exec 2>&1 + +. /etc/courier/pop3d +. /etc/courier/pop3d-ssl + +POP3_TLS=1 ; export POP3_TLS + +`sed -n '/^#/d;/=/p'