Hello, I think Exim should have the LMTP transport enabled in the OpenBSD port. It is used by various software (e.g., Dovecot or Mailman 3) and small enough to just be enabled.
Thanks, Thomas Schneider PS: Please remember to include me in replies, as I am not subscribed to the list. Index: files/Makefile =================================================================== RCS file: /cvs/ports/mail/exim/files/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- files/Makefile 24 Mar 2014 17:39:35 -0000 1.17 +++ files/Makefile 23 Dec 2016 18:50:40 -0000 @@ -232,7 +232,7 @@ TRANSPORT_SMTP=yes # This one is special-purpose, and commonly not required, so it is not # included by default. -# TRANSPORT_LMTP=yes +TRANSPORT_LMTP=yes #------------------------------------------------------------------------------
