Symlinking to /bin/mail does not solve the problem on Ubuntu 12.04 LTS Server. Actually the mod never calls /bin/mail. This is tested with a script logging parameters passed to /bin/mail. Like this:
#!/bin/sh touch /path/to/logfile echo $* > /path/to/logfile
But no log is generated so /bin/mail is never called.
Symlinking to /bin/mail does not solve the problem on Ubuntu 12.04 LTS Server. Actually the mod never calls /bin/mail. This is tested with a script logging parameters passed to /bin/mail. Like this:
#!/bin/sh
touch /path/to/logfile
echo $* > /path/to/logfile
But no log is generated so /bin/mail is never called.