How to configure GSuit for external server email accounts Unicorn Meta Zoo #1: Why another...
How to not starve gigantic beasts
Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
A strange hotel
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
Prove the alternating sum of a decreasing sequence converging to 0 is Cauchy.
Map material from china not allowed to leave the country
Trumpet valves, lengths, and pitch
What is it called when you ride around on your front wheel?
What is the ongoing value of the Kanban board to the developers as opposed to management
Can I criticise the more senior developers around me for not writing clean code?
What's the difference between using dependency injection with a container and using a service locator?
What is the least dense liquid under normal conditions?
A Dictionary or Encyclopedia of Fantasy or Fairy Tales from the 1960s
Co-worker works way more than he should
How would this chord from "Rocket Man" be analyzed?
Rolling Stones Sway guitar solo chord function
Why did C use the -> operator instead of reusing the . operator?
A faster way to compute the largest prime factor
Contradiction proof for inequality of P and NP?
Bayes factor vs P value
Flattening the sub-lists
Why does the Cisco show run command not show the full version, while the show version command does?
Is Bran literally the world's memory?
How to configure GSuit for external server email accounts
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Come Celebrate our 10 Year Anniversary!Google Apps - Can I configure a wildcard MX record and and catch all emai address for a domainDKIM for email through Google Apps domain with external outbound relayOutbound Email ReturnedGoogle Apps MX for User Accounts, Custom Postfix for Sending only, same domainUse Google Apps and Transactional MTA, saving sent emailsPostfix reply to emails addressed to external email while keeping the correct from addressProperly configuring DNS for email sending on multi-domain hosting VPSExchange mailbox forwarding - emails fail dkim body hashAmazon SES instead of Gmail for company emailwant to route emails to VPS except one at gsuit
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have configured Gsuit for emails with single gsuit user and another of external server user (non-gmail account).
For it I have created host that point to IP address of server and then configure route for a server based single email address like abc@example.com.
Server configuration:
MX 1 aspmx.l.google.com.
Gsuit Configuration like:
- Inbound/outbound
- Single email address (abc@example.com)
- Change route to VPS Server
But no emails are being sent/ received at server.
Is there any remaining configuration?
vps g-suite
add a comment |
I have configured Gsuit for emails with single gsuit user and another of external server user (non-gmail account).
For it I have created host that point to IP address of server and then configure route for a server based single email address like abc@example.com.
Server configuration:
MX 1 aspmx.l.google.com.
Gsuit Configuration like:
- Inbound/outbound
- Single email address (abc@example.com)
- Change route to VPS Server
But no emails are being sent/ received at server.
Is there any remaining configuration?
vps g-suite
add a comment |
I have configured Gsuit for emails with single gsuit user and another of external server user (non-gmail account).
For it I have created host that point to IP address of server and then configure route for a server based single email address like abc@example.com.
Server configuration:
MX 1 aspmx.l.google.com.
Gsuit Configuration like:
- Inbound/outbound
- Single email address (abc@example.com)
- Change route to VPS Server
But no emails are being sent/ received at server.
Is there any remaining configuration?
vps g-suite
I have configured Gsuit for emails with single gsuit user and another of external server user (non-gmail account).
For it I have created host that point to IP address of server and then configure route for a server based single email address like abc@example.com.
Server configuration:
MX 1 aspmx.l.google.com.
Gsuit Configuration like:
- Inbound/outbound
- Single email address (abc@example.com)
- Change route to VPS Server
But no emails are being sent/ received at server.
Is there any remaining configuration?
vps g-suite
vps g-suite
edited Jul 6 '17 at 13:27
VeeZ Phone
asked Jul 4 '17 at 12:03
VeeZ PhoneVeeZ Phone
224
224
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The technology called Dual Delivery OR Split Delivery. When emails are addressed to email addresses that are not found in one mail server it will send its delivery to another mail server and even can split them.
For example
domain.com has default mx record set to gsuite. User abc@domain.com is set under google apps & user xyz@domain.com under vps server. Now if someone send mail to xyz@domain.com which is configured under google apps, so the first request transferred to gsuite but gsuite cannot found that email within organization so it will push the request to vps server and will deliver the mail in its inbox.
Google Apps also offer dual delivery but unfortunately its available for Google Apps for Work account only. Alternatively try Zoho is offering it for all type of accounts so you still have chance to get it done via zoho.
Solution
Set up your domain MX record to Zoho
Configure delivery as per guideline mentioned here
https://www.zoho.com/mail/help/adminconsole/email-routing.html
If you would like to keep google apps account as primary then setup instructions can be found here https://support.google.com/a/answer/96855?hl=en
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
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%2f859283%2fhow-to-configure-gsuit-for-external-server-email-accounts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The technology called Dual Delivery OR Split Delivery. When emails are addressed to email addresses that are not found in one mail server it will send its delivery to another mail server and even can split them.
For example
domain.com has default mx record set to gsuite. User abc@domain.com is set under google apps & user xyz@domain.com under vps server. Now if someone send mail to xyz@domain.com which is configured under google apps, so the first request transferred to gsuite but gsuite cannot found that email within organization so it will push the request to vps server and will deliver the mail in its inbox.
Google Apps also offer dual delivery but unfortunately its available for Google Apps for Work account only. Alternatively try Zoho is offering it for all type of accounts so you still have chance to get it done via zoho.
Solution
Set up your domain MX record to Zoho
Configure delivery as per guideline mentioned here
https://www.zoho.com/mail/help/adminconsole/email-routing.html
If you would like to keep google apps account as primary then setup instructions can be found here https://support.google.com/a/answer/96855?hl=en
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
add a comment |
The technology called Dual Delivery OR Split Delivery. When emails are addressed to email addresses that are not found in one mail server it will send its delivery to another mail server and even can split them.
For example
domain.com has default mx record set to gsuite. User abc@domain.com is set under google apps & user xyz@domain.com under vps server. Now if someone send mail to xyz@domain.com which is configured under google apps, so the first request transferred to gsuite but gsuite cannot found that email within organization so it will push the request to vps server and will deliver the mail in its inbox.
Google Apps also offer dual delivery but unfortunately its available for Google Apps for Work account only. Alternatively try Zoho is offering it for all type of accounts so you still have chance to get it done via zoho.
Solution
Set up your domain MX record to Zoho
Configure delivery as per guideline mentioned here
https://www.zoho.com/mail/help/adminconsole/email-routing.html
If you would like to keep google apps account as primary then setup instructions can be found here https://support.google.com/a/answer/96855?hl=en
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
add a comment |
The technology called Dual Delivery OR Split Delivery. When emails are addressed to email addresses that are not found in one mail server it will send its delivery to another mail server and even can split them.
For example
domain.com has default mx record set to gsuite. User abc@domain.com is set under google apps & user xyz@domain.com under vps server. Now if someone send mail to xyz@domain.com which is configured under google apps, so the first request transferred to gsuite but gsuite cannot found that email within organization so it will push the request to vps server and will deliver the mail in its inbox.
Google Apps also offer dual delivery but unfortunately its available for Google Apps for Work account only. Alternatively try Zoho is offering it for all type of accounts so you still have chance to get it done via zoho.
Solution
Set up your domain MX record to Zoho
Configure delivery as per guideline mentioned here
https://www.zoho.com/mail/help/adminconsole/email-routing.html
If you would like to keep google apps account as primary then setup instructions can be found here https://support.google.com/a/answer/96855?hl=en
The technology called Dual Delivery OR Split Delivery. When emails are addressed to email addresses that are not found in one mail server it will send its delivery to another mail server and even can split them.
For example
domain.com has default mx record set to gsuite. User abc@domain.com is set under google apps & user xyz@domain.com under vps server. Now if someone send mail to xyz@domain.com which is configured under google apps, so the first request transferred to gsuite but gsuite cannot found that email within organization so it will push the request to vps server and will deliver the mail in its inbox.
Google Apps also offer dual delivery but unfortunately its available for Google Apps for Work account only. Alternatively try Zoho is offering it for all type of accounts so you still have chance to get it done via zoho.
Solution
Set up your domain MX record to Zoho
Configure delivery as per guideline mentioned here
https://www.zoho.com/mail/help/adminconsole/email-routing.html
If you would like to keep google apps account as primary then setup instructions can be found here https://support.google.com/a/answer/96855?hl=en
edited Jul 7 '17 at 10:03
answered Jul 7 '17 at 10:00
Sachin G.Sachin G.
1012
1012
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
add a comment |
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
I have already configured split delivery but no success as indicated in above image
– VeeZ Phone
Jul 7 '17 at 10:02
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
If send me info at 5r and will get it fix
– Sachin G.
Jul 7 '17 at 10:03
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%2f859283%2fhow-to-configure-gsuit-for-external-server-email-accounts%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