What's new

Diversion [Solved] Got "67" error when trying to send mail from Diversion

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

sn2018

Occasional Visitor
Just setup Diversion and configured it to send email with a Google email address When I try the test email, I got

curl: (67) Login denied

The settings is in the attached file. Is there some other settings I need to add?
 

Attachments

  • Snap148.jpg
    Snap148.jpg
    80.3 KB · Views: 162
By default Google will refuse plain AUTH, and require the use of OAUTH. You will need to configure your account to allow "less secure" logns.
 
Hi,

Mine is configured like this. I created a app password into google account for this.

Code:
  1. Edit From address:   i.e.: asus-merlin@router.com
  2. Edit To name:        your desired name
  3. Edit To address:     address@gmail.com
  4. Edit Router name:    choose it
  5. Edit User name:      address@gmail.com
  6. Edit Password:       your password
  7. Edit SMTP Server:    smtp.gmail.com
  8. Edit Server port:    465
  9. Edit Protocol:       smtps
 10. Edit SSL flag:       Set to --insecure if curl problems occur
 11. Send testmail to confirm settings

I receive a warning: deprecated key derivation used. Using -iter or -pbkdf2 woud be better. (warning.png attached)
But is working (inbox.png attached).

Good luck,
amplatfus
 

Attachments

  • warning.png
    warning.png
    27 KB · Views: 143
  • inbox.png
    inbox.png
    3.1 KB · Views: 150
Hi,

Mine is configured like this. I created a app password into google account for this.

Code:
  1. Edit From address:   i.e.: asus-merlin@router.com
  2. Edit To name:        your desired name
  3. Edit To address:     address@gmail.com
  4. Edit Router name:    choose it
  5. Edit User name:      address@gmail.com
  6. Edit Password:       your password
  7. Edit SMTP Server:    smtp.gmail.com
  8. Edit Server port:    465
  9. Edit Protocol:       smtps
10. Edit SSL flag:       Set to --insecure if curl problems occur
11. Send testmail to confirm settings

I receive a warning: deprecated key derivation used. Using -iter or -pbkdf2 woud be better. (warning.png attached)
But is working (inbox.png attached).

Good luck,
amplatfus
Thank you. My problem was using the real email address on 1 and "fake" name on 5. Reverse the 2 fixed it.
 
I receive a warning: deprecated key derivation used. Using -iter or -pbkdf2 woud be better. (warning.png attached)
But is working (inbox.png attached).
You can add those to the diversion scripts that call the password. It is in several places. Note that you have to add it to the script that encrypts the password too, as it has to be encrypted and de-encrypted the same. I think it is on @thelonelycoder's to do list, but the transition isn't simple. It isn't really a high priority, because security isn't the point here, it is handling weird passwords.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top