Skip to main content

Posts

Showing posts from June, 2020

How To configure bounce setting in Mautic..

How To configure bounce setting in Mautic.. Introduction Mautic being an opensource marketing solution provides you with various features such as email organization through segmentation and sending targeted emails through campaigns with email monitoring. In order to comprehend the impact of your campaign, you need to track how much of your sent emails are being successfully sent and how many emails are being dropped. You can do this by checking bounced emails in your campaign. Why do emails get bounced? Reasons for getting an email bounce notification can be many; from email address being changed, a domain has changed, the recipient's mailbox is full, etc. Types of email bounces: Hard Bounces:- A hard bounce of an email is caused by permanent non-deliverable conditions such as the recipient's email address is missing or invalid. Many other reasons for a hard bounce to occur are the non-existence of the recipient’s domain, unknown recipient, error in typ...

How to install Mailtrain on Ubuntu 18.04 [step by step]

How to install Mailtrain on Ubuntu 18.04 [step by step] WHY   :- To need  Free Email Verifier and Email Sender [open source] WHEN:- You tired with high paying here and there .  HOW  :- Follow given info..  Hardware Requirement        1:- VPS/Dedicated Server with Ubuntu OS .        2:- Your Domain Name Pointed With Main IP of your Server. Software Requirement  A hosting server with a minimum of 1GB ram available for Mailtrain service. (To be at safer side, it is recommended to have slightly higher capacity) Node.js (v7+) MySQL (v5.5+ or MariaDB) Redis (for session storage) A user account with Pepipost. If you don't have one, click here to signup and get started with 30,000 emails Installation Step are :- https://github.com/Mailtrain-org/mailtrain

POWER MTA (PMTA) INSTALLATION STEP BY STEP ON LINUX VPS/DEDICATED SERVER

POWER MTA (PMTA) INSTALLATION STEP BY STEP Installing on Linux Step1:- Download Your PMTA license form port25.com login area. Step2:- Run rpm install command.. # rpm -ivh Powermta******* Step3:- Copy your license key in /etc/pmta/   location # cp -rvf license /etc/pmta Step4:-   PMTA config file setup with add your IP and Domain info as per pmta guide.. # vim /etc/pmta/config  Step5:- Check pmta installation done and running by given command # service pmta restart # service pmtahttp restart Step6:- Done.  Installing on Microsoft Windows Follow guide instruction given by port25.com

How to Setup You Own Name Server On Godaddy

How to Setup You Own Name Server On Godaddy Dear Viewer I am going to Show you how you can setup your own Name Server for Godaddy Domain , Why :- You want to use your OWN DNS Server.. When:- You Have , LAMP server or Other kind of DNS server up and  Running Then you want full control on your Domain setting or A, MX , TXT , CNAME etc Record want to add  your self as much as without help of godaddy login How:- Here is Simple Step by Step guide How to Setup own name server for any Godaddy Domain Step1:- Login Godaddy.com by your Customer Id & Pass or By  Email Id Pass.. Step2:- Find your Domain and Select Your Domain DNS as given.                         https://prnt.sc/t5wdqt Step3:- Scroll down screen then and click on  Host names                              https://prnt.sc/t5wf5u ...

How To Setup Customise Name Server on namecheap.com for any domain

How To Setup Customise Name Server on namecheap.com for any domain   Dear Viewer  Here is very simple step How you want to setup your own name server for your own dns  you setup any where either you setup LAMP server or any control panel like cpanel on your Server. Step1: - Login Namecheap. Step2: - Select Your Domain Name  Step3: -  Select Advance DNS first & Scroll Down and find ADD Name server Tab Step 4: - Click on  Add Nameserver   and select NS1 by drop down manu                    ns1    and Your IP address as given snap done.and do the same for ns2.               ns2   and  Your IP address   done. Step5: - Click on Search and check Ip added properly for ns1 ns2 or not if yes then go for next. Step6: - Scrol Up screen and click on first Tab DOMAIN Step7: - Now Select Custom DNS as snap [ https://prnt.sc/sujue7] Step 8 ...

Fully Featured Mail Server using Postal step by step

OWN SMTP Server Setup with Postal (Step by Step Guide) STEP 1:- Setup FQDN , Hostname             $ sudo hostname postal.yourdomain.com STEP2:- Install given package&service             $sudo apt-get install apt-transport-https ca-certificates STEP3:-   Install complete postal mail and wait for finish by given command              $ curl https://raw.githubusercontent.com/atech/postal/master/script/install/ubuntu1604.sh | sh    STEP4:- postal make-user     | run this command and setup id pass for postal login STEP5:- postal restart STEP6:- Access Postal web url by..by put your server ip in browser or  your hostname  Step7:-Login with your ID & PASS you step on step4 Step8:- you can apply given setting if you need more setting other wise go with default till step7          #  apt -y install certbot ...