On Wed, Oct 25, 2006 at 08:34:49AM -0600, Travis Johnson wrote:
> I recently setup a new JFF server. Everything is working perfectly 
> except the email alerts. I am able to send email from the box directly, 
> but JFF is not able to send. I get an error message that says "Unable to 
> chdir(/var/spool/clientmqueue)".  Any ideas?
It's an interaction between PHP and your mail setup.  
Try this:

php -r 'mail("[EMAIL PROTECTED]", "this is a subject", "this is the body");'

Change [EMAIL PROTECTED] to whatever your email address is.
If that works, then try it as whatever user the webserver runs as.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to