Package: sympa Version: 6.2.16~dfsg-2 Severity: normal since there's no sympa@domain alias in /etc/mail/sympa/aliases, I wrote alias into /etc/aliases as hinted in upstream documentation:
> sympa: "| /usr/lib/sympa/bin/queue sympa@domain" ran newaliases and sent mail with subject "help" to sympa@domain. first error: --8<-- snip --8<-- postfix/local to=<sympa@domain> --8<-- snip --8<-- status=bounced (Command died with status 255: " /usr/lib/sympa/bin/queue sympa@domain". Command output: SYMPA internal error : unable to open /etc/sympa/sympa/sympa.conf) ok, chmod +r /etc/sympa/sympa/sympa.conf helped here after that, second error: --8<-- snip --8<-- postfix/local[17742] to=<sympa@domain> --8<-- snip --8<-- status=deferred (temporary failure. Command output: /usr/lib/sympa/bin/queue: while opening queue file '[email protected]': Permission denied ) so I found #581849 and did chmod u+s /usr/lib/sympa/bin/queue, but no help. in syslog: kernel --8<-- audit: type=1702 audit(1490794609.493:2): op=linkat ppid=1 pid=17310 auid=4294967295 uid=109 gid=116 euid=109 suid=109 fsuid=109 egid=116 sgid=116 fsgid=116 tty=(none) ses=4294967295 comm="sympa_msg.pl" exe="/usr/bin/perl" res=0 kernel --8<-- audit: type=1302 audit(1490794609.493:3): item=0 name="/var/spool/sympa/msg/[email protected]" inode=1576556 dev=ca:01 mode=0100600 ouid=0 ogid=65534 rdev=00:00 nametype=NORMAL please note that i did s/[email protected]/sympa@domain/

