Comment 2 for bug 605679

Revision history for this message
Jozsef Dubravszky (0cs935kb517wwmwa7m9428daadkyev88fk76o0c6sq9gd8al-mail-wz6bkyhu4uqpfausw0ege9b0y33ege6o4wzvqwe1gy11yyt2) wrote :

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.