MeTA1

MeTA1 is a mail transfer agent (MTA) that has been designed with these main topics in minds: security, reliability, efficiency, configurability and extendibility. It supports the Simple Mail Transfer Protocol (SMTP) as specified by RFC 2821 and various extensions.

MeTA1
Developer(s)Claus Aßmann
Stable release
1.0.0.0 / May 25, 2014 (2014-05-25)
Operating systemCross-platform
TypeMail transfer agent
LicenseSendmail License
Websitehttp://www.meta1.org

New development

The next generation of Sendmail was initially called Sendmail X; it was previously called Sendmail 9, but it does not derive from the Sendmail version 8 code base. However, the development of Sendmail X was stopped in favor of a new project called MeTA1.

The first release of Sendmail X smX-0.0.0.0 was made available on October 30, 2005. The final release was smX-1.0.PreAlpha7.0, released on May 20, 2006, under the same license used by Sendmail 8.

MeTA1 1.0.0.0 was released on May 25, 2014.

gollark: ```java byte[] data = arguments.length > 0 && arguments[0] != null ? (byte[])arguments[0] : new byte[0]; computer.addTrackingChange( TrackingField.WEBSOCKET_OUTGOING, data.length ); channel.writeAndFlush( new BinaryWebSocketFrame( Unpooled.wrappedBuffer(data) ) );```^ Probably hopelessly wrong
gollark: It compiles with 18 warnings! Now to test the thing somehow.
gollark: In *this* case the problem is that I can't figure out how to convert the `Object` argument passed in into a `byte[]`, which is probably not right anyway but I have no idea.
gollark: "The libraries involved", then.
gollark: And how interaction with Lua works.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.