smeserver-postfix/README.md
Jean-Philippe Pialasse f5762611b4 * Tue Oct 15 2024 <jpp@koozali.org> 1.0-1.sme
- Initial code - create RPM [SME: 12737]
  templates from Stefano Zamboni
2024-10-15 22:16:01 -04:00

40 lines
1.3 KiB
Markdown

# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-postfix
SMEServer Koozali developed git repo for smeserver-postfix core
## Wiki
<br />https://wiki.koozali.org/smeserver-postfix
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-postfix&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
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
* check /usr/sbin/sendmail -> /etc/alternatives/mta -> /usr/sbin/sendmail.postfix upon removal/update of qmail