- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can't send email from FortiAuth
I am getting following error when trying to test email from FortiAuth. It was working fine few weeks ago. The same username and password for smtp account work with printer.
Error: Unable to send a test email: Submitter failed to authenticate. Please check your server configuration.
- Labels:
-
FortiAuthenticator v5.5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear @ArifS,
you can try to make a packet capture and reproduce the issue. Seems like password has been changed. Could you cross-check password of using user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I capture packet and opened in wireshark but dont know how to find where the errors are. It shows brown line for smtp communication though. I also tried another working smtp account and didnt work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you able to share outputs from PCAP file without private details? otherwise, here you can find SMTP succeeded pcap file and compare outputs:
https://wiki.wireshark.org/SampleCaptures
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ArifS
Additionally try to restart radius service on FAC cli : diag authentication restart and test again sending email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I will restart FortiAuth tonight and see if it fixes the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We found that issue related to TSL. The smtp server only support TLS 1.2 and above, so how can I enabled TLS 1.2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Review the server configuration on the email server side to ensure it allows authentication from FortiAuth. You can test the SMTP connection using another email client or utility to determine if the issue is specific to FortiAuth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is only two option, None and StartTLS.
The same smtp account works with other applications. I even tested with dell idrac after settings its web server to tsl 1.2.
If I use port 587 with none or starttls, it does not work, but it works on port 25 with 'None' option.