• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue External mails not being received only for one user

benlau

New Pleskian
Hi everyone,

I have a strange problem with one of my qmail users which does only receive (internal) emails from the same server.

When I send a mail from a different provider to that user the mail does not show up in the inbox. There is no error message in the mail log and the sender also does not get any return mail.

So it seems like that the mails sent are somehow delivered or at least not blocked but they are also not showing up in the inbox.

All other mail users are working fine, so it must be mailbox-specific.

Any ideas?
 
Hello benlau,

Do you have additional mailboxes on this particular domain? Are they able to receive emails?

I suggest checking your MX records and executing repair utility:
Code:
plesk repair mail [email protected]
or/and
Code:
plesk repair mail example.com
 
I am having this exact same problem. All of the other emails on the domain are working properly except this one which will not receive email. Can send from the account, but not receive. I have tried the suggested "plesk repair mail [email protected]" with no change.
 
Have you checked if there are active webmail rules?

Code:
/var/qmail/mailnames/domain.com/johndoe/sieve
 
What are the owner and group of the mail account?

Code:
 ls -ld /var/qmail/mailnames/domain.com/johndoe

If it's "popuser : popuser", then it's a mail account.
If it's "root : root", then it's a mail alias, so the mail gets stored in another location.
 
What are the owner and group of the mail account?

Code:
 ls -ld /var/qmail/mailnames/domain.com/johndoe

If it's "popuser : popuser", then it's a mail account.
If it's "root : root", then it's a mail alias, so the mail gets stored in another location.

Still hoping someone can help me with a solution. Is there something in the log I should be looking for?
 
Back
Top