From fcf49eff655296c9f6c19bd262e343e69138ce67 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 24 Feb 2013 17:08:30 -0800 Subject: repair bit-rot associated with upgrade from lucid to precise --- tools/greylist.c | 2 +- tools/pop3.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/greylist.c b/tools/greylist.c index aaa9510..86dcd1d 100644 --- a/tools/greylist.c +++ b/tools/greylist.c @@ -128,7 +128,7 @@ void scan(const string progid, const string p, const int copies=1){ if (is_directory(p)) { for (directory_iterator itr(p); itr!=directory_iterator(); ++itr) { - string basename = itr->path().filename(); + string basename = itr->path().filename().string(); for (int ii = 0; ii < copies; ii++) cout << setw(20) << left << basename << ' '; // display filename only if (is_regular_file(itr->status())) { diff --git a/tools/pop3.conf b/tools/pop3.conf index b524a00..46b537e 100644 --- a/tools/pop3.conf +++ b/tools/pop3.conf @@ -1,3 +1,4 @@ # /etc/stunnel/pop3.conf +cert = /etc/stunnel/stunnel.pem exec = /var/qmail/bin/qmail-popup execargs = qmail-popup 0 /var/qmail/rbin/checkpassword qmail-pop3d Maildir -- cgit v1.2.3