Yesterday I was called by a client who couldn't receive mail.
The mail got bounced because the user did not exist.
I did a "plesk repair mail <domain>" and it was immediately fixed.
Today I got another call and again it was solved the same way....
Because this was the 2nd time I had this problem I let it reconfigure all the domains.
How is this possible?
This happened overnight. None of these addresses had problems before.
Do note that no errors were found, yet the problem was resolved
The other accounts of the domain that had this problem yesterday were still working at the time.
The mail got bounced because the user did not exist.
I did a "plesk repair mail <domain>" and it was immediately fixed.
Today I got another call and again it was solved the same way....
Code:
swaks -f [email protected] -t [email protected] -s 127.0.0.1
=== Trying 127.0.0.1:25...
=== Connected to 127.0.0.1.
<- 220 ns4.provider.com ESMTP Postfix (Ubuntu)
-> EHLO ns4.provider.com
<- 250-ns4.provider.com
<- 250-PIPELINING
<- 250-SIZE 35840000
<- 250-ETRN
<- 250-STARTTLS
<- 250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
<- 250-XFORWARD NAME ADDR PROTO HELO SOURCE PORT IDENT
<- 250-ENHANCEDSTATUSCODES
<- 250-8BITMIME
<- 250 DSN
-> MAIL FROM:<[email protected]>
<- 250 2.1.0 Ok
-> RCPT TO:<[email protected]>
<** 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table
-> QUIT
<- 221 2.0.0 Bye
=== Connection closed with remote host.
root@ns4:~# plesk repair mail client.nl
Repairing the mail server configuration
Reconfiguring the settings of domains: client.nl ......... [OK]
Reconfiguring the mailboxes ..................................... [OK]
Error messages: 0; Warnings: 0; Errors resolved: 0
root@ns4:~# swaks -f [email protected] -t [email protected] -s 127.0.0.1
=== Trying 127.0.0.1:25...
=== Connected to 127.0.0.1.
<- 220 ns4.provider.com ESMTP Postfix (Ubuntu)
-> EHLO ns4.provider.com
<- 250-ns4.provider.com
<- 250-PIPELINING
<- 250-SIZE 35840000
<- 250-ETRN
<- 250-STARTTLS
<- 250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
<- 250-XFORWARD NAME ADDR PROTO HELO SOURCE PORT IDENT
<- 250-ENHANCEDSTATUSCODES
<- 250-8BITMIME
<- 250 DSN
-> MAIL FROM:<[email protected]>
<- 250 2.1.0 Ok
-> RCPT TO:<[email protected]>
<- 250 2.1.5 Ok
-> DATA
<- 354 End data with <CR><LF>.<CR><LF>
-> Date: Tue, 30 May 2017 17:08:15 +0200
-> To: [email protected]
-> From: [email protected]
-> Subject: test Tue, 30 May 2017 17:08:15 +0200
-> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
->
-> This is a test mailing
->
-> .
<- 250 2.0.0 Ok: queued as 7DA763532708
-> QUIT
<- 221 2.0.0 Bye
=== Connection closed with remote host.
Because this was the 2nd time I had this problem I let it reconfigure all the domains.
Code:
plesk repair mail
How is this possible?
This happened overnight. None of these addresses had problems before.
Do note that no errors were found, yet the problem was resolved
Code:
Error messages: 0; Warnings: 0; Errors resolved: 0
The other accounts of the domain that had this problem yesterday were still working at the time.
Last edited: