Commit graph

24 commits

Author SHA1 Message Date
Dirk Meyer
5c82fa580d - update to 1.0.Alpha5.0 2011-09-03 11:07:06 +00:00
Dirk Meyer
04634f325b - update to 1.0.Alpha4.0 2011-08-13 13:45:49 +00:00
Dirk Meyer
187807a2e2 - update to 1.0.Alpha1.0 2011-05-11 20:16:02 +00:00
Dirk Meyer
e8231ee6b6 - update to 1.0.Alpha0.0 2011-04-02 18:49:17 +00:00
Dirk Meyer
5a53567313 - udpate to 1.0.PreAlpha42.0 2011-04-02 18:29:50 +00:00
Dirk Meyer
1c4dff4aeb - update to 1-1.0.PreAlpha36 2010-08-20 06:47:52 +00:00
Dirk Meyer
7b69a6211e - update to 1.0.PreAlpha35.0 2010-06-07 17:24:12 +00:00
Dirk Meyer
614ad36a06 - update to 1-1.0.PreAlpha34 2010-03-26 14:17:43 +00:00
Dirk Meyer
35bb2c2ab1 - update to 1.0.PreAlpha33
Feature safe:	yes
2010-02-26 18:02:32 +00:00
Dirk Meyer
9c5b2499f7 - update to 1.0.PreAlpha32.0 2010-01-24 20:33:35 +00:00
Dirk Meyer
fae37b15da - update to .0.PreAlpha31.0 2010-01-16 08:48:33 +00:00
Dirk Meyer
20fc645e9f - update to 1.0.PreAlpha30.0 2009-08-24 20:39:06 +00:00
Dirk Meyer
11523b5aea - update to 1.0.PreAlpha29 2009-06-04 04:56:24 +00:00
Dirk Meyer
3ca1ce4e69 - update to 1.0.PreAlpha27 2008-07-16 14:08:16 +00:00
Dirk Meyer
24e0129f7b - update to 1.0.PreAlpha26.0 2008-05-17 07:55:39 +00:00
Dirk Meyer
3e7c0d553e - update to 1.0.PreAlpha25.0 2008-02-26 15:18:59 +00:00
Dirk Meyer
8ebeac3f74 - udate to 1.0.PreAlpha24.0. 2008-02-09 11:31:39 +00:00
Dirk Meyer
1f04f10cde - update to 1.0.PreAlpha23.0 2008-01-30 14:32:48 +00:00
Dirk Meyer
512f3d0356 - update to 1.0.PreAlpha22 2007-12-11 20:18:42 +00:00
Dirk Meyer
96865c7e26 - update to 1.0.PreAlpha21 2007-12-11 20:17:50 +00:00
Dirk Meyer
14ed22050d - update to 1.0.PreAlpha20 2007-10-09 13:31:44 +00:00
Dirk Meyer
c1e13d65de - update to 1.0.PreAlpha19 2007-09-30 04:23:11 +00:00
Dirk Meyer
63baebc99f - update to 1.0.PreAlpha18.0 2007-07-19 10:17:42 +00:00
Dirk Meyer
45329b89b2 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.
2007-06-10 13:20:37 +00:00