MeTA1 1.0.PreAlpha22.0 (Default branch) |
|
|
Wednesday November 21, 2007. 09:48 AM FreshMeat
MeTA1 is a modularized message transfer agent (MTA)
consisting of five (or more) persistent processes,
four of which are multi-threaded. A queue manager
controls SMTP servers and SMTP clients to receive
and send email messages, an address resolver
provides lookups in various maps (including DNS)
for mail routing, and a main control program
starts the other processes and watches over their
execution. The queue manager organizes the flow of
messages through the system and provides measures
to avoid overloading the local or remote systems
by implementing a central control instance. It is
simple to configure using a C-like syntax and is
secure and efficient.
License: Other/Proprietary License with Source
Changes:
This version allows you to specify a list of
characters that can act as delimiters in the local
part of an email address. This makes it simpler to
deal with broken Web sites that do not allow the
plus sign as a valid character in an email
address. Moreover, smar reads the list of
nameservers from /etc/resolv.conf unless at least
one nameserver is explicitly specified in the
configuration file or the option use_resolvconf is
turned off.
|