Open Closed

SASL login authentication failed #4753


User avatar
0
yunusemrecaglar created
  • ABP Framework version: v6.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hello, We want to handle email operations in our project. When we use Hotmail as the email provider, we can send emails without any problems. However, we have our own mail server and domain for our institution, and when we try to send emails using this domain, we get the errors listed below, which are the log records in our mail server. Do we need to make an extra setting to be able to use our mail domain in the project? Our mail administrator has a question about whether the SMTP auth process is performed with the username and password entered on the front end. Can you help us with this?

Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: warning: unknown[...]: SASL login authentication failed: authentication failure Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: NOQUEUE: reject: RCPT from unknown[...]: 554 5.7.1 <unknown[...]>: Client host rejected: Access denied; from=<@erciyes.edu.tr> to=<@erciyes.edu.tr> proto=ESMTP helo=<> Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: lost connection after RCPT from unknown[...] Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: disconnect from unknown[...**] ehlo=2 starttls=1 auth=0/1 mail=1 rcpt=0/1 commands=4/6 Thank you.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can use this sample to test your email sender.

    https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11