Skip to content

integrate exim with iAPI and remove pgsql layer

mh requested to merge exim-remove-pgsql into master

This removes all DB lookups in exim with readsocket to iAPI. It is more or less a copy the SQL approach to iAPI, deliberately without any large changes within the exim routing layer.

This might increase the load on the iAPI but for now, there is no caching layer in between.

This requires immerda/apps/iapi!20 (merged)

Edited by mh

Merge request reports