* Tue Oct 15 2024 <jpp@koozali.org> 1.0-1.sme

- Initial code - create RPM [SME: 12737]
  templates from Stefano Zamboni
This commit is contained in:
2024-10-15 22:12:08 -04:00
parent e7c9322073
commit 5ffa25ab75
30 changed files with 453 additions and 10 deletions

View File

@@ -12,3 +12,27 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
Koozali SME Server wrapper to configure postfix
## Development and testing
mkdir /etc/e-smith/templates-custom/var/service/qpsmtpd/config/plugins/
echo 'return "queue/postfix-queue";' > /etc/e-smith/templates-custom/var/service/qpsmtpd/config/plugins/90queue-qmail-queue
config setprop qmail status disabled
systemctl stop qmail
signal-event email-update
dnf install smerserver-postfix
then test
echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" emailuser@example.com
or using roundcube
TODO
* remote SMTP
* smart SMTP
* SSL
* logging
* .qmail support or alternative
* maildrop/procmail support ?
* switch smeserver-qpsmtpd support to postfix