* 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:
2024-11-19 11:28:57 -05:00
parent 77e9c3660c
commit e037fa4736
3 changed files with 17 additions and 2 deletions

View 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