Can I have a mail server and use gmail at the same time?
I am configuring a mail server (vps)
I installed Postfix and Roundcube, after some hours of configuration I got the connection with MySql and gmail working, the problem is I don't have a user yet so what I want to achieve is to use my own domain name user@example.com and also use gmail as the imap server.
Is it possible or the gmail adress will be reveled? (f.e. realusername@gmail.com)
postfix gmail mail-server imap
add a comment |
I am configuring a mail server (vps)
I installed Postfix and Roundcube, after some hours of configuration I got the connection with MySql and gmail working, the problem is I don't have a user yet so what I want to achieve is to use my own domain name user@example.com and also use gmail as the imap server.
Is it possible or the gmail adress will be reveled? (f.e. realusername@gmail.com)
postfix gmail mail-server imap
No, it's not. The answer is no I can't use gmail without paying, this has nothing to do about the domain registrar
– Irodoku
Jan 25 at 21:33
add a comment |
I am configuring a mail server (vps)
I installed Postfix and Roundcube, after some hours of configuration I got the connection with MySql and gmail working, the problem is I don't have a user yet so what I want to achieve is to use my own domain name user@example.com and also use gmail as the imap server.
Is it possible or the gmail adress will be reveled? (f.e. realusername@gmail.com)
postfix gmail mail-server imap
I am configuring a mail server (vps)
I installed Postfix and Roundcube, after some hours of configuration I got the connection with MySql and gmail working, the problem is I don't have a user yet so what I want to achieve is to use my own domain name user@example.com and also use gmail as the imap server.
Is it possible or the gmail adress will be reveled? (f.e. realusername@gmail.com)
postfix gmail mail-server imap
postfix gmail mail-server imap
asked Jan 25 at 18:20
IrodokuIrodoku
33
33
No, it's not. The answer is no I can't use gmail without paying, this has nothing to do about the domain registrar
– Irodoku
Jan 25 at 21:33
add a comment |
No, it's not. The answer is no I can't use gmail without paying, this has nothing to do about the domain registrar
– Irodoku
Jan 25 at 21:33
No, it's not. The answer is no I can't use gmail without paying, this has nothing to do about the domain registrar
– Irodoku
Jan 25 at 21:33
No, it's not. The answer is no I can't use gmail without paying, this has nothing to do about the domain registrar
– Irodoku
Jan 25 at 21:33
add a comment |
2 Answers
2
active
oldest
votes
If you want to receive e-mail you have to have a working way of receiving e-mail. This includes a smtp server accepting incoming mail.
If you want to get mail from gmail via IMAP, it has to be sent to your address at gmail.
IMAP is a way for clients to retrieve mail from a server.
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
add a comment |
If I am reading your question correctly, what you want to do is to create a domain on the google servers "@example.com" which lookds to the world like a stand alone server system.
This can be achieved, but it is not an Ubuntu problem or question, and I will mark it so.
I am loath to create a link only answer, but see
https://support.google.com/domains/answer/3453651?hl=en
which details how to get a domain served on the google hardware, how to add e-mail addresses, how to create or redirect web services.
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1112872%2fcan-i-have-a-mail-server-and-use-gmail-at-the-same-time%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
If you want to receive e-mail you have to have a working way of receiving e-mail. This includes a smtp server accepting incoming mail.
If you want to get mail from gmail via IMAP, it has to be sent to your address at gmail.
IMAP is a way for clients to retrieve mail from a server.
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
add a comment |
If you want to receive e-mail you have to have a working way of receiving e-mail. This includes a smtp server accepting incoming mail.
If you want to get mail from gmail via IMAP, it has to be sent to your address at gmail.
IMAP is a way for clients to retrieve mail from a server.
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
add a comment |
If you want to receive e-mail you have to have a working way of receiving e-mail. This includes a smtp server accepting incoming mail.
If you want to get mail from gmail via IMAP, it has to be sent to your address at gmail.
IMAP is a way for clients to retrieve mail from a server.
If you want to receive e-mail you have to have a working way of receiving e-mail. This includes a smtp server accepting incoming mail.
If you want to get mail from gmail via IMAP, it has to be sent to your address at gmail.
IMAP is a way for clients to retrieve mail from a server.
answered Jan 25 at 18:27
vidarlovidarlo
10.4k52750
10.4k52750
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
add a comment |
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
so Dovecot is the way to go, or is there any better alternative?
– Irodoku
Jan 25 at 21:34
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
Dovecot is an imap server. It's good at that. You still need a smtp server to receive incoming mail.
– vidarlo
Jan 25 at 21:38
add a comment |
If I am reading your question correctly, what you want to do is to create a domain on the google servers "@example.com" which lookds to the world like a stand alone server system.
This can be achieved, but it is not an Ubuntu problem or question, and I will mark it so.
I am loath to create a link only answer, but see
https://support.google.com/domains/answer/3453651?hl=en
which details how to get a domain served on the google hardware, how to add e-mail addresses, how to create or redirect web services.
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
add a comment |
If I am reading your question correctly, what you want to do is to create a domain on the google servers "@example.com" which lookds to the world like a stand alone server system.
This can be achieved, but it is not an Ubuntu problem or question, and I will mark it so.
I am loath to create a link only answer, but see
https://support.google.com/domains/answer/3453651?hl=en
which details how to get a domain served on the google hardware, how to add e-mail addresses, how to create or redirect web services.
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
add a comment |
If I am reading your question correctly, what you want to do is to create a domain on the google servers "@example.com" which lookds to the world like a stand alone server system.
This can be achieved, but it is not an Ubuntu problem or question, and I will mark it so.
I am loath to create a link only answer, but see
https://support.google.com/domains/answer/3453651?hl=en
which details how to get a domain served on the google hardware, how to add e-mail addresses, how to create or redirect web services.
If I am reading your question correctly, what you want to do is to create a domain on the google servers "@example.com" which lookds to the world like a stand alone server system.
This can be achieved, but it is not an Ubuntu problem or question, and I will mark it so.
I am loath to create a link only answer, but see
https://support.google.com/domains/answer/3453651?hl=en
which details how to get a domain served on the google hardware, how to add e-mail addresses, how to create or redirect web services.
answered Jan 25 at 18:32
Charles GreenCharles Green
14k73859
14k73859
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
add a comment |
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
Only problem with this is GSuite which handles the underlying email parts is not free, so it can get pricey if you aren't careful.
– Thomas Ward♦
Jan 25 at 19:00
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
@ThomasWard Aye, but it is an explicit connection between the domain and google, which is what I believe OP was asking for. If it were me (IIWM?) I would just create a domain registration somewhere, and create a mail server on my systems, and talk to that mail server.
– Charles Green
Jan 25 at 19:03
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
+1, or go with Google Suite or whatever registrar's email system is offered as an example. There's a hundred different ways to do it, I was just making a note that Google Suite is not free :p
– Thomas Ward♦
Jan 25 at 19:05
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1112872%2fcan-i-have-a-mail-server-and-use-gmail-at-the-same-time%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
No, it's not. The answer is no I can't use gmail without paying, this has nothing to do about the domain registrar
– Irodoku
Jan 25 at 21:33