knife.rb explained

source: https://gist.github.com/jtimberman/1718805   # Knife Configuration File. # # This is a Ruby DSL to set configuration parameters for Knife’s # general options. The default location for this file is # ~/.chef/knife.rb. If multiple Chef repositories are used, # per-repository configuration files can be created. A per repository # configuration file must be .chef/knife.rb in the …

Set Hmailserver to use Active Directory for User Login

Using Active Directory LDAP might be more secure than using the standard Hmailserver user verification. This was really simple, as most things are with HmailServer. I set the local Windows 2012 Server as the AD. Source: Install Active Directory on Windows Server 2012 show directions how to do this. I did this for our pre-installed Charming …

Customer Portal – Password Reset sends ****** — Vtiger

I am not sure if these instructions work for Vtiger 7 or not, will try and maybe update here Hi please check this for vt 6.5 password reset problem: in file soap/customerportal.php line 1140 find this code: ********************************** if (!empty($adb->query_result($res, 0, ‘cryptmode’))) { $password = ‘*****’; // TODO – we need to send link to …

HOW TO: Install Spamassassin For Windows and SPAMD service – hMailServer forum

HOW TO: Install Spamassassin For Windows and SPAMD service Quote Post by jimimaseye » 2015-04-27 11:13 This tutorial is a re-publish of a tutorial already on this forum, but simplified for clarity). It’s aim is to install Spamassassin and its service for running in connection with the default integration with Hmailserver. It is a simple procedure that should only …

Jenkins and Chef: Infrastructure CI and Automated Deployment

Remember for your interview and even more important to keep that job! Jenkins does infrastructure as code Chef  as well as puppet do configuration management Git is a Source Code Management (SCM) system not software configuration management system https://github.com/gchq/BoilingFrogs/issues/5 So you need all 3 Manage your code updates, even scripts in Github. Git remember every …

Claws mail 3.11.1 and 3.6 Could not queue message for sending – Ask Ubuntu

  In Windows – for version 3.6 of Claws Mail Click Configuration – Preferences for Current account – Advanced and select the correct folders from your IMAP server. Most put the qued messages in draft. They disappear after they’re sent.   Go into the Configuration/Preferences/Advanced for this account. Specify a folder for queued messages (eg. …

Who knew ? #Email Client Market Share and Popularity – April 2018 – #Outlook is distant 5th

Outlook refuses to connect to Linux Dovecot  / Postfix (Linux which MS claims to now love)   I will now test my servers for usefulness on Androids and Iphones and webmail that I configure!!!1 Way toooooooo many wasted nights trying to get it to work. Just let it go. #1              Apple …

Set up a Postfix Mail Server With Dovecot and Squirrelmail on Ubuntu 16.04 – 1&1

Simple setup for Postfix without MySql. I am following directions from link at the end. Firewall Access You will need to set your firewall(s) to allow access to the following ports: SMTP: 25 POP3: 110 IMAP: 143 SMTP Secure: 465 MSA: 587 IMAP Secure: 993 POP3 Secure: 995 … Configure Postfix After the installation is complete, run the command to configure Postfix: …

Data #Privacy Concerns with @Gmail – Hacker Noon. It’s time for your own your #Corporate #Email Server

If you are a drop concerned about privacy take your email out of the Gmail Google universe Get your own Email Server instead of having all of your email secrets mined for profit and given away to authorities that you haven’t authorized. When you use Gmail as well as other google products your emails are …

WooCommerce Shortcodes Comprehensive Guide Product Categories Product Categories 

Product Categories Product Categories allow you to add product categories loop and output with this shortcode: [product_category category=”one”]. For the purpose of categories section, here are seven more attributes you can apply to this shortcode: ‘number‘ => ‘null‘, – This shortcode represent the number of categories. ‘orderby‘ => ‘name‘, – This shortcode represent the order, “name” and “date” …