Page 1 of 1

Can send mail but can't receive

Posted: Fri Apr 15, 2016 11:05 am
by vestacp89
Hello,

I use ubuntu 14.04
I can send mails but can't receive,

Code: Select all

NAME      STATE    CPU     MEM     RTIME
------    ------   ------  ------  ------
apache2   running  0       643     4
nginx     running  0       7       4
bind9     running  0       93      4
exim4     stopped  0       0       0
dovecot   running  0       0       4
mysql     running  0       2130    4
vsftpd    running  0       0       4
cron      running  0       0       4
iptables  running  0       0       0
When i try send from gmail to my vestacp i get this error on gmail:

Code: Select all

Google tried to deliver your message, but it was rejected by the server for the recipient domain ...

The error that the other server returned was:
550-5.1.1 <[email protected]>: Recipient address rejected:
550 undeliverable address: unknown user: "[email protected]"

anyone please help ?

Thanks.

Re: Can send mail but can't receive

Posted: Fri Apr 15, 2016 2:49 pm
by bogie
MX resolution may temporarily without success
domain does not have SPF or DKIM

specific access http://www.mail-tester.com/

Re: Can send mail but can't receive

Posted: Fri Apr 15, 2016 3:03 pm
by vestacp89
bogie wrote:MX resolution may temporarily without success
domain does not have SPF or DKIM

specific access http://www.mail-tester.com/

I get answer:

Code: Select all

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<[email protected]>: unknown user: "[email protected]"

Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.1.1
Diagnostic-Code: X-Postfix; unknown user: "[email protected]"
Thanks.