Email not getting redirected to as per MX record to business email serverPostfix: How do I Make Email Aliases Work?Postfix - distribution of mail users not workingPostfix rejects all incoming mail (Client host rejected: Access denied)SquirrelMail inbox blank, emails not being stored correctlyPostfix holds email from domainPOSTFIX fatal: no SASL authentication mechanismsPostfix alias only forwarding to local usersMy mail server is sending a lot of spam using my domain554 5.7.1 Relay access denied Postfix Open RelayStatus=bounced unknown user “xxxx”
Fitch Proof Question
Point of the the Dothraki's attack in GoT S8E3?
Set collection doesn't always enforce uniqueness with the Date datatype? Does the following example seem correct?
If your medical expenses exceed your income does the IRS pay you?
Should I replace my bicycle tires if they have not been inflated in multiple years
How was the quadratic formula created?
Why was the battle set up *outside* Winterfell?
What is the most remote airport from the center of the city it supposedly serves?
How do I tell my manager that his code review comment is wrong?
What is the difference between 反日 and 日本たたき?
Why are prions in animal diets not destroyed by the digestive system?
Would Hubble Space Telescope improve black hole image observed by EHT if it joined array of telesopes?
Why Isn’t SQL More Refactorable?
Does a card have a keyword if it has the same effect as said keyword?
Are there any Final Fantasy Spirits in Super Smash Bros Ultimate?
I drew a randomly colored grid of points with tikz, how do I force it to remember the first grid from then on?
Have I damaged my car by attempting to reverse with hand/park brake up?
Has a commercial or military jet bi-plane ever been manufactured?
Why do people keep telling me that I am a bad photographer?
Would glacier 'trees' be plausible?
What property of a BJT transistor makes it an amplifier?
Out of scope work duties and resignation
What was the first instance of a "planet eater" in sci-fi?
Missing Piece of Pie - Can you find it?
Email not getting redirected to as per MX record to business email server
Postfix: How do I Make Email Aliases Work?Postfix - distribution of mail users not workingPostfix rejects all incoming mail (Client host rejected: Access denied)SquirrelMail inbox blank, emails not being stored correctlyPostfix holds email from domainPOSTFIX fatal: no SASL authentication mechanismsPostfix alias only forwarding to local usersMy mail server is sending a lot of spam using my domain554 5.7.1 Relay access denied Postfix Open RelayStatus=bounced unknown user “xxxx”
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I've purchased business email so all emails to contact@anikadigital.in
should go to privateemail.com
as per the MX record of anikadigital.in
.
Here is the MX lookup of anikadigital.in:
DNS server handling your query: localhost
DNS server's address: 127.0.0.1#53
Non-authoritative answer:
anikadigital.in mail exchanger = 10 mx1.privateemail.com.
anikadigital.in mail exchanger = 10 mx2.privateemail.com.
but still I'm getting this error in the syslog
file:
A091021432: to=<contact@anikadigital.in>, relay=none, delay=0.02, delays=0.01/0/0/0.01, dsn=5.1.1, status=bounced (User unknown in virtual alias table)
How can that be?
Here is the postfix configuration. I've mangled other domains however I've retained the anikadigital.in domain as it is:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
always_bcc = contact@anikadigital.in
append_dot_mydomain = no
biff = no
inet_interfaces = all
inet_protocols = ipv4
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, localhost, localhost.localdomain, localhost
myhostname = host.digittions.in
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
smtpd_use_tls = yes
virtual_alias_domains = digittions.in indiacc.com cffd.com def.com duplicateticket.com karera.digitaltransactions.in mail.digittions.in idoff.com accrec.in anikadigital.in passport.anikadigital.in pan.anikadigital.in tpst.in
virtual_alias_maps = hash:/etc/postfix/virtual
postfix
add a comment |
I've purchased business email so all emails to contact@anikadigital.in
should go to privateemail.com
as per the MX record of anikadigital.in
.
Here is the MX lookup of anikadigital.in:
DNS server handling your query: localhost
DNS server's address: 127.0.0.1#53
Non-authoritative answer:
anikadigital.in mail exchanger = 10 mx1.privateemail.com.
anikadigital.in mail exchanger = 10 mx2.privateemail.com.
but still I'm getting this error in the syslog
file:
A091021432: to=<contact@anikadigital.in>, relay=none, delay=0.02, delays=0.01/0/0/0.01, dsn=5.1.1, status=bounced (User unknown in virtual alias table)
How can that be?
Here is the postfix configuration. I've mangled other domains however I've retained the anikadigital.in domain as it is:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
always_bcc = contact@anikadigital.in
append_dot_mydomain = no
biff = no
inet_interfaces = all
inet_protocols = ipv4
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, localhost, localhost.localdomain, localhost
myhostname = host.digittions.in
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
smtpd_use_tls = yes
virtual_alias_domains = digittions.in indiacc.com cffd.com def.com duplicateticket.com karera.digitaltransactions.in mail.digittions.in idoff.com accrec.in anikadigital.in passport.anikadigital.in pan.anikadigital.in tpst.in
virtual_alias_maps = hash:/etc/postfix/virtual
postfix
3
The email is tocontact@
. In your virtual file you only havecontactus@
.
– Gerald Schneider
Apr 24 at 7:51
@GeraldSchneider how does it matter? because the MX record is pointing to privateemail.com server so any email sent to contact@anikadigita.in should go to my new business email mail box and to this server on which site is hosted
– user5858
Apr 24 at 9:58
So, your actual question isWhy does email reach my server X even when the MX record points to server Y
?
– Gerald Schneider
Apr 24 at 10:02
@GeraldSchneider actually yes
– user5858
Apr 24 at 10:03
1
I took the liberty of removing everything irrelevant to the actual question.
– Gerald Schneider
Apr 24 at 10:05
add a comment |
I've purchased business email so all emails to contact@anikadigital.in
should go to privateemail.com
as per the MX record of anikadigital.in
.
Here is the MX lookup of anikadigital.in:
DNS server handling your query: localhost
DNS server's address: 127.0.0.1#53
Non-authoritative answer:
anikadigital.in mail exchanger = 10 mx1.privateemail.com.
anikadigital.in mail exchanger = 10 mx2.privateemail.com.
but still I'm getting this error in the syslog
file:
A091021432: to=<contact@anikadigital.in>, relay=none, delay=0.02, delays=0.01/0/0/0.01, dsn=5.1.1, status=bounced (User unknown in virtual alias table)
How can that be?
Here is the postfix configuration. I've mangled other domains however I've retained the anikadigital.in domain as it is:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
always_bcc = contact@anikadigital.in
append_dot_mydomain = no
biff = no
inet_interfaces = all
inet_protocols = ipv4
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, localhost, localhost.localdomain, localhost
myhostname = host.digittions.in
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
smtpd_use_tls = yes
virtual_alias_domains = digittions.in indiacc.com cffd.com def.com duplicateticket.com karera.digitaltransactions.in mail.digittions.in idoff.com accrec.in anikadigital.in passport.anikadigital.in pan.anikadigital.in tpst.in
virtual_alias_maps = hash:/etc/postfix/virtual
postfix
I've purchased business email so all emails to contact@anikadigital.in
should go to privateemail.com
as per the MX record of anikadigital.in
.
Here is the MX lookup of anikadigital.in:
DNS server handling your query: localhost
DNS server's address: 127.0.0.1#53
Non-authoritative answer:
anikadigital.in mail exchanger = 10 mx1.privateemail.com.
anikadigital.in mail exchanger = 10 mx2.privateemail.com.
but still I'm getting this error in the syslog
file:
A091021432: to=<contact@anikadigital.in>, relay=none, delay=0.02, delays=0.01/0/0/0.01, dsn=5.1.1, status=bounced (User unknown in virtual alias table)
How can that be?
Here is the postfix configuration. I've mangled other domains however I've retained the anikadigital.in domain as it is:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
always_bcc = contact@anikadigital.in
append_dot_mydomain = no
biff = no
inet_interfaces = all
inet_protocols = ipv4
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, localhost, localhost.localdomain, localhost
myhostname = host.digittions.in
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
smtpd_use_tls = yes
virtual_alias_domains = digittions.in indiacc.com cffd.com def.com duplicateticket.com karera.digitaltransactions.in mail.digittions.in idoff.com accrec.in anikadigital.in passport.anikadigital.in pan.anikadigital.in tpst.in
virtual_alias_maps = hash:/etc/postfix/virtual
postfix
postfix
edited Apr 25 at 17:28
user5858
asked Apr 24 at 7:48
user5858user5858
761114
761114
3
The email is tocontact@
. In your virtual file you only havecontactus@
.
– Gerald Schneider
Apr 24 at 7:51
@GeraldSchneider how does it matter? because the MX record is pointing to privateemail.com server so any email sent to contact@anikadigita.in should go to my new business email mail box and to this server on which site is hosted
– user5858
Apr 24 at 9:58
So, your actual question isWhy does email reach my server X even when the MX record points to server Y
?
– Gerald Schneider
Apr 24 at 10:02
@GeraldSchneider actually yes
– user5858
Apr 24 at 10:03
1
I took the liberty of removing everything irrelevant to the actual question.
– Gerald Schneider
Apr 24 at 10:05
add a comment |
3
The email is tocontact@
. In your virtual file you only havecontactus@
.
– Gerald Schneider
Apr 24 at 7:51
@GeraldSchneider how does it matter? because the MX record is pointing to privateemail.com server so any email sent to contact@anikadigita.in should go to my new business email mail box and to this server on which site is hosted
– user5858
Apr 24 at 9:58
So, your actual question isWhy does email reach my server X even when the MX record points to server Y
?
– Gerald Schneider
Apr 24 at 10:02
@GeraldSchneider actually yes
– user5858
Apr 24 at 10:03
1
I took the liberty of removing everything irrelevant to the actual question.
– Gerald Schneider
Apr 24 at 10:05
3
3
The email is to
contact@
. In your virtual file you only have contactus@
.– Gerald Schneider
Apr 24 at 7:51
The email is to
contact@
. In your virtual file you only have contactus@
.– Gerald Schneider
Apr 24 at 7:51
@GeraldSchneider how does it matter? because the MX record is pointing to privateemail.com server so any email sent to contact@anikadigita.in should go to my new business email mail box and to this server on which site is hosted
– user5858
Apr 24 at 9:58
@GeraldSchneider how does it matter? because the MX record is pointing to privateemail.com server so any email sent to contact@anikadigita.in should go to my new business email mail box and to this server on which site is hosted
– user5858
Apr 24 at 9:58
So, your actual question is
Why does email reach my server X even when the MX record points to server Y
?– Gerald Schneider
Apr 24 at 10:02
So, your actual question is
Why does email reach my server X even when the MX record points to server Y
?– Gerald Schneider
Apr 24 at 10:02
@GeraldSchneider actually yes
– user5858
Apr 24 at 10:03
@GeraldSchneider actually yes
– user5858
Apr 24 at 10:03
1
1
I took the liberty of removing everything irrelevant to the actual question.
– Gerald Schneider
Apr 24 at 10:05
I took the liberty of removing everything irrelevant to the actual question.
– Gerald Schneider
Apr 24 at 10:05
add a comment |
2 Answers
2
active
oldest
votes
You specifically configured Postfix to handle mail for anikadigital.in, in virtual_alias_domains
. When you put a domain here, Postfix always delivers the mail locally.
If the mail is not meant to be delivered locally, the domain must not appear in virtual_alias_domains
, virtual_alias_maps
, myhostname
or mydestination
.
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
add a comment |
There are multiple possible reasons for this:
- outdated DNS results on the sender side
- a sender that doesn't adhere to the SMTP standards
- spam bots
- ...
If you have a service that is reachable from the internet, there will be people or bots trying to abuse it.
Your server rejects the mails, that is good, but there is not much you can do about this. Basically, just ignore it.
the what is the solution?
– user5858
Apr 24 at 11:20
1
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964358%2femail-not-getting-redirected-to-as-per-mx-record-to-business-email-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You specifically configured Postfix to handle mail for anikadigital.in, in virtual_alias_domains
. When you put a domain here, Postfix always delivers the mail locally.
If the mail is not meant to be delivered locally, the domain must not appear in virtual_alias_domains
, virtual_alias_maps
, myhostname
or mydestination
.
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
add a comment |
You specifically configured Postfix to handle mail for anikadigital.in, in virtual_alias_domains
. When you put a domain here, Postfix always delivers the mail locally.
If the mail is not meant to be delivered locally, the domain must not appear in virtual_alias_domains
, virtual_alias_maps
, myhostname
or mydestination
.
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
add a comment |
You specifically configured Postfix to handle mail for anikadigital.in, in virtual_alias_domains
. When you put a domain here, Postfix always delivers the mail locally.
If the mail is not meant to be delivered locally, the domain must not appear in virtual_alias_domains
, virtual_alias_maps
, myhostname
or mydestination
.
You specifically configured Postfix to handle mail for anikadigital.in, in virtual_alias_domains
. When you put a domain here, Postfix always delivers the mail locally.
If the mail is not meant to be delivered locally, the domain must not appear in virtual_alias_domains
, virtual_alias_maps
, myhostname
or mydestination
.
answered Apr 25 at 17:37
Michael Hampton♦Michael Hampton
176k27322653
176k27322653
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
add a comment |
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Ok i want contact@anikadigital.in to be delivered to privateemail.com server. But I want to locally receive any emails to pan.anikadigital.in and passport.anikadigital.in .
– user5858
Apr 25 at 17:55
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
Those are different names, though. Pick the ones you want and remove the rest.
– Michael Hampton♦
Apr 25 at 18:19
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
And you need to set mx records for those domains if you expect emails to them from outside
– Gerald Schneider
Apr 26 at 3:56
add a comment |
There are multiple possible reasons for this:
- outdated DNS results on the sender side
- a sender that doesn't adhere to the SMTP standards
- spam bots
- ...
If you have a service that is reachable from the internet, there will be people or bots trying to abuse it.
Your server rejects the mails, that is good, but there is not much you can do about this. Basically, just ignore it.
the what is the solution?
– user5858
Apr 24 at 11:20
1
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
add a comment |
There are multiple possible reasons for this:
- outdated DNS results on the sender side
- a sender that doesn't adhere to the SMTP standards
- spam bots
- ...
If you have a service that is reachable from the internet, there will be people or bots trying to abuse it.
Your server rejects the mails, that is good, but there is not much you can do about this. Basically, just ignore it.
the what is the solution?
– user5858
Apr 24 at 11:20
1
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
add a comment |
There are multiple possible reasons for this:
- outdated DNS results on the sender side
- a sender that doesn't adhere to the SMTP standards
- spam bots
- ...
If you have a service that is reachable from the internet, there will be people or bots trying to abuse it.
Your server rejects the mails, that is good, but there is not much you can do about this. Basically, just ignore it.
There are multiple possible reasons for this:
- outdated DNS results on the sender side
- a sender that doesn't adhere to the SMTP standards
- spam bots
- ...
If you have a service that is reachable from the internet, there will be people or bots trying to abuse it.
Your server rejects the mails, that is good, but there is not much you can do about this. Basically, just ignore it.
answered Apr 24 at 10:07
Gerald SchneiderGerald Schneider
6,86432647
6,86432647
the what is the solution?
– user5858
Apr 24 at 11:20
1
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
add a comment |
the what is the solution?
– user5858
Apr 24 at 11:20
1
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
the what is the solution?
– user5858
Apr 24 at 11:20
the what is the solution?
– user5858
Apr 24 at 11:20
1
1
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
One good spot for verifying correct DNS/MX/Mailserver behaviours after a re-config is to use the free tools at mxtoolbox.com
– Ingvar J
Apr 25 at 9:05
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
@IngvarJ I've edited the question
– user5858
Apr 25 at 17:29
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964358%2femail-not-getting-redirected-to-as-per-mx-record-to-business-email-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
The email is to
contact@
. In your virtual file you only havecontactus@
.– Gerald Schneider
Apr 24 at 7:51
@GeraldSchneider how does it matter? because the MX record is pointing to privateemail.com server so any email sent to contact@anikadigita.in should go to my new business email mail box and to this server on which site is hosted
– user5858
Apr 24 at 9:58
So, your actual question is
Why does email reach my server X even when the MX record points to server Y
?– Gerald Schneider
Apr 24 at 10:02
@GeraldSchneider actually yes
– user5858
Apr 24 at 10:03
1
I took the liberty of removing everything irrelevant to the actual question.
– Gerald Schneider
Apr 24 at 10:05