Search found 4 matches

by jeepfiend
Fri Mar 07, 2014 6:55 pm
Forum: Bounce Management
Topic: Modifying softbounce rules
Replies: 2
Views: 10465

Re: Modifying softbounce rules

So I'm thinking it's this line: else: cclause = 'customer_id IN (%s)' % ', '.join ([str (_c.id) for _c in custs]) old = time.localtime (time.time () - 30 * 24 * 60 * 60) and I can just change that 30 to 90 or 180 or whatever. Sound about right?
by jeepfiend
Thu Mar 06, 2014 10:03 pm
Forum: Bounce Management
Topic: Modifying softbounce rules
Replies: 2
Views: 10465

Modifying softbounce rules

So currently, we have the default settings on our softbounce management, which is working as it should. However, I'd like to modify it so that anyone that doesn't open or click an email in 30 days is changed to 90 or 180 days. Our newsletters go out monthly, and we don't want someone who missed one ...
by jeepfiend
Fri Feb 14, 2014 8:56 pm
Forum: Installation & Upgrades
Topic: Upgrade Failed, now shows -bash-4.1$
Replies: 1
Views: 4750

Upgrade Failed, now shows -bash-4.1$

Title, kind of says it all. I have OpenEMM 2013 R2 installed on CentOS 6.5 64 bit. I hit the update button, it said it found 2013_R2. Showed 2013 R2 installed. Started to process the upgrade. I didn't hit anything because I didn't want to interrupt it, and I figured if it reinstalled the same versio...
by jeepfiend
Fri Feb 14, 2014 2:09 am
Forum: Using OpenEMM
Topic: How to add domain key/Dkim record?
Replies: 2
Views: 5421

Re: How to add domain key/Dkim record?

If you're just looking for DKIM, all you need to do is set up the dkim-milter for sendmail. Disable the use of sendmail in OpenEMM by running /home/openemm/bin/sendmail-disable.sh before starting /home/openemm/bin/openemm.sh, and set a smart relay to 127.0.0.1. Then it passes all mail to the sendmai...