Koozali SME Server wrapper to configure postfix
Go to file
2024-11-12 19:21:08 +00:00
additional Initial commit 2024-09-25 04:51:20 +02:00
root * Tue Oct 15 2024 <jpp@koozali.org> 1.0-1.sme 2024-10-15 22:12:08 -04:00
.gitignore Add *.bak to .gitignore 2024-11-12 19:21:08 +00:00
contriborbase Initial commit 2024-09-25 04:51:20 +02:00
createlinks * Tue Oct 15 2024 <jpp@koozali.org> 1.0-1.sme 2024-10-15 22:12:08 -04:00
LICENSE Initial commit 2024-09-25 04:51:20 +02:00
Makefile Initial commit 2024-09-25 04:51:20 +02:00
README.md code markup 2024-11-12 19:03:16 +01:00
smeserver-postfix.spec * Tue Oct 15 2024 <jpp@koozali.org> 1.0-1.sme 2024-10-15 22:12:08 -04:00

smeserver-postfix

SMEServer Koozali developed git repo for smeserver-postfix core

Wiki


https://wiki.koozali.org/smeserver-postfix

Bugzilla

Show list of outstanding bugs: All
Confirmed
Unconfirmed
Need info
In progress
Resolved
Verified

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