vexim / vexim2

Virtual Exim 2
Other
71 stars 47 forks source link

LMTP #247

Open runout-at opened 6 years ago

runout-at commented 6 years ago

This is a rewrite of my original LMTP idea ( #150 ). I do run this in production for about 2 month now. As @Udera mentioned it in #233 i'd put the code for a PR together.

Right now config is very simple. Later this could be integrated in the DB, UI,... Do we want this per domain or per user or a combination? If 'per user' we could set the user table type-field to 'lmtp' and the smtp field to the socket or command.

Actually this PR fixes an issue if VEXIM_LOCALPART_SUFFIX is set. Mails with a To:localpart+suffix... were not handled correctly in the vacation and forward routers.