Apparmor is not installed on this system. The error message seen part
of the init script, indicating it's trying to find a local socket file:
if [ $ret = 0 ] && [ "$USE_POSTFIX" = 'yes' ]; then
cnt=0
until [ -e "$SOCKET_PATH" ] ; do
cnt=`expr "$cnt" + 1`
if [ "$cnt" -gt 15 ]; then
break
fi
sleep 2
done
if [ -e "$SOCKET_PATH" ]; then
chmod g+w $SOCKET_PATH
chgrp postfix $SOCKET_PATH
else
log_warning_msg "Socket not created. Investigate"
fi
fi
--
clamav-milter warns on inet sockets
https://bugs.launchpad.net/bugs/296086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs