Page 1 of 1

Emails not being received

Posted: Mon Jan 30, 2012 11:56 pm
by unhuman
I've been experimenting with OpenEMM and the Test sends work, however, when I do a regular send, the requests map to the same users (I do alter them from Test to Normal). The system claims the mail is sent to the same # of people as I expect, yet the mail is never received.

Any ideas where should I be looking?

-H

Re: Emails not being received

Posted: Tue Jan 31, 2012 12:05 am
by unhuman
Found the script logs.... the date-machine-update.log is just spewing "Unable to get database cursor"

Thoughts?

Re: Emails not being received

Posted: Tue Jan 31, 2012 5:43 pm
by unhuman
So, I identified my problem here...

I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system.

And, I got it working.

To debug this I linked /etc/my.cnf to the one in xampp
I also had to link /var/lib/mysql/mysql.sock to the specified by xampp.

Oddly, this only affected the scripts portion of OpenEMM, but the Java side worked fine.

More logging around exceptions in the scripts would be nice... :)