“Recipient address rejected: User unknown in virtual mailbox table” when sending an email to just one...
I have a server using Paralells 11.09 on a Centos 6 server, and my email account is hosted on there. About 2 weeks ago while emailing a client I received the following message from Evolution (my email client):
The reported error was "RCPT TO <usersemail@domain.com> failed:
<usersemail@domain.com>: Recipient address rejected: User
unknown in virtual mailbox table".
I thought it was an error with Evolution so I tried to send the email from my webmail account. But I received the same error when sending an email to that address.
I've tried sending emails to other accounts from the email account held on the server and they send fine and do not come up with this error. This error only occurs when I email this particular client from my email account on this server. If I send an email to his account from an alternative account held elsewhere I don't get this error.
What is going wrong?
add a comment |
I have a server using Paralells 11.09 on a Centos 6 server, and my email account is hosted on there. About 2 weeks ago while emailing a client I received the following message from Evolution (my email client):
The reported error was "RCPT TO <usersemail@domain.com> failed:
<usersemail@domain.com>: Recipient address rejected: User
unknown in virtual mailbox table".
I thought it was an error with Evolution so I tried to send the email from my webmail account. But I received the same error when sending an email to that address.
I've tried sending emails to other accounts from the email account held on the server and they send fine and do not come up with this error. This error only occurs when I email this particular client from my email account on this server. If I send an email to his account from an alternative account held elsewhere I don't get this error.
What is going wrong?
add a comment |
I have a server using Paralells 11.09 on a Centos 6 server, and my email account is hosted on there. About 2 weeks ago while emailing a client I received the following message from Evolution (my email client):
The reported error was "RCPT TO <usersemail@domain.com> failed:
<usersemail@domain.com>: Recipient address rejected: User
unknown in virtual mailbox table".
I thought it was an error with Evolution so I tried to send the email from my webmail account. But I received the same error when sending an email to that address.
I've tried sending emails to other accounts from the email account held on the server and they send fine and do not come up with this error. This error only occurs when I email this particular client from my email account on this server. If I send an email to his account from an alternative account held elsewhere I don't get this error.
What is going wrong?
I have a server using Paralells 11.09 on a Centos 6 server, and my email account is hosted on there. About 2 weeks ago while emailing a client I received the following message from Evolution (my email client):
The reported error was "RCPT TO <usersemail@domain.com> failed:
<usersemail@domain.com>: Recipient address rejected: User
unknown in virtual mailbox table".
I thought it was an error with Evolution so I tried to send the email from my webmail account. But I received the same error when sending an email to that address.
I've tried sending emails to other accounts from the email account held on the server and they send fine and do not come up with this error. This error only occurs when I email this particular client from my email account on this server. If I send an email to his account from an alternative account held elsewhere I don't get this error.
What is going wrong?
edited Mar 20 '15 at 1:40
Braiam
4,02631851
4,02631851
asked Apr 19 '14 at 18:42
mickburkejnrmickburkejnr
1,02242436
1,02242436
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
RCPT TO failed: : Recipient address rejected: User unknown in virtual
mailbox table
This error comes from Postfix attempting a local delivery of the message.
If it happens immediately when trying to send (as opposed to coming back later in a bounce message from a mailer-daemon), it would mean that your SMTP server "thinks" of itself as the final destination for the domain of your client. This is a misconfiguration if your client's mail is not hosted here.
On the other hand, when you send the mail from another account using another SMTP server, the mail is routed to the correct destination based on the DNS MX records of your client's domain.
Maybe the misconfiguration happened by entering your client's domain in Parallels for another purpose and it crept into the mail configuration as a mail domain.
A similar issue is answered here:
Mail/Domain config issues - User Unknown in virtual mailbox.
Essentially it's about unchecking a box indicating that that domain's mail is handled by this Parallels instance.
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
add a comment |
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%2f743769%2frecipient-address-rejected-user-unknown-in-virtual-mailbox-table-when-sending%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
RCPT TO failed: : Recipient address rejected: User unknown in virtual
mailbox table
This error comes from Postfix attempting a local delivery of the message.
If it happens immediately when trying to send (as opposed to coming back later in a bounce message from a mailer-daemon), it would mean that your SMTP server "thinks" of itself as the final destination for the domain of your client. This is a misconfiguration if your client's mail is not hosted here.
On the other hand, when you send the mail from another account using another SMTP server, the mail is routed to the correct destination based on the DNS MX records of your client's domain.
Maybe the misconfiguration happened by entering your client's domain in Parallels for another purpose and it crept into the mail configuration as a mail domain.
A similar issue is answered here:
Mail/Domain config issues - User Unknown in virtual mailbox.
Essentially it's about unchecking a box indicating that that domain's mail is handled by this Parallels instance.
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
add a comment |
RCPT TO failed: : Recipient address rejected: User unknown in virtual
mailbox table
This error comes from Postfix attempting a local delivery of the message.
If it happens immediately when trying to send (as opposed to coming back later in a bounce message from a mailer-daemon), it would mean that your SMTP server "thinks" of itself as the final destination for the domain of your client. This is a misconfiguration if your client's mail is not hosted here.
On the other hand, when you send the mail from another account using another SMTP server, the mail is routed to the correct destination based on the DNS MX records of your client's domain.
Maybe the misconfiguration happened by entering your client's domain in Parallels for another purpose and it crept into the mail configuration as a mail domain.
A similar issue is answered here:
Mail/Domain config issues - User Unknown in virtual mailbox.
Essentially it's about unchecking a box indicating that that domain's mail is handled by this Parallels instance.
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
add a comment |
RCPT TO failed: : Recipient address rejected: User unknown in virtual
mailbox table
This error comes from Postfix attempting a local delivery of the message.
If it happens immediately when trying to send (as opposed to coming back later in a bounce message from a mailer-daemon), it would mean that your SMTP server "thinks" of itself as the final destination for the domain of your client. This is a misconfiguration if your client's mail is not hosted here.
On the other hand, when you send the mail from another account using another SMTP server, the mail is routed to the correct destination based on the DNS MX records of your client's domain.
Maybe the misconfiguration happened by entering your client's domain in Parallels for another purpose and it crept into the mail configuration as a mail domain.
A similar issue is answered here:
Mail/Domain config issues - User Unknown in virtual mailbox.
Essentially it's about unchecking a box indicating that that domain's mail is handled by this Parallels instance.
RCPT TO failed: : Recipient address rejected: User unknown in virtual
mailbox table
This error comes from Postfix attempting a local delivery of the message.
If it happens immediately when trying to send (as opposed to coming back later in a bounce message from a mailer-daemon), it would mean that your SMTP server "thinks" of itself as the final destination for the domain of your client. This is a misconfiguration if your client's mail is not hosted here.
On the other hand, when you send the mail from another account using another SMTP server, the mail is routed to the correct destination based on the DNS MX records of your client's domain.
Maybe the misconfiguration happened by entering your client's domain in Parallels for another purpose and it crept into the mail configuration as a mail domain.
A similar issue is answered here:
Mail/Domain config issues - User Unknown in virtual mailbox.
Essentially it's about unchecking a box indicating that that domain's mail is handled by this Parallels instance.
edited May 2 '16 at 10:54
Community♦
1
1
answered Apr 20 '14 at 19:29
Daniel VéritéDaniel Vérité
96349
96349
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
add a comment |
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
I removed the clients domain name from my server (I had set him up a website account - he didn't need it) and there have been no issues since! Also good to know for the future when I do have client mail on the same mail server as my emails.
– mickburkejnr
Apr 28 '14 at 17:46
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f743769%2frecipient-address-rejected-user-unknown-in-virtual-mailbox-table-when-sending%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