Forum Activity for @brian

brian
@brian
10/03/15 08:02:14AM
10,149 posts

mailgun stopped working


Design and Skin Customization

soaringeagle:
i thought the whole purpose was to avoid any possibility that your ip is flagged as spam and messages going to spam box
alsoo to handle outgoing mail that is bounced back as undeliverable

thats my main reason why i want to use it everytime i send a broadcast message i get about 1500 or more message not deliverable emails flooding my inbox

if its mostly for incoming i have a contact us thingy that i use wich works great
so i wouldnt need it

You misunderstand how Mailgun works. When you configure your local SMTP server to use a "smarthost" (that's what the guide I linked to above is basically doing) what happens is that your server SENDS outgoing email to Mailgun, and they THEY deliver it. Your server only ever talks to Mailgun. If a message bounces, it will come back to Mailgun's servers - NOT yours - since Mailgun does all the delivery. You need to think of your local SMTP server as simply being a local queue system that you can dump email into, and it will in turn forward it all over to Mailgun. This is MUCH faster than using a web API, since Postfix is designed to handle hundreds of emails being added to it's delivery queue in a matter of seconds. It will then properly forward those over to Mailgun for delivery.

https://en.wikipedia.org/wiki/Smart_host
brian
@brian
10/02/15 02:57:00PM
10,149 posts

User Comments - invalid comment module or comment module is not active


Installation and Configuration

sekeri:
Yes, both created with Aparna. By the way I have found the reason; module name was mgarticle in some code I have updated it as mgArticle and it is solved.

Glad to hear that it's working.

Quote:
Thanks for your support and hope to see you more around here :)

I have been following the forum almost everyday and can see that rest of the team is really making a great job !!

Yep - we have a great team here and we all cover for each other!

Quote:
Another note: I have noticed that the site search in Jamroom.net is not working very well. Most of the time I could not find the relevant content. fyi

If you can give me an example of what you were searching for, and what you expected to be found, that would be awesome.

Thanks!
brian
@brian
10/02/15 02:55:06PM
10,149 posts

mailgun stopped working


Design and Skin Customization

soaringeagle:
they think the issues in the module

The Mailgun module? Are you sending email using the Mailgun module? If so, you really need to configure Postfix on your server to use Mailgun as a "smart host" - it's very easy:

https://community.rackspace.com/products/f/28/t/63

While the mailgun module CAN be used to send email for Jamroom, it's going to be much, much slower than using your local SMTP server (since every request is an HTTPS API call). The main purpose for the Mailgun module is to provide Mailgun parsing and support for INCOMING email (i.e. Support Tickets).

Let me know if that helps.
updated by @brian: 10/02/15 02:55:27PM
brian
@brian
10/02/15 02:52:55PM
10,149 posts

mailgun stopped working


Design and Skin Customization

soaringeagle:
actualy the real issue is
they have the wrong ip!
when searching the ip the ip belongs to rackspace
i use hivelocity and have never used rackspace
i deleted and recreated the domain and it still says rackspace ip

Mailgun is part of Rackspace - that IP address is the Mailgun IP Address that your email sent FROM mailgun will be sent OUT.
brian
@brian
10/02/15 02:45:54PM
10,149 posts

User Comments - invalid comment module or comment module is not active


Installation and Configuration

sekeri:
I have two Aparna modules;
it works for lessons module but not for articles module.

Were both of these modules created with Aparna?

Quote:
By the way, nice to see you again on the forum

I've been traveling extensively over the last 6 months or so with my family - I'm happy that the rest of the team has been holding things down for me :)
brian
@brian
10/02/15 02:33:21PM
10,149 posts

User Comments - invalid comment module or comment module is not active


Installation and Configuration

This means the "comment_save" view when saving a comment did not get a valid comment_module value. Are you sure the cloned module is active?

Thanks!
brian
@brian
10/02/15 02:30:24PM
10,149 posts

Activity log server still not show log entry details.


Using Jamroom

It's the (optional) 3rd parameter to jrCore_logger - i.e.

$_array = array(
   'key1' => 'value1',
   'key2' => 'value2'
);
jrCore_logger('INF', 'This is the activity log message', $_array);

ANY value is valid for the 3rd parameter and it will be shown as the "debug".

Hope this helps!
updated by @brian: 10/02/15 02:30:32PM
brian
@brian
10/02/15 02:28:58PM
10,149 posts

Strange page.


Installation and Configuration

This is due to the index.tpl file in the jrUser/templates directory - which is shown when a system is "private". We'll need to get a check in for that to NOT let the core show it if user privacy is enabled - we'll get that fixed up.
brian
@brian
10/02/15 08:08:34AM
10,149 posts

Activity log server still not show log entry details.


Using Jamroom

DannyA:
FYI, the update you made the other day to the cloud log module did not work. We still cannot see button to see details of log entry.

Hmm - I tested here locally and didn't see any issues, but will test it on my dev cloud system.
brian
@brian
10/02/15 08:07:50AM
10,149 posts

mailgun stopped working


Design and Skin Customization

soaringeagle:
may have found the issue dreadlockssite.com is verified but not www.dreadlockssite.com

You should not have BOTH in Mailgun - you should only have one.
  353