Closed (fixed)
Project:
OG Mailinglist
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 19:54 UTC
Updated:
3 Sep 2014 at 15:33 UTC
Jump to comment: Most recent
Comments
Comment #1
jsibley commentedAlso, there is something called the "message validation string" under admin/og/og_mailinglist.
Is this something I need to worry about? Is it supposed to be used anywhere else?
Thanks.
Comment #2
jsibley commentedWith mailgun, am I supposed to be setting up site_info.php? If so, is this documented anywhere?
Thanks.
Comment #3
kyle_mathews commentedsite_info.php and the "message validation string" aren't needed for setting up things using Mailgun.
I don't have enough information to know why things aren't working for you. The only thing I can suggest is you double-check that you've done everything in the README.txt file - http://drupalcode.org/project/og_mailinglist.git/blob/refs/heads/6.x-1.x...
Comment #4
jsibley commentedGreat, so I know it's not the message validation string that is the problem.
Here is an extract from the log in mailgun
05/11/12 06:32 PM Posted: js@jonathansibley.net → http://www.nnj-therapists.com/og_mailinglist/mailgun_callback_mime 'Simple inbound test'
05/11/12 06:32 PM Received: js@jonathansibley.net → test_playground@nnjtherapists.mailgun.org 'Simple inbound test'
05/11/12 06:32 PM Routed: js@jonathansibley.net → test_playground@nnjtherapists.mailgun.org 'Simple inbound test' Route match: og mailinglist(0): catch_all()
Do you see an error in this? I don't see anything in my watchdog table - either an error or a notice that content was added. I've checked my api and login information and have even tried creating a new domain in mailgun.
Is there anything else I could look at to troubleshoot this? Outbound is working fine, but responses and new emails to an OG group are still not working. Thanks.
Comment #5
jsibley commentedStill no luck with inbound emails. It looks like mailgun thinks it has sent the information to Drupal, but it never gets to my Drupal site. I am writing to a log using flog and nothing seems to be getting written to the log from og_mailinglist_mailgun_new_email() via mailgun.
If I type in a URL like og_mailinglist/mailgun_callback_mime 'test', I get an access denied error.
I'll keep trying, but what else should I look at? might there be a security problem? I am on shared server. Is there something I should check with my ISP?
Comment #6
jsibley commentedThis probably should have been obvious, but I believe that there has to be anonymous access to the og_mailinglist page.
I am using Commons with forced login for most of the website. So, I had to add og_mailinglist to the allowed paths.
Now, it seems to be working.
Comment #7
kyle_mathews commentedGreat! Glad to hear you figured out the problem. I'll add a note about this to the INSTALL.txt file.
Comment #9
hash6 commentedI am facing the same issue mentioned above
I found out that to create a new content when a reply is sent to group email address (from mailgun) you need to have anonymous access to the og_mailinglist page as mentioned above.
@jsibley How did you provide an anonymous access to the og_mailinglist