From 65ed2f798eb7a1f2a044a2bff5041cad3fc01663 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 6 Apr 2024 21:02:07 +0200 Subject: [PATCH] Bumped up version number to 1.4.5 Signed-off-by: Janos SUTO --- RELEASE_NOTES | 14 ++++++++++++++ VERSION | 2 +- configure | 4 ++-- configure.in | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 31c6dd47..8e801a7e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,20 @@ 1.4.5: ------ +- Introduced 2 new variables in /etc/piler/piler.conf affecting piler-smtp + + ; max message size in bytes + ; piler-smtp will reject any message that's bigger than this number + max_message_size=50000000 + + ; max memory in bytes piler-smtp uses for buffering messages + ; when this limit is exceeded, no new emails will be accepted + ; until the used memory for all in progress emails decreases + ; below this level + max_smtp_memory=500000000 + + Be sure to adjust these values to your environment! + - Added read-only connection support for manticore If using sphinx, add the following to config-site.php: $config['SPHINX_HOSTNAME_READONLY'] = '127.0.0.1:9306'; diff --git a/VERSION b/VERSION index 1c99cf0e..e516bb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.4 +1.4.5 diff --git a/configure b/configure index 5ec5ba40..f277041f 100755 --- a/configure +++ b/configure @@ -6426,13 +6426,13 @@ fi echo echo -echo "IMPORTANT! If you upgrade, be sure to read http://www.mailpiler.org/wiki/current:upgrade" +echo "IMPORTANT! If you upgrade, be sure to read https://www.mailpiler.org/upgrade-instructions/" echo echo echo echo "Did you know that piler has an enterprise edition as well?" -echo "Check out what it can do for you at https://mailpiler.com/piler-enterprise-email-archiver-features/" +echo "Check out what it can do for you at https://mailpiler.com/#features" echo echo diff --git a/configure.in b/configure.in index fdd7aa83..d4dc8d56 100644 --- a/configure.in +++ b/configure.in @@ -537,12 +537,12 @@ AC_OUTPUT echo echo -echo "IMPORTANT! If you upgrade, be sure to read http://www.mailpiler.org/wiki/current:upgrade" +echo "IMPORTANT! If you upgrade, be sure to read https://www.mailpiler.org/upgrade-instructions/" echo echo echo echo "Did you know that piler has an enterprise edition as well?" -echo "Check out what it can do for you at https://mailpiler.com/piler-enterprise-email-archiver-features/" +echo "Check out what it can do for you at https://mailpiler.com/#features" echo echo