* Thu Apr 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- add listening deamon on submission port 587 [SME: 6510] - move qpsmtpd daemons to full systemd supervision [SME: 12615] - separate configuration for the 3 qpsmtpd daemons [SME: 12451] increase default TLS version on u/sqpsmtpd as auth is required - increase Softlimit to 150M [SME: 12638] - remove old qmail templates [SME: 9492] template for /var/qmail/control/{badrcptto,badmailfrom,rcpthosts} also import template for config/badmailfrom from smeserver-wbl
This commit is contained in:
parent
c0392201a0
commit
073a985ff2
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=qpsmtpd
|
||||
Description=sqpsmtpd
|
||||
After=network.target network-online.target qpsmtpd.service
|
||||
|
||||
[Service]
|
||||
@ -21,6 +21,7 @@ ExecStart=/usr/bin/qpsmtpd-forkserver \
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=20s
|
||||
SyslogIdentifier=sqpsmtpd
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
@ -21,6 +21,7 @@ ExecStart=/usr/bin/qpsmtpd-forkserver \
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=20s
|
||||
SyslogIdentifier=uqpsmtpd
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
@ -52,12 +52,10 @@ SME Server qpsmtpd smtpd module
|
||||
- move qpsmtpd daemons to full systemd supervision [SME: 12615]
|
||||
- separate configuration for the 3 qpsmtpd daemons [SME: 12451]
|
||||
increase default TLS version on u/sqpsmtpd as auth is required
|
||||
- increase Softlimit to 150M [SME: 12638]
|
||||
- increase Softlimit to 150M [SME: 12638]
|
||||
- remove old qmail templates [SME: 9492]
|
||||
template for /var/qmail/control/{badrcptto,badmailfrom,rcpthosts}
|
||||
also import template for config/badmailfrom from smeserver-wbl
|
||||
TODO organize peers content for u and s qpsmtpd
|
||||
TODO check if more config modules needs per service config
|
||||
|
||||
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
|
||||
- move post-transaction-actions script [SME: 12535]
|
||||
|
Loading…
Reference in New Issue
Block a user