I googled around for this and can''t find anything substantial. Has anyone hack their way around ActionMailer? FYI, I''m sending mails via gmail smtp. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Dec-02 22:19 UTC
Re: Help: How do I sign my mails with DKIM in Rails?
JT wrote in post #965815:> I googled around for this and can''t find anything substantial. Has > anyone hack their way around ActionMailer? > > FYI, I''m sending mails via gmail smtp.http://lmgtfy.com/?q=dkim+rails The first hit seems to be useful, unless I misunderstand. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I saw that one too. It''s a tutorial for using dkim with postfix, not rails. I can of course configure rails to use postfix, but that''s not what I''m using now, which is having rails directly replay mail through gmail smtp. On Dec 2, 2:19 pm, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> JT wrote in post #965815: > > > I googled around for this and can''t find anything substantial. Has > > anyone hack their way around ActionMailer? > > > FYI, I''m sending mails via gmail smtp. > > http://lmgtfy.com/?q=dkim+rails > > The first hit seems to be useful, unless I misunderstand. > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Dec 2, 4:51 pm, JT <jingtian...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I googled around for this and can''t find anything substantial. Has > anyone hack their way around ActionMailer? > > FYI, I''m sending mails via gmail smtp.Gmail will probably pass the DKIM-Signature header, so you might be able to just generate that yourself. I couldn''t find an open Ruby implementation, but it should be fairly straightforward to create one based on the source for dkimproxy: http://dkimproxy.svn.sourceforge.net/viewvc/dkimproxy/ --Matt Jones -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.