Public bug reported:
I'm not able to start postsrsd due segmaintation fault
root@mail-proxymx-4:~$ dpkg -l | grep post
ii postfix3.3.0-1ubuntu0.3amd64
High-performance mail transport agent
ii postfix-mysql 3.3.0-1ubuntu0.3
It's caused by apparmor, with following it works
root@mail-proxymx-4:~$ cat /etc/apparmor.d/usr.sbin.postsrsd
#include
/usr/sbin/postsrsd {
#include
#include
capability setuid,
capability sys_chroot,
/etc/postsrsd.secret r,
/usr/sbin/postsrsd mr,
}
--
You received this bug notif