zone-eu / zone-mta

📤 Modern outbound MTA cross platform and extendable server application
European Union Public License 1.2
599 stars 96 forks source link

Suppression list #271

Open siegfriedhoellrigl opened 3 years ago

siegfriedhoellrigl commented 3 years ago

It looks like everything is working, except the fact that i cannot delete anything fron the Suppression list. No error message.

mailbaby commented 3 years ago

You can use curl to delete from the supression list like:

curl -XDELETE http://localhost:12080/suppressionlist -H 'Content-Type: application/json' -d '{ "id": "6059e1da7251c409b3b4fb8c" }'

And it will pass deleted if successful as the response.

To see a list: curl http://localhost:12080/suppressionlist | jq

This does not sound like it is zonemta related, perhaps the problem is with zmta-webadmin ?