-
# you're on the right track there...
#
# try cut & paste of this into your shell.
locate mysql.sock
locate mysqld.sock
# now one of the above should have found you its location, if not
# then try this.
find / -name 'mysql*.sock'
# once you know the name...
file $SOCKNAME
# if that did a file not found, or didn't say it was a socket, then
# you have a more serious problem.
2009-03-09 08:40:28 UTC by kyrian
-
A Milter filter would be your best bet for this, because it is not inately supported by Sendmail, I think.
You could write one in perl.
2009-03-09 08:37:58 UTC by kyrian
-
Thought about this some more this morning, and it seemed a good idea to write something to the internet at large about the state of play with this thing.
If I'm going to ever do more than just supply binary packages for the same patch re-applied to the latest version of sendmail (which if you're using this system, you should be able to do yourself anyway), then here will be my starting point:
2009-03-09 08:36:31 UTC by kyrian
-
Does it excists an update to Sendmail 8.14.1?
I tried the patch 8.13.4 but I get a syntax error in mysql_sendmail.c then I build. I think Sendmail have changed a bit since 8.13.x.
2007-06-06 23:49:29 UTC by nobody