Multiple mailservers Announcing the arrival of Valued Associate #679: Cesar Manara ...
How many things? AとBがふたつ
New Order #5: where Fibonacci and Beatty meet at Wythoff
Cold is to Refrigerator as warm is to?
What do you call a plan that's an alternative plan in case your initial plan fails?
Are my PIs rude or am I just being too sensitive?
AWS IAM: Restrict Console Access to only One Instance
90's book, teen horror
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Can I add database to AWS RDS MySQL without creating new instance?
Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members
How to market an anarchic city as a tourism spot to people living in civilized areas?
Is drag coefficient lowest at zero angle of attack?
If I can make up priors, why can't I make up posteriors?
What LEGO pieces have "real-world" functionality?
Replacing HDD with SSD; what about non-APFS/APFS?
Stop battery usage [Ubuntu 18]
How is simplicity better than precision and clarity in prose?
If A makes B more likely then B makes A more likely"
What is the order of Mitzvot in Rambam's Sefer Hamitzvot?
Direct Experience of Meditation
Stopping real property loss from eroding embankment
How to say 'striped' in Latin
Slither Like a Snake
Who can trigger ship-wide alerts in Star Trek?
Multiple mailservers
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Postfix: forwarding e-mail to GMail not workingmaildrop/postfix with multiple mydestination locations and virtual usersPostfix: relay mail to smart host for specifc usersSome mail from newly setup mailserver flagged spam by GMailSamba4 group email address lookup postfix/dovecotDelivering emails for one user from two domains into a single mailbox in Postfix+DovecotPostfix relay though another postfix serverMail forwarding: Do I need to concern myself with the SPF fail header from Google?What's the FASTEST way to filter postqueue mails by sender IP address?Postfix/Dovecot/Let'sEncrypt - Gmail/E-mail clients say emails form my server are not encrypted properly (red lock)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am trying to find out if I am attempting the impossible.
I have
- List item
- 1 IP on 1 cloud server
- 4 x Domains that I receive mail for
- 4 x SSL certificates
I would like them all on one server.
What I currently have is all domains configured to mail.mailserver1.com
The problem with that is because the SSL mismatch then they often end up in spam.
Is it possible to have all on one server with 1 IP
example@domain1.com > mail.mailserver1.com > ssl1
example@domain2.com > mail.mailserver2.com > ssl2
example@domain3.com > mail.mailserver3.com > ssl3
example@domain4.com > mail.mailserver4.com > ssl4
Or is this impossible?
Thanks in advance
postfix ubuntu-18.04 dovecot mail-server
add a comment |
I am trying to find out if I am attempting the impossible.
I have
- List item
- 1 IP on 1 cloud server
- 4 x Domains that I receive mail for
- 4 x SSL certificates
I would like them all on one server.
What I currently have is all domains configured to mail.mailserver1.com
The problem with that is because the SSL mismatch then they often end up in spam.
Is it possible to have all on one server with 1 IP
example@domain1.com > mail.mailserver1.com > ssl1
example@domain2.com > mail.mailserver2.com > ssl2
example@domain3.com > mail.mailserver3.com > ssl3
example@domain4.com > mail.mailserver4.com > ssl4
Or is this impossible?
Thanks in advance
postfix ubuntu-18.04 dovecot mail-server
I doubt the SSL certificate is the reason for it ending up on in the spamfolder. Instead, setup an SPF record for each domain.
– LPChip
yesterday
Hmm that's interesting maybe an overlook will try that thank you very much
– Jinx13
yesterday
yeah, its something I see daily. For many of our clients we have multiple domains, all pointing to one mailserver. The mailserver has one SSL that does not match the domains obviously but all works well because we've setup SPF records for each domain which basically says: these ip addresses are trustworthy.
– LPChip
yesterday
Ignoring that (as above) SSL is unlikely to be the issue, you can get a multidomain cert which would fix that problem.
– davidgo
yesterday
add a comment |
I am trying to find out if I am attempting the impossible.
I have
- List item
- 1 IP on 1 cloud server
- 4 x Domains that I receive mail for
- 4 x SSL certificates
I would like them all on one server.
What I currently have is all domains configured to mail.mailserver1.com
The problem with that is because the SSL mismatch then they often end up in spam.
Is it possible to have all on one server with 1 IP
example@domain1.com > mail.mailserver1.com > ssl1
example@domain2.com > mail.mailserver2.com > ssl2
example@domain3.com > mail.mailserver3.com > ssl3
example@domain4.com > mail.mailserver4.com > ssl4
Or is this impossible?
Thanks in advance
postfix ubuntu-18.04 dovecot mail-server
I am trying to find out if I am attempting the impossible.
I have
- List item
- 1 IP on 1 cloud server
- 4 x Domains that I receive mail for
- 4 x SSL certificates
I would like them all on one server.
What I currently have is all domains configured to mail.mailserver1.com
The problem with that is because the SSL mismatch then they often end up in spam.
Is it possible to have all on one server with 1 IP
example@domain1.com > mail.mailserver1.com > ssl1
example@domain2.com > mail.mailserver2.com > ssl2
example@domain3.com > mail.mailserver3.com > ssl3
example@domain4.com > mail.mailserver4.com > ssl4
Or is this impossible?
Thanks in advance
postfix ubuntu-18.04 dovecot mail-server
postfix ubuntu-18.04 dovecot mail-server
asked yesterday
Jinx13Jinx13
63
63
I doubt the SSL certificate is the reason for it ending up on in the spamfolder. Instead, setup an SPF record for each domain.
– LPChip
yesterday
Hmm that's interesting maybe an overlook will try that thank you very much
– Jinx13
yesterday
yeah, its something I see daily. For many of our clients we have multiple domains, all pointing to one mailserver. The mailserver has one SSL that does not match the domains obviously but all works well because we've setup SPF records for each domain which basically says: these ip addresses are trustworthy.
– LPChip
yesterday
Ignoring that (as above) SSL is unlikely to be the issue, you can get a multidomain cert which would fix that problem.
– davidgo
yesterday
add a comment |
I doubt the SSL certificate is the reason for it ending up on in the spamfolder. Instead, setup an SPF record for each domain.
– LPChip
yesterday
Hmm that's interesting maybe an overlook will try that thank you very much
– Jinx13
yesterday
yeah, its something I see daily. For many of our clients we have multiple domains, all pointing to one mailserver. The mailserver has one SSL that does not match the domains obviously but all works well because we've setup SPF records for each domain which basically says: these ip addresses are trustworthy.
– LPChip
yesterday
Ignoring that (as above) SSL is unlikely to be the issue, you can get a multidomain cert which would fix that problem.
– davidgo
yesterday
I doubt the SSL certificate is the reason for it ending up on in the spamfolder. Instead, setup an SPF record for each domain.
– LPChip
yesterday
I doubt the SSL certificate is the reason for it ending up on in the spamfolder. Instead, setup an SPF record for each domain.
– LPChip
yesterday
Hmm that's interesting maybe an overlook will try that thank you very much
– Jinx13
yesterday
Hmm that's interesting maybe an overlook will try that thank you very much
– Jinx13
yesterday
yeah, its something I see daily. For many of our clients we have multiple domains, all pointing to one mailserver. The mailserver has one SSL that does not match the domains obviously but all works well because we've setup SPF records for each domain which basically says: these ip addresses are trustworthy.
– LPChip
yesterday
yeah, its something I see daily. For many of our clients we have multiple domains, all pointing to one mailserver. The mailserver has one SSL that does not match the domains obviously but all works well because we've setup SPF records for each domain which basically says: these ip addresses are trustworthy.
– LPChip
yesterday
Ignoring that (as above) SSL is unlikely to be the issue, you can get a multidomain cert which would fix that problem.
– davidgo
yesterday
Ignoring that (as above) SSL is unlikely to be the issue, you can get a multidomain cert which would fix that problem.
– davidgo
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1425055%2fmultiple-mailservers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1425055%2fmultiple-mailservers%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
I doubt the SSL certificate is the reason for it ending up on in the spamfolder. Instead, setup an SPF record for each domain.
– LPChip
yesterday
Hmm that's interesting maybe an overlook will try that thank you very much
– Jinx13
yesterday
yeah, its something I see daily. For many of our clients we have multiple domains, all pointing to one mailserver. The mailserver has one SSL that does not match the domains obviously but all works well because we've setup SPF records for each domain which basically says: these ip addresses are trustworthy.
– LPChip
yesterday
Ignoring that (as above) SSL is unlikely to be the issue, you can get a multidomain cert which would fix that problem.
– davidgo
yesterday