9dcab6ff8f
designed for home and office use. It accepts mails from locally installed Mail User Agents (MUA) and delivers the mails either locally or to a remote destination. Remote delivery includes several features like TLS/SSL support and SMTP authentication. Since dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(1), it does not listen on port 25 for incoming connections. PR: ports/130658 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
6 lines
188 B
Text
6 lines
188 B
Text
--- /dev/null 2009-01-17 17:24:56.000000000 +0100
|
|
+++ Makefile 2009-01-17 17:25:04.000000000 +0100
|
|
@@ -0,0 +1,3 @@
|
|
+DISTRIBUTION=portsmaildma
|
|
+SUBDIR=libexec/dma
|
|
+.include <bsd.subdir.mk>
|