I've installed exim+dovecot on my CentOS7 VPS and setted it up according to a few articles from the web. Created mail accounts admin@website.com and no-reply@website.com via VESTA CP. Then I installed RoundCubeMail and tried to send an email, but failed. If I'm trying to send an email from no-reply@website.com exim main.log says:
H=(website.com) [IP] sender verify fail for <no-reply@website.com>: Unknown userH=(website.com) [IP] X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no F=<no-reply@website.com> A=dovecot_login:no-reply@website.com rejected RCPT <myfriend@gmail.com>: Sender verify failed
but, if I'm trying to send email from admin@website.com exim main.log says:
1jKGlr-0005tx-SN <= "admin@website.com"@mail.website.com H=(website.com) [IP] P=esmtpsa X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no A=dovecot_login:admin@website.com S=13484 id=58580eef1fa841fd53bd7fab171c18d3@website.com1jKGlr-0005tx-SN ** myfriend@gmail.com R=dnslookup T=remote_smtp H=mxs.gmail.com [94.100.180.104] X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=yes: SMTP error from remote mail server after RCPT TO:<myfriend@gmail.com>: 550 5.1.3 Bad destination mailbox address syntax: invalid mailbox. Local mailbox <"admin@website.com"@mail.website.com> is unavailable: Ill-formatted e-mail address1jKGls-0005u1-0K <= <> R=1jKGlr-0005tx-SN U=exim P=local S=152261jKGlr-0005tx-SN Completed1jKGls-0005u1-0K ** admin@website.com@mail.website.com <"admin@website.com"@mail.website.com>: Unknown user
All emails really exists, including myfriend@gmail.com
MX record is mail.website.comhost in the exim config is mail.website.com
What is wrong here?Is this "admin@website.com"@mail.website.com
entry in exim log is normal? Looks very strange.I noticed, that if mail account contains dots or dashes (no-reply@website.com, j.brown@website.com) it displays different error then if account with just 1 solid word (admin@website.com), why is it so?
If I need to provide some more information please ask.