Emails are sent fine but i am not being able to receive a single email
-
- Posts: 13
- Joined: Mon Apr 09, 2018 10:48 am
- Os: Ubuntu 15x
- Web: apache + nginx
Re: Emails are sent fine but i am not being able to receive a single email
I don't think this is the issue, because with everything same on another server, mail is sent as well recieved smoothtly.
I tried installing it again and again, the problem is sometimes it works, sometimes it doesn't.
I tried installing it again and again, the problem is sometimes it works, sometimes it doesn't.
-
- Posts: 1
- Joined: Thu Jan 23, 2020 3:40 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: Emails are sent fine but i am not being able to receive a single email
There are 3 steps to debug & solve this issue
=====CASE 1 HOSTING ONLY ONE DOMAIN WITH VETSA CP =====
1) If you are using VestCP most probably you have VPS with single rDNS record , you have to put the domain name correctly there as like say abcd.com
2) Then you must have SSL installed for that domain abcd.com from VestaCP Let's Encrypt
--> Check whether you have created child name servers with your domain provider & also Created A record there with your IP Address. (Total 3 records in Domain Registar)
3) Open terminal and type nano /etc/exim/exim.conf then set variable SPAM_SCORE TO 15,Then reset exim server from vestacp ->servers->exim->reset
No any extra setup
====CASE 2 HOSTING MULTIPLE DOMAINS WUTH VESTA CP ====
in this case you have two types of domains 1) primary domain (setup it as above) 2) secondary domains
1) Setup primary domain as per CASE 1 then Create the name servers (inside Vesta CP ) under admin user --> say abcd.com is our primary domain then create ns1.abcd.com & ns2.abcd.com pointing to your ip address
2) now in domain registar (for secondary domains) instead of using default name servers, use ns1.abcd.com & ns2.abcd.com
then no any extra setup is needed.. but if you points secondary domains using only ip address & default name servers of domain registar you can only send mails not receive mails. Cause most VPS providers gives only 1 rDNS entry.
=====CASE 1 HOSTING ONLY ONE DOMAIN WITH VETSA CP =====
1) If you are using VestCP most probably you have VPS with single rDNS record , you have to put the domain name correctly there as like say abcd.com
2) Then you must have SSL installed for that domain abcd.com from VestaCP Let's Encrypt
--> Check whether you have created child name servers with your domain provider & also Created A record there with your IP Address. (Total 3 records in Domain Registar)
3) Open terminal and type nano /etc/exim/exim.conf then set variable SPAM_SCORE TO 15,Then reset exim server from vestacp ->servers->exim->reset
No any extra setup
====CASE 2 HOSTING MULTIPLE DOMAINS WUTH VESTA CP ====
in this case you have two types of domains 1) primary domain (setup it as above) 2) secondary domains
1) Setup primary domain as per CASE 1 then Create the name servers (inside Vesta CP ) under admin user --> say abcd.com is our primary domain then create ns1.abcd.com & ns2.abcd.com pointing to your ip address
2) now in domain registar (for secondary domains) instead of using default name servers, use ns1.abcd.com & ns2.abcd.com
then no any extra setup is needed.. but if you points secondary domains using only ip address & default name servers of domain registar you can only send mails not receive mails. Cause most VPS providers gives only 1 rDNS entry.