History of  Sendmail

Views: 658   Sendmail Eric Allman Most people think of electronic mail as the program that they interact with—their mail client, technically known as a Mail User Agent (MUA). But another important part of electronic mail is the software that actually transfers the mail from the sender to the recipient—the Mail Transfer Agent (MTA). The …

Basic anti-Spammer Auth for Sendmail  SMTP AUTH @proofpoint

Views: 1189I added this code to the end of my sendmail.mc at the beginning, right after the notes before include(/usr/share/sendmail-cf/m4/cf.m4′)dnl VERSIONID(setup for linux’)dnl Be sure that the space in the middle that looks like a tab really is a tab and not spaces This is what I added: SLocal_check_rcpt R$* $: $&{auth_type} R$+ $# OK …

Removing @Apache HTTP Server – How to #LAMP

Views: 333Here are really great instructions for removing Apache Httpd server. Removing Apache HTTP Server Removing Apache HTTP Server ensures that, it’s existing files or services will not create conflict when we install Apache HTTP Server from the source code. The following procedure will completely remove Apache HTTP Server from our system. 1) Removing Apache HTTP Server Packages 2) Removing Apache User and …

How to clean up mysql installation on centos / Amazon Linux ? I want to make simpler servers available for my Charming Customers

Views: 610 Some time we faces issues with MySQL installation on Linux machine. If we simply remove MySQL packages and re-install doesn’t fixes the issue, in that case old settings may still exists on server which again affects new install. In that case first uninstall MySQL completely from system and erase all settings of old …

Hey guys, I need some Mitzvah crowd Funding for Costa Rica Service Summit

Views: 346 http://servicesummitcr.com/index_en.html Hey guys, I need some Mitzvah crowd Funding. AS you may know that in addition to being Sofer Stam, making Tefillin, megilot, etc. that I am bootstrapping a cloud startup. I make Server images on AWS and sell these by the hour in the AWS Marketplace. http://charming.co.il/aws-marketplace   We are making a …

Can’t delete IAM role because policies are attached · Harder to remove IAM than to create it

Views: 730I am trying to uninstall a role , policy and profile in AWS command line. I made a script that creates the role, etc but need to make an uninstall script. ~/.local/bin/aws iam create-role –role-name CharmingMachineBashRole –assume-role-policy-document file:///usr/local/sbin/AllowSecGroupCreate.json ~/.local/bin/aws iam attach-role-policy –role-name CharmingMachineBashRole –policy-arn arn:aws:iam::aws:policy/AmazonEC2FullAccess ~/.local/bin/aws iam create-instance-profile –instance-profile-name CharmingMachineBash-Instance-Profile ~/.local/bin/aws iam add-role-to-instance-profile –role-name …

What’s the Difference Between #Linux EXT, XFS, and BTRFS Filesystems? XFS is best for #MongoDB. https://aws.amazon.com/marketplace/pp/B0743JXYP2/?ref=_PTNR_chbl

Views: 2451MongoDB is happiest, runs fast and is accurate with XFS file system. It takes a while  away from your day job to configure MongoDb properly. With a 5 day free trial you can get MongoDB Pre-installed properly on an AWS EC2 XFS is a 64-bit journaling file system initially developed by Silicon Graphics. It …

@MongoDB: Setting up @Windows 2016 Server, Soon Linux too

Views: 1217Below is what I did for Windows installation with Password Security. You can easily install MongoDB on Windows Server 2016 on AWS Marketplace:    https://aws.amazon.com/marketplace/pp/B07B5KMNMB   Install the MSI that you download from official mongodb site. After that it still needs some work Run in CMD window not powershell.. “C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe” –config “C:\Program Files\MongoDB\Server\3.6\mongod.cfg” –install …

Announcing New Secure MongoDB 3.6 on Windows Server 2016

Views: 824MongoDB 3.6 on #Windows 2016 Server Password protected and ready for connections. This Mongodb installation is password protected and open to internet Connections. MongoDB 3.6 is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. Best of all is on Windows. The default …

RoundCube with Mail Server on Windows – HmailServer Superior to GSuite, Office 365 or Yahoo Mail

Views: 4849RoundCube with Mail Server on Windows is a simple solution for your organization’s Email needs Switch from Gsuite to Charming Full Email Server HmailServer with WebMail Why would you want to switch from Gsuite, Yahoo mail, Office 365, etc. to your own cloud host using a Pre-configured HmailServer  with Roundcube? Gsuite is difficult to …

Extending a Windows File System after Resizing the Volume – Amazon Elastic Compute Cloud

Views: 735There are several short steps that you need to follow to enlarge your EBS volume on a Windows EC2 instance. After expanding the EBS Volume from the EC2 console, Windows needs to know whether you want it as the same Drive letter or to exapand the existing one.   https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-modify-volume.html  Modifying an EBS Volume …