aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-06-10 13:20:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-06-10 13:20:37 +0000
commit45329b89b289687dfe26b33aec6001fed180112e (patch)
tree3be0d664e5ae5d013c5f7bc756450f0da038a7cc /mail/Makefile
parent27772770604415c4b00d88191f44cfba460fca23 (diff)
downloadports-45329b89b289687dfe26b33aec6001fed180112e.tar.gz
ports-45329b89b289687dfe26b33aec6001fed180112e.zip
MeTA1 is a message transfer agent that has been designed with
these main topics in minds: * Security * Reliability * Efficiency * Configurability * Extendibility MeTA1 consists of five main modules of which only one runs as root: * mcp: the main control program is similar to inetd(8): it starts all other MeTA1 modules and watches over their execution. mcp runs as root in order to bind to port 25 and to change the uid of the processes it starts. * smtps: the SMTP server receives e-mails. * smtpc: the SMTP client sends e-mails. * smar: the address resolver provides lookups in various maps including DNS for mail routing. * qmgr: the queue manager controls the flow of e-mails through the SMTP servers and clients.
Notes
Notes: svn path=/head/; revision=193169
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 3516a783186b..4e66d3c30bb3 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -237,6 +237,7 @@
SUBDIR += mdpop3d
SUBDIR += mess822
SUBDIR += messagewall
+ SUBDIR += meta1
SUBDIR += metamail
SUBDIR += mew
SUBDIR += mew-emacs20