From e6c9e2167d3d43680922a824fec1011a04a2ed02 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 12 Aug 2002 03:08:55 +0000 Subject: Read mail from /var/mail/echolot --- debian/README.Debian | 8 ++------ debian/echolot.examples | 1 - debian/example.procmailrc | 4 ---- debian/pingd.conf | 1 + debian/rules | 1 - 5 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 debian/echolot.examples delete mode 100644 debian/example.procmailrc diff --git a/debian/README.Debian b/debian/README.Debian index 39c2fee..dc7189d 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,12 +1,8 @@ Echolot for Debian ------------------ -Make sure mail to the Echolot pinger reaches ~echolot/mail/ - -In /usr/share/doc/mixmaster/examples you can find examples for use with -procmail. You can of course use any other means to deliver to the Maildir -~echolot/mail/ too. - +Make sure mail to the Echolot pinger reaches /var/mail/echolot (or configure +echolot to read it from any other location). Make sure your MTA supports user defined mailboxes. so that diff --git a/debian/echolot.examples b/debian/echolot.examples deleted file mode 100644 index 103b60e..0000000 --- a/debian/echolot.examples +++ /dev/null @@ -1 +0,0 @@ -debian/example.procmailrc diff --git a/debian/example.procmailrc b/debian/example.procmailrc deleted file mode 100644 index 8118f9d..0000000 --- a/debian/example.procmailrc +++ /dev/null @@ -1,4 +0,0 @@ -PATH=/usr/local/bin:/usr/bin:/bin - -:0 -$HOME/mail/ diff --git a/debian/pingd.conf b/debian/pingd.conf index 6f734ce..effadd8 100644 --- a/debian/pingd.conf +++ b/debian/pingd.conf @@ -7,6 +7,7 @@ $CONFIG = { 'combined_list' => 0, }; +$CONFIG->{'mailin'} = '/var/mail/echolot'; $CONFIG->{'homedir'} = '/var/lib/echolot'; $CONFIG->{'pidfile'} = '/var/run/echolot/pingd.pid'; diff --git a/debian/rules b/debian/rules index 7439923..0343f21 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,6 @@ binary-indep: build install dh_installdocs dh_installmenu dh_installlogrotate - dh_installexamples dh_installman dh_installchangelogs NEWS dh_installinit -- cgit v1.2.3