baruwaproject / baruwa2

Baruwa 2.0
http://www.baruwa.org
GNU General Public License v3.0
21 stars 9 forks source link

Baruwa API - Delete Relay not working #109

Closed akissa closed 7 years ago

akissa commented 7 years ago

Managing Organizations, Domains and Relays, everything works nice. The only thing is deletion of relays. An IP Relay i can delete successfully.

But no User SMTP Relay Account.

The Documentation: https://www.baruwa.com/docs/api/#delete-relay-settings

So, for IP Relay ist „address“ and this is working. What i have to use for a user? Username= isnt working, it doenst mattter if i add password or password1 and password2, i get always the following error:

{"code": 412, "error": "Password or parsing arguments."}

akissa commented 7 years ago

Fixed