Search found 10 matches
- Mon Jan 31, 2011 4:57 pm
- Forum: Using OpenEMM
- Topic: Update profile no longer working
- Replies: 1
- Views: 2975
Update profile no longer working
At the end of every e-mail, we have a link that allows the user to update his or her profile. Lately, that link hasn't been working. The form below will load the profile information correctly, but when we try to submit it via the Subscribe action, it will error out every single time. Is there a log ...
- Tue Nov 16, 2010 10:50 pm
- Forum: Using OpenEMM
- Topic: Count disconnect on before and after a send.
- Replies: 2
- Views: 4020
For example, lets say that our largest list has 48,687 subscribers. When I go to send the mailing, OpenEMM will tell me that there are: 16966 Text-E-Mails 50053 HTML-E-Mails Which makes me think there are 67,019 subscribers. However, when I do the final send, it tells me that there have been 48,687 ...
- Mon Nov 08, 2010 4:45 pm
- Forum: Using OpenEMM
- Topic: Count disconnect on before and after a send.
- Replies: 2
- Views: 4020
Count disconnect on before and after a send.
OpenEmm shows the wrong count just before you send. However, shows the correct count when sent. Why is this? Can it be fixed?
- Wed Oct 13, 2010 3:52 pm
- Forum: Installation & Upgrades
- Topic: domainkey
- Replies: 29
- Views: 55206
Nevermind! I just got it. I had to go into semu.py and explicitly define the location of the smart-relay file, changing: SMART_RELAY = agn.mkpath (agn.base, 'conf', 'smart-relay') fd = open (SMART_RELAY) to: fd = open ('/home/openemm/conf/smart-relay') after that, the Sendmail queue activated and DK...
- Wed Oct 13, 2010 3:43 pm
- Forum: Installation & Upgrades
- Topic: domainkey
- Replies: 29
- Views: 55206
I'm running into the same problem on CentOS 5.5 with OpenEMM 6.0.1. I have my smart-relay set to 127.0.0.1, but it continues to send as though the relay weren't set. I modified my semu.py as: def getRelay (self, domain): if self.checkForSmartRelay: self.checkForSmartRelay = False try: SMART_RELAY = ...
- Thu Sep 23, 2010 7:18 pm
- Forum: Installation & Upgrades
- Topic: Where is the RPM?
- Replies: 1
- Views: 3846
Where is the RPM?
This could be an indication that I need new glasses, but, where can I find the RPM for install on CentOS?
I checked http://sourceforge.net/projects/openemm/files/, and while they have the zip, bin.tar.gz et. al, I cant see the RPM.
I checked http://sourceforge.net/projects/openemm/files/, and while they have the zip, bin.tar.gz et. al, I cant see the RPM.
- Fri Jan 22, 2010 10:07 pm
- Forum: Installation & Upgrades
- Topic: Post Installation Errors
- Replies: 1
- Views: 4071
- Tue Sep 15, 2009 5:37 pm
- Forum: Bugs, bug fixes & releases
- Topic: Resin is out of date
- Replies: 5
- Views: 11315
Resin is out of date
We just had a PCI scan and the version of Resin that OpenEMM uses is officially out of date and (apparently) susceptible to a lot of exploits. Since OpenEMM runs as a singular package, is there a way that I can update just Resin?
Thanks!
Thanks!
- Thu Aug 06, 2009 9:22 pm
- Forum: Using OpenEMM
- Topic: Security
- Replies: 0
- Views: 3198
Security
Our company is scanned regularly for PCI compliance. Recently the log-in for OpenEMM has been identified as an issue as the information is not encrypted on login. I'm using RHEL 5. Does anyone know what I can do to appease the PCI gods?
- Tue Mar 24, 2009 4:52 pm
- Forum: Using OpenEMM
- Topic: At my sripted wits end
- Replies: 0
- Views: 3436
At my sripted wits end
I'm trying to create a new form/scripted action for referring a friend to our mailings. I've read chapter 11, but there is little useful information for advanced action management. Are there any good sources of help out there?