- 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
TODO organize peers content for u and s qpsmtpd
TODO check if more config modules needs per service config
18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
/var/log/qpsmtpd/qpsmtpd.log
|
|
/var/log/sqpsmtpd/sqpsmtpd.log
|
|
/var/log/uqpsmtpd/uqpsmtpd.log{
|
|
weekly
|
|
rotate 4
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
su root root
|
|
create 600 root root
|
|
postrotate
|
|
/usr/bin/systemctl try-restart qpsmtpd.service sqpsmtpd.service uqpsmtpd.service >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|
|
|