generated from smedev/Template-for-SMEServer-Core-Package
* Sun Dec 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-6.sme
- add mini-qmail as Message delivery agent [SME: 12737] few other fixes; +x on needed executable files migrate old qmail properties used in postfix catch all non existing recipient / check BCC working
This commit is contained in:
26
README.md
26
README.md
@@ -20,33 +20,11 @@ Show list of outstanding bugs:
|
||||
Koozali SME Server wrapper to configure postfix
|
||||
|
||||
## Development and testing
|
||||
```
|
||||
mkdir -p /etc/e-smith/templates-custom/var/service/{qpsmtpd,sqpsmtpd,uqpsmtpd}/config/peers/{0,local}
|
||||
echo 'queue/postfix-queue' | tee /etc/e-smith/templates-custom/var/service/{qpsmtpd,sqpsmtpd,uqpsmtpd}/config/peers/{0,local}/90queue-qmail-queue > /dev/null
|
||||
config setprop qmail status disabled
|
||||
systemctl stop qmail
|
||||
signal-event email-update
|
||||
dnf install smeserver-postfix
|
||||
```
|
||||
|
||||
|
||||
then test
|
||||
```
|
||||
echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" emailuser@example.com
|
||||
```
|
||||
or using roundcube/ mail client
|
||||
|
||||
|
||||
to remove
|
||||
```
|
||||
rm -rf /etc/e-smith/templates-custom/var/service/{qpsmtpd,sqpsmtpd,uqpsmtpd}/config/peers/{0,local}/
|
||||
config setprop qmail status enabled
|
||||
systemctl start qmail
|
||||
signal-event email-update
|
||||
dnf remove smeserver-postfix
|
||||
```
|
||||
|
||||
|
||||
DONE
|
||||
* main domain
|
||||
* listen only socket
|
||||
@@ -56,7 +34,7 @@ DONE
|
||||
* .qmail support using mini-qmail + wrapper and seakablepipe
|
||||
* maildrop/procmail support directly via .qmail
|
||||
* check /usr/sbin/sendmail -> /etc/alternatives/mta -> /usr/sbin/sendmail.postfix
|
||||
* EmailUnknownUser support use luser_relay. if we had virtual domain we could not use it
|
||||
* EmailUnknownUser support in virtual
|
||||
* migrate and remove qmail properties to postfix
|
||||
* make a copy of /var/qmail/control/smtproutes to (su)qpsmtpd/config/smtproutes
|
||||
|
||||
@@ -66,8 +44,8 @@ TODO
|
||||
|
||||
FUTURE
|
||||
* .foward support, when/if .qmail support is dropped
|
||||
* TODO VirtualMail for domain with catchall and EmailUnknownUser ( we can not use luser_relay if we use virtual_alias
|
||||
* ldap / AD user support
|
||||
* throttle for some destination
|
||||
|
||||
TO CHECK
|
||||
$prop->{Blacklist} = $smtp_proxy_rec->prop('Blacklist') || " ";
|
||||
|
||||
Reference in New Issue
Block a user