Search found 5 matches

by imphasing
Tue Jan 05, 2010 8:45 pm
Forum: Installation & Upgrades
Topic: Upgrading to 6.0.1, getting an error when logging in
Replies: 1
Views: 3298

I've resolved the problem. In case anyone else has this problem in the future, the issue was that my MySQL version wasn't >5.0, which lacks TIMESTAMPDIFF, causing an exception to be thrown, displaying that error.

Alex
by imphasing
Tue Jan 05, 2010 6:57 pm
Forum: Installation & Upgrades
Topic: Upgrading to 6.0.1, getting an error when logging in
Replies: 1
Views: 3298

Upgrading to 6.0.1, getting an error when logging in

I just did a clean install of openemm 6.0.1, and re-did all the databases and everything. When I try to log in to the fresh account, I get this error: "A general error occurred. Please check your input." Has anyone else ever seen this? Any ideas where to start looking to fix it? I can't lo...
by imphasing
Tue Apr 28, 2009 8:56 pm
Forum: Installation & Upgrades
Topic: domainkey
Replies: 29
Views: 47339

Just to let you guys know, I've succeeded in getting DomainKeys and DKIM signing working with OpenEMM. It's a bit of a hack for now, but what I did was write a Perl script that leveraged the Mail::DKIM module, and had semu.py pass the email text through that script, which signs it, then semu.py cont...
by imphasing
Mon Apr 27, 2009 2:38 pm
Forum: Development
Topic: In what part of OpenEMM do the actual emails get sent?
Replies: 0
Views: 6135

In what part of OpenEMM do the actual emails get sent?

I'm trying to implement some form of support for DomainKeys in OpenEMM, and I'm having a little trouble locating the portion of code that actually sends the emails (using sendmail, not smtp). I think I may have narrowed it down to one of the python scripts (I see that bavd.py opens up the sendmail p...
by imphasing
Fri Apr 24, 2009 7:23 pm
Forum: Installation & Upgrades
Topic: domainkey
Replies: 29
Views: 47339

Hi, Just thought I'd share a tip on how to change the X-Mailer header on OpenEMM. The X-Mailer header is how a receiving server can determine what sort of program the email was sent from, and it's pretty easy to change. All you need to do is edit the emm.properties file, located in /<OpenEMM-Root>/w...