From 3914c99a7c38f4bf02833e0b470256f17dff190e Mon Sep 17 00:00:00 2001 From: danfe Date: Thu, 23 Jul 2015 16:40:43 +0000 Subject: Add a port of E-MailRelay, a simple SMTP proxy and store-and-forward message transfer agent (MTA). WWW: http://emailrelay.sourceforge.net/ PR: 199192 Submitted by: Robert Nelson --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index 30aa208ba9c8..6e774402d15a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -109,6 +109,7 @@ SUBDIR += elm SUBDIR += elmo SUBDIR += elmo-devel + SUBDIR += emailrelay SUBDIR += emil SUBDIR += enma SUBDIR += eps -- cgit