From 7433e9ac369c1b0e50e66d1e942709bbf9dddbe1 Mon Sep 17 00:00:00 2001 From: Hotei Date: Mon, 5 May 2014 22:06:16 -0400 Subject: [PATCH 1/2] Update inbucket.conf Remove duped mailbox.message.cap= setting --- etc/inbucket.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/inbucket.conf b/etc/inbucket.conf index 433958f..ae84d21 100644 --- a/etc/inbucket.conf +++ b/etc/inbucket.conf @@ -101,11 +101,6 @@ retention.minutes=240 # to purge. retention.sleep.millis=100 -# Maximum number of messages we will store in a single mailbox. If this -# number is exceeded, the oldest message in the box will be deleted each -# time a new message is received for it. -mailbox.message.cap=100 - # Maximum number of messages we will store in a single mailbox. If this # number is exceeded, the oldest message in the box will be deleted each # time a new message is received for it. From dcb6a6f845c45e8050a21121a715ae8b7eab3399 Mon Sep 17 00:00:00 2001 From: Hotei Date: Mon, 5 May 2014 22:13:33 -0400 Subject: [PATCH 2/2] Update README --- etc/ubuntu-12/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/ubuntu-12/README b/etc/ubuntu-12/README index 5b254d2..39ecfa3 100644 --- a/etc/ubuntu-12/README +++ b/etc/ubuntu-12/README @@ -1,3 +1,5 @@ Please see the Ubuntu installation guide on our website: http://jhillyerd.github.com/inbucket/installation/ubuntu.html + +This has moved to ...?