posty / posty_api

Utility to administrate mailserver based on postfix and dovecot
www.posty-soft.org
Other
85 stars 19 forks source link

Add DKIM table support #34

Open jrlonan opened 8 years ago

jrlonan commented 8 years ago

Thank you for this project! It really helps with the centralised management of my Postfix servers.

One feature I'd like to see is the ability to create DKIM key-value entries, either on a separate table, or to an existing DB table. Currently my plan is to run SQL queries directly to the DB to insert the key-value pairs, but if Posty can have a REST API to add the key value mapping, it would be great!