Category: How-to

Activating Installatron Apps on a per User/Group Basis

I’ve seen a little confusion surrounding the ability to enable/disable applications on a per user/group basis within a Domain of One’s Own environment, so I thought I’d follow up with a little tutorial: We should already know that it’s possible to set different user groups for cPanel accounts via Hosting Packages, and then customize the cPanel features that are accessible to each user group (i.e. Hosting Package) via Feature Manager….

Read More →

Email Notification Template for Zendesk Support Tickets

Last week I had a bit of free time and started looking for a way to add the Reclaim Hosting brand to the support ticket notifications that are sent out to users when they put in a request. If you have no idea what I’m talking about, here’s what the support notification used to look like when a user put in a ticket to [email protected]: Before: In short, my goals…

Read More →

Removing Email Section from cPanel

It is a common request for institutions to want to remove the Email section from cPanel for end users of Domain of One’s Own or even Managed Hosting setups. To remove Email globally across all accounts, you’ll need to log into WHM and navigate to Feature Manager: Click on the main cPanel package that end users receive. In the above case, the package is called default. If there are multiple packages listed…

Read More →

Creating a Drupal Multisite

Up until some time last week, I didn’t actually realize that a Drupal Multisite was possible. I received a support ticket asking if Drupal Multisites doable in Reclaim Hosting’s environment, and responded by saying something along the lines of, “well since single Drupal sites are possible within Reclaim, I would imagine a Multisite is as Continue reading Creating a Drupal Multisite

Read More →

Saving Email Responses using Signatures

Although I’m just a few weeks into my new position, I’m already finding myself sending out similar emails multiple times a week. This is by no means a complaint, but rather something that just comes with the territory of working with variou…

Read More →

Troubleshooting Slow Sites

Part of supporting online projects comes with the territory of troubleshooting slow websites. Sometimes it can be hard to know where to turn when you’re met with a “My site is slow!” support ticket– especially if the site is loading quickly on your end.  This post covers tips & tricks for figuring out those red…

Read More →

Creating a WordPress Template

I’ve written a little about SPLOTs in the past, but I’m looking forward to the opportunity over the next few days during Workshop of One’s Own to dive into their possibilities. Alan Levine will be joining us for the workshop as well t…

Read More →

Email Troubleshooting

The Reclaim Team has recently brought back a professional development training session each week where larger questions and concepts are discussed. This gives us a chance to bring up any pain points that have been experienced over the last week in a place where everyone is devoted to learning for an hour. We have a #profdev slack channel where we make notes like Troubleshooting Slow Sites or Updating WHMCS, and then everyone agrees on an available time to meet. It’s been a great system and already proving to be very helpful. The other week, our Professional Development session was focused on Troubleshooting Email. Configuring email can be tough as it is, so troubleshooting email can be a real bear. I’ve included my notes from the meeting below, as I’m planning on coming back to reference them. 🙂 And if I can benefit from having these published, then maybe someone else can, too! Goals for Troubleshooting: -Look for/ Request IP address. Is it blocked? -Request User’s email client settings -Search for error messages -Gathering as much information as possible using the tools below Features & Tools in cPanel Email Accounts Where you can create email addresses, view existing ones, and access webmail on the server. If you can view certain emails from within the webmail client but the user can’t receive email on their local client, this is usually an issue with their Email Configuration Settings. Forwarders This allows you to send a copy of any incoming email from one address to another so that you only have one inbox to check. You can also use this section to forward all email accounts from one domain to another. If forwarders aren’t set up properly, this may be a reason for why email isn’t being relayed to the expected location. Email Routing If you’re planning on using Google suite and another third-party mail client, you MUST set your email routing settings to Remote Mail Exchanger. Autoresponders Set up automated emails to go out if your inbox receives mail. These are your ‘Out of Office’, etc. responses. Default Address Maintenance This feature will “catch” emails that are sent to an invalid email address for your domain. So for instance, if someone sends an email to [email protected], I ordinarily wouldn’t receive it because I don’t have that email address set up. This feature allows you to say, “If anyone sends mail to an email address with my domain name in it, regardless if it’s been set up or not, forward it here.” Reclaim Hosting’s default setting is to discard these emails since they’re generally loaded with spam. So if a user has this setting turned on and then complains of an excess of spam, this could likely be the smoking gun. Mailing List We’ve found that this feature doesn’t work well at all, so we don’t directly support this. Instead, we recommend using GNU Mailman or Google Groups. Track Delivery & Apache SpamAssassin This is our go-to, one-stop shop for troubleshooting. This is where we as admins or the user can go to see what happened on the server. You can see successful email activity, failed sent emails, and deferred emails (meaning: emails are put on a queue to retry sending again). Time stamps, spam score ratings*, and event details (sender IP, user, router, etc.) are also available as well. *Apache SpamAssassin is turned off by default, but can be enabled within the icon. It rates all incoming mail and filters what it defines as spam. SpamAssassin defines what spam is by rating it based on a set up specified rules. Everything over a 5+ rating is sent to the spam folder. You can modify the rating number and auto-delete spam under the Apache spam assassin icon. Global Email Filters We’ve received tickets in the past where folks had spam coming through so the users wanted to set a filter to automatically delete specific emails. cPanel has guides on this that can be found here. Authentication & Calendar Honestly, Reclaim Hosting isn’t all too familiar with this feature, but cPanel has written guides on setting it up here. There are so many better alternatives for managing contacts and calendars, so we rarely, if any at all, get requests for folks wanting to use their cPanel for this. Boxtrapper This is not that useful in our opinion. BoxTrapper “protects” you from spam by requiring all email senders not on your Whitelist confirm their identity before you can receive their mail. While that sounds great in theory, confirmation emails with a ‘noreply@’ email address would never make it to your inbox since there’s no one on the other end managing the address. This will also double your email incoming/outgoing quota. Email disk usage Allows you to view which email folders (inbox, spam, trash, etc.) are taking up the most space, and gives you the option to delete mail in bulk. Email Tools in WHM Mail Delivery Reports This gives you the status of emails from all accounts on the server. It’s very similar to cPanel’s Track Delivery feature, but on a larger scale. This is a good starting point for admins who are troubleshooting mail delivery on the server. Mail Queue Manager This feature allows you to view and manage email messages queued for delivery. The only time I’ve seen the queue get backed up on the server is when there’s been a hacked account sending out a ton of email at once and hitting their ingoing/outgoing quota. So this feature can be helpful to track down what’s happening to a specific account. ConfigServer Mail Queue Same deal as above, but provides more options for refining your search. This is where Reclaim Hosting goes to delete queues that are backed up. Email Processes in FTP If you log in as Root on the server and navigate to var/log/, you can look through a couple different processes here: exim_mainlog– successful activity exim_paniclog– server level issues with the exim function exim_rejectlog– emails that were blocked due to a variety of things like spam blacklist var/log/maillog– shows failed […]

Read More →
css.php