[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
QMail command suddenly not working
- To: qmail@xxxxxxxxxxxxx
- Subject: QMail command suddenly not working
- From: Brent Roland <broland@xxxxxxxxx>
- Date: Sun, 06 Mar 2005 23:21:28 -0500
- Delivered-to: de5-qmail@sws5.ornl.gov
- Delivered-to: mailing list qmail@list.cr.yp.to
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=eJIbi2xYEjGyp+QMPFsIGLiQwR/85IZmsGVg/PQ9ZKXLcszlUifPEjn/aULc1Isvhfn9ynXZ0qiL8ryfCIgoB4iL20QYqPgxm4uX0q7Z8ZgZGVRbT4ee9upnoar62xjfZZbu4zG7OSrWUPwg6g1Y9MlOIVbUr+c6K5waiKr+H80=
- Mailing-list: contact qmail-help@list.cr.yp.to; run by ezmlm
- Reply-to: Brent Roland <broland@xxxxxxxxx>
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