[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QMail command suddenly not working



Hi,

I have a java program set up that takes the msg-log file, parses
through it and logs all the information about the recently sent email
into a MySQL database.  Everything was working fine with this a few
weeks ago but when I added a feature to the java program today, I find
that the program is no longer getting called.  Since I last tried, I
have installed Courier-IMAP and SquirrelMail on this server, but
haven't changed any of the qmail settings.  I have also checked the
permissions by running the command as a non-root user from the command
line and everything executes correctly and as expected.  Is there any
reason why the qmail command would suddenly stop working?

The command is as follows:
"| /usr/java/jdk1.5.0_01/bin/java -classpath /contractEmail/ ceLogEmail"

The only other line in the file is ./Maildir/ which is the very first
line which is followed by the above line.  Thanks.


--- Brent Roland