Problem with incoming emails!

miladmohabati

New Member
Aug 27, 2023
10
0
1
I receive emails, but it is not shown in the incoming mail and statics section
and I don't see in traking center
why?
 

Attachments

  • efwe.png
    efwe.png
    69.5 KB · Views: 25
Last edited:
trafic in is 0
how to resolve it?

View attachment 55405
yes, pointing your mx record to pmg domain, and give priority smaller than the mail server mx record it selft

example :

type : MX
host : @
pointsto : yourmaildomain.tld
priority : 10
ttl : 3600

type : MX
host : @
pointsto : pmgdomain.tld
priority : 5
ttl : 3600

with this method u direct the incoming mail to pmg first and then to the mail server, so in the pmg dashboard the incoming mail traffic will be reach the total number traffic every 12 or 24 hours a day
 
Last edited:
  • Like
Reactions: miladmohabati
yes, pointing your mx record to pmg domain, and give priority smaller than the mail server mx record it selft

example :

type : MX
host : @
pointsto : yourmaildomain.tld
priority : 10
ttl : 3600

type : MX
host : @
pointsto : pmgdomain.tld
priority : 5
ttl : 3600

with this method u direct the incoming mail to pmg first and then to the mail server, so in the pmg dashboard the incoming mail traffic will be reach the total number traffic every 12 or 24 hours a day
thanks. it worked