generated from smedev/Template-for-SMEServer-Core-Package
* Tue Nov 19 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-3.sme
- add requirements [SME: 12737] - add conf-postfix
This commit is contained in:
8
root/etc/e-smith/events/actions/conf-postfix
Executable file
8
root/etc/e-smith/events/actions/conf-postfix
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#first we set postfix sendmail as default one
|
||||
/usr/sbin/alternatives --set mta /usr/sbin/sendmail.postfix
|
||||
|
||||
# we add qpsmtpd to the group to allow to send email to postfix sockets
|
||||
/usr/sbin/usermod -a -G postdrop qpsmtpd
|
||||
|
Reference in New Issue
Block a user