* Fri Apr 12 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-6.sme
- Fix soflimit path to /usr/bin [SME: 12583]
This commit is contained in:
parent
4124fb93c2
commit
9aa3670868
@ -51,7 +51,7 @@ export QPSMTPD_CONFIG=/var/service/qpsmtpd/config
|
||||
chmod 640 /var/lib/qpsmtpd/dmarc/reports.sqlite
|
||||
)
|
||||
|
||||
exec /usr/local/bin/softlimit -d ${SOFTLIMIT:-50000000} -s ${SOFTLIMIT:-50000000} -l ${SOFTLIMIT:-50000000} \
|
||||
exec /usr/bin/softlimit -d ${SOFTLIMIT:-50000000} -s ${SOFTLIMIT:-50000000} -l ${SOFTLIMIT:-50000000} \
|
||||
/usr/bin/qpsmtpd-forkserver \
|
||||
-u qpsmtpd \
|
||||
-l 0.0.0.0 \
|
||||
|
@ -26,7 +26,7 @@ export QPSMTPD_CONFIG=/var/service/qpsmtpd/config
|
||||
|
||||
../qpsmtpd/control/1
|
||||
|
||||
exec /usr/local/bin/softlimit -d ${SOFTLIMIT:-50000000} -s ${SOFTLIMIT:-50000000} -l ${SOFTLIMIT:-50000000} \
|
||||
exec /usr/bin/softlimit -d ${SOFTLIMIT:-50000000} -s ${SOFTLIMIT:-50000000} -l ${SOFTLIMIT:-50000000} \
|
||||
/usr/bin/qpsmtpd-forkserver \
|
||||
-u qpsmtpd \
|
||||
-l 0.0.0.0 \
|
||||
|
@ -4,7 +4,7 @@ Summary: SME Server qpsmtpd module
|
||||
%define name smeserver-qpsmtpd
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 5
|
||||
%define release 6
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -47,11 +47,14 @@ AutoReqProv: no
|
||||
SME Server qpsmtpd smtpd module
|
||||
|
||||
%changelog
|
||||
* Fri Apr 12 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-6.sme
|
||||
- Fix soflimit path to /usr/bin [SME: 12583]
|
||||
|
||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
||||
- Set license file to GPL2.0 [SME: 12577]
|
||||
|
||||
* Sat Mar 30 2024 Trevor Batley <trevor@batley.id.au> 11.0.0-4.sme
|
||||
- use setuidgid and multilog from /usr/bin [SME: 12566]
|
||||
- use setuidgid and multilog from /usr/bin [SME: 12566]
|
||||
|
||||
* Sat Mar 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
|
||||
- fix missing provides smeserver-smtpd [SME: 12521]
|
||||
@ -60,10 +63,10 @@ SME Server qpsmtpd smtpd module
|
||||
- Change Requires: e-smith- to Requires:smeserver-
|
||||
|
||||
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
|
||||
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
|
||||
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
|
||||
|
||||
* Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.7.0-15.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
||||
* Thu Oct 26 2023 BogusDateBot
|
||||
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
|
||||
|
Loading…
Reference in New Issue
Block a user