Page 2 of 2

Posted: Wed Oct 13, 2010 3:43 pm
by calicojack
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:

Code: Select all

 
def getRelay (self, domain):
                             if self.checkForSmartRelay:
                                     self.checkForSmartRelay = False
                                     try:
                                             SMART_RELAY = agn.mkpath (agn.base, 'conf', 'smart-relay')
                                            fd = open (SMART_RELAY)
                                             data = fd.read ().strip ()
                                             fd.close ()
                                             if data:
                                                    self.smartRelay = Spool.Relays.Smartrelay (data)
                                    except IOError:
                                            pass

but I still dont see it relaying properly. What am I missing here??

Posted: Wed Oct 13, 2010 3:52 pm
by calicojack
Nevermind! I just got it. I had to go into semu.py and explicitly define the location of the smart-relay file, changing:

Code: Select all

SMART_RELAY = agn.mkpath (agn.base, 'conf', 'smart-relay') 
                                            fd = open (SMART_RELAY) 
to:

Code: Select all

fd = open ('/home/openemm/conf/smart-relay')
after that, the Sendmail queue activated and DKIM signing started up without a problem!

Re: domainkey

Posted: Fri Feb 18, 2011 9:47 am
by Fatalin
Hello Maschoff,
Postby maschoff ยป Tue Oct 05, 2010 2:55 pm
We plan to address OpenEMM problems with DKIM this quarter.
Do you have any update on the DKIM implementation for OpenEMM ?

Thanks a lot.

Best Regards
Markus

Re: domainkey

Posted: Fri Feb 18, 2011 11:31 am
by maschoff
This feature is on our internal roadmap, but we have to finish OpenEMM 2011 (new GUI) first.

Re: domainkey

Posted: Sun Oct 02, 2011 7:47 pm
by Fatalin
Hello Maschoff,

We are looking to go from 6.2 to 2011 soon and wanted to ask if you can give us an update on the DKIM development in OpenEMM 2011?

Thank you a lot.

Best Regards
Markus

Re: domainkey

Posted: Sun Oct 02, 2011 8:12 pm
by maschoff
We will provide an extension mechanism to include custom filters with the next version of OpenEMM and we will include a demo filter. The extension API will allow third parties to develop filters to integrate additional functionality like DKIM.

Re: domainkey

Posted: Sat May 26, 2012 11:05 am
by Liam
Hi, maschoff,

Is this extension mechanism in OpenEMM 2011 or otherwise available, and if so, is there an example of using it with DKIM?
Also, does using the extension mean you lose the advantages of sending directly through sendmail?

Thanks.
Liam

Re: domainkey

Posted: Sat May 26, 2012 2:08 pm
by maschoff
The extension mechanism will be available in OpenEMM 2012 and it will cooperate with Sendmail.

Re: domainkey

Posted: Wed Feb 06, 2013 6:31 am
by motorcycletalk
This was a nightmare but I was finally able to get this all to work for our website http://www.motorcyclemarket.com/b/67/Sena.aspx and all the DKIM stuff is working. Thank you every for your help with it. Now I have to figure out how to make an html email. :mrgreen:

Re: domainkey

Posted: Wed Feb 06, 2013 10:24 am
by Liam
Well, are there any examples, how-to's, documentation on how to do it?

Re: domainkey

Posted: Tue Feb 12, 2013 11:06 am
by Fatalin
We are planning to install OpenEMM 2013 next month and have DKIM implemented with the help of an external developer. I will post more details, if we succeed.

Best Regards
Markus

Re: domainkey

Posted: Tue Feb 12, 2013 5:30 pm
by maschoff
With version 2013 the Sendmail emulation of OpenEMM (semu.py) offers support for external filters. How to implement such a filter is explained in file aps.py in directory /home/openemm/bin/scripts.

Re: domainkey

Posted: Thu Mar 14, 2013 8:59 am
by lundstro
Hi Markus,

did you have any success signing emails leaving OpenEMM with DKIM?


Kenneth

Re: domainkey

Posted: Fri Mar 15, 2013 2:07 pm
by Fatalin
We plan to integrate OpenEMM 2013 INCL DKIM in April. We are hiring a developer from Australia, who has Sendmail/DKIM/OpenEMM experience. I'll let you all know the results.
Markus

Re: domainkey

Posted: Wed Jun 19, 2013 2:30 pm
by vacancy
DKIM Wors!!!! no joking plz help us to integrate Opendkim