generated from smedev/Template-for-SMEServer-Core-Package
code markup
code markup
This commit is contained in:
parent
d86ce9b25e
commit
3e1adb2110
@ -20,19 +20,19 @@ Show list of outstanding bugs:
|
|||||||
Koozali SME Server wrapper to configure postfix
|
Koozali SME Server wrapper to configure postfix
|
||||||
|
|
||||||
## Development and testing
|
## Development and testing
|
||||||
|
```
|
||||||
mkdir /etc/e-smith/templates-custom/var/service/qpsmtpd/config/plugins/
|
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
|
echo 'return "queue/postfix-queue";' > /etc/e-smith/templates-custom/var/service/qpsmtpd/config/plugins/90queue-qmail-queue
|
||||||
config setprop qmail status disabled
|
config setprop qmail status disabled
|
||||||
systemctl stop qmail
|
systemctl stop qmail
|
||||||
signal-event email-update
|
signal-event email-update
|
||||||
dnf install smerserver-postfix
|
dnf install smerserver-postfix
|
||||||
|
```
|
||||||
|
|
||||||
then test
|
then test
|
||||||
|
```
|
||||||
echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" emailuser@example.com
|
echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" emailuser@example.com
|
||||||
|
```
|
||||||
or using roundcube
|
or using roundcube
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user