10 projects tagged "SMTP"
GNU Anubis is an SMTP message submission daemon. It represents an intermediate layer between the mail user agent (MUA) and mail transport agent (MTA), receiving messages from the MUA, applying to them a set of predefined changes, and finally inserting modified messages into an MTA routing network. The set of changes applied to a message is configurable on a system-wide and per-user basis. The built-in configuration language used for defining sets of changes allows for considerable flexibility and is easily extensible.
IndiMail is a messaging platform built using qmail and other messaging software. IndiMail has the ability to distribute the users in a domain across multiple hosts. IndiMail has multiple queues (called a queue collection), which can achiever very high concurrencies. The system IDs and configuration files used by IndiMail are all configurable through a set of environment variables, allowing you to customize IndiMail the way you want. IndiMail does not use hard-coded uid/gid in the executables, which makes it easy to distribute a binary package. IndiMail has features that any modern email server should have: SMTP, QMQP, QMTP, IMAP, POP3, DKIM, BATV, greylisting, filtering capability, and spam/virus control.
SSA Fetchmail is a multi-threaded solution that retrieves new emails from ISP email accounts and forwards them through different channels like email, SMS, or a local SQL repository. It supports IMAP4, POP3, SSL, SMTP TLS delivery, SMPP SMS delivery, and local delivery. SSA Fetchmail supports thousands of email accounts provisioned in a MySQL database. Its performance is better than other solutions.
Masqmail is an MTA (mail transport agent) for notebooks, workstations, home servers, and generally any host with no permanent network connection. It has special support for multiple transfer routes (e.g. to different mail providers). Address rewriting can be done in several ways. It is a slim replacement for full-blown MTAs such as sendmail, exim, qmail, or postfix and for the intended uses, configuration is much simpler.
OpenSMTPD is an RFC compliant, secure, and simple SMTP server ported from OpenBSD to Linux. It supports the SMTP protocol, including SSL versions for added security, virtual domains, forward files, and external delivery agents like procmail, and can do most of the basic things that other MTA implementations do.
Clement is an email server application. Its main function is to block unwanted mail (spam) as soon as possible in the email exchange process. It accepts or rejects email while the SMTP session, initiated by the email sender, is still pending, accepting legitimate email messages without the need to return an error status to non-existent or "borrowed" return address later. Clement can operate in two modes. Either the mail is taken into account locally and stored in the recipient's own area, or it can transmit the mail to an another SMTP server (Sendmail, Postfix, Exim, Exchange, etc.). Each email domain name Clement knows about can be treated in one of these two modes depending on the group to which the domain name has been set. Each message is verified by a virus scanner (ClamAV) while the SMTP connection is still open, but the refusal of mail and the reason for refusal is notified to the actual sender. Mail management is done via a Web interface and can be delegated to three administrative levels (Root-Admin, Group-Admin, Domain-Admin). Standard users can access their own logs (sent email status, email rejected, quarantined email, etc.). With this interface, the user can handle the rejection and acceptance of mail. Users who are level "Admin" can access the session logs (via the Web interface). Clement uses a SQL database (PostgreSQL, MySQL) to store and manage logs, user profiles, and dynamic management of directives concerning the sender-receiver relationship.
Rumble is a mail server suite for SMTP (ESMTPSA), HTTP, POP3, and IMAP4v1 with an extensive C/C++ and Lua API for scripting. It comes with support for SSL/TLS, SQLite, and MySQL and has a Web-based administration and Web mail feature. Additional included modules feature greylisting, DNS blacklisting, SpamAssassin support, and dynamic performance scaling as well as a multithreaded structure that allows for clustering of multiple servers for one or all domains. With the Lua API you can create your own new server mailing lists, CRM software, e-marketing, and other extensions within minutes.
Sendooway is a multi-user and multi-target ESMTP proxy that acts as mail transfer agent. Instead of configuring SMTP servers and authentication data for every mail identity on every device, it allows you to configure them centrally. Sendooway automatically uses the correct smarthost, logs on with the user's account data, and sends their mail.
libquickmail is a library intended to give C/C++ developers a quick and easy way to send email from their applications. It supports multiple To/Cc/Bcc recipients and multiple MIME attachments without size limitation. It uses libcurl for SMTP communication, but a light version is also included without the libcurl dependancy. The library can also be used to just create a multipart MIME message body. It also comes with a command line application for sending mail (with optional attachments).