/etc/userv/services.d/sauce-rcptpolicy is in sauce 0.9.0+nmu3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # This entry installed by SAUCE.
if ( grep calling-user-shell /etc/shells
& grep calling-user /etc/userlist
& glob service-user mail
)
suppress-args
no-disconnect-hup
execute /usr/share/sauce/rcpt-policy
fi
|