Chris Bennett wrote:
This could be helpful, possibly. First, you can maintain a functional
mini_sendmail by putting a nother script at /bin/mini_sendmail, this
script could do some sort of logging and then pass things on to the real
mini_sendmail, located somewhere else, different (hidden) name.
This is what I tried already! But it seems it is written in a different
manner than what I was hoping for.
Something like
echo $0 $1 $2 >> /tmp/loggo
/bin/mini_sendmail $1 $2
doesn't work. No, it is not the mini_sendmail that doesn't work, the
first line already doesn't log anything.
Since all this goes through php first, setting up this script is easy.
Maybe you could give me a hint? I am not a PHP-coder, actually.
Uwe