2024-09-25 04:51:20 +02:00
|
|
|
# <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
|
2024-10-27 15:29:17 +01:00
|
|
|
Show list of outstanding bugs:
|
|
|
|
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&cf_package=smeserver-postfix&classification=SME+Server&list_id=105756&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
|
|
|
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&cf_package=smeserver-postfix&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
|
|
|
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&cf_package=smeserver-postfix&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
|
|
|
[Need info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&cf_package=smeserver-postfix&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
|
|
|
[In progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&cf_package=smeserver-postfix&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
|
|
|
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&cf_package=smeserver-postfix&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
|
|
|
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&cf_package=smeserver-postfix&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
2024-09-25 04:51:20 +02:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
Koozali SME Server wrapper to configure postfix
|
|
|
|
|
2024-10-16 04:12:08 +02:00
|
|
|
## Development and testing
|
2024-11-12 19:03:16 +01:00
|
|
|
```
|
2024-10-16 04:12:08 +02:00
|
|
|
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
|
2024-11-12 19:03:16 +01:00
|
|
|
```
|
2024-10-16 04:12:08 +02:00
|
|
|
|
|
|
|
then test
|
2024-11-12 19:03:16 +01:00
|
|
|
```
|
2024-10-16 04:12:08 +02:00
|
|
|
echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" emailuser@example.com
|
2024-11-12 19:03:16 +01:00
|
|
|
```
|
2024-10-16 04:12:08 +02:00
|
|
|
or using roundcube
|
|
|
|
|
|
|
|
TODO
|
|
|
|
* remote SMTP
|
|
|
|
* smart SMTP
|
|
|
|
* SSL
|
|
|
|
* logging
|
|
|
|
* .qmail support or alternative
|
|
|
|
* maildrop/procmail support ?
|
|
|
|
* switch smeserver-qpsmtpd support to postfix
|
2024-10-16 04:16:01 +02:00
|
|
|
* check /usr/sbin/sendmail -> /etc/alternatives/mta -> /usr/sbin/sendmail.postfix upon removal/update of qmail
|