Configure a DNS record set change-resource-record-sets — AWS CLI 1.15.35 Command Reference

Visits: 5611To list your resources aws route53 list-hosted-zones aws route53 list-resource-record-sets –hosted-zone-id BLABLALA –query “ResourceRecordSets[?Name == ‘example.domain.’]” Use this output as the base for rebuilding the input Json file. You can write a Jason File to input into this aws route53 change-resource-record-sets –cli-input-json –cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the …

Setup Hmailserver  with ssl works with Outlook 2016 but not with Roundcube 

Visits: 2414How to generate custom self-signed SSL certificates and apply it to Dovecot – Plesk Help Center, producing the certs for HmailServer worked using these directions for OpenSSl for windows. http://slproweb.com/products/Win32OpenSSL.html cd into install dir c:\openssl-win32\bin use .\ before each command.   I followed Generate root private key: # openssl genrsa -out rootCA.key 2048 Generate …

Postfix SMTP Authentication – On The Secure Port Only

Visits: 400Paste under mynetworks: ####### smtp auth smtpd_tls_auth_only = no smtp_use_tls = yes smtpd_sasl_auth_enable = yes smtpd_sasl_type = cyrus local_recipient_maps = smtpd_use_tls = yes smtp_tls_note_starttls_offer = yes smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom ######## Then: vi master.cf Paste under smtp: smtps inet …

SAN Versus NAS: What’s the Difference and What Do You Need? – Interview test question

Visits: 356I came home after a test, preparing for the next test. I found that I got a question wrong about storage. I usually do cloud and it’s not on my resume, but still they asked and I failed.   SANs typically utilizes Fibre Channel connectivity, while NAS solutions typically use TCP/IP networks, such as Ethernet. But …

knife.rb explained

Visits: 599source: 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 …

Set Hmailserver to use Active Directory for User Login

Visits: 9706Using 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 …

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

Visits: 781I 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 …

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

Visits: 8475 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 …

Jenkins and Chef: Infrastructure CI and Automated Deployment

Visits: 732Remember 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 …

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

Visits: 3347  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 …