Projects tagged ‘mail’ and ‘mta’


Jump to tag:

Projects tagged ‘mail’ and ‘mta’

Filtered by Project Tags mail mta

Refine results Project Tags smtp (6) email (4) server (4) mailing (2) service (2) mail_transport_agents (2) nio (1) security (1) perl (1) pop (1) mua (1) swt (1)

[6 total ]

346USERS
   

Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different.

4USERS
 

gnu Mailutils contains a series of useful mail clients, servers, and libraries. These are the primary mail utilities of the GNU system. Specifically, this package contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a ... [More] POSIX `mailx' client, and a collection of other tools. The central library is capable of accessing different mailbox formats and mailers as well as off of local or remote POP3 and IMAP4 servers. Why use this package? This package started off to try and handle large mailbox files more gracefully then current POP3 servers did. While it handles this task, it also allows you to support a variety of different mailbox formats without any real effort on your part. Also, if a new format is added at a later date, your program will support that new forma [Less]

1USERS
 

Mailster is a project aimed at testing software mail capabilities. It provides a mail server container to test emails sent by your apps without rewriting your application code.

1USERS

Postmaster implements an ESMTP server. Given a configuration, it starts up and listens for incoming SMTP connections, handles them, and pipes the accepted e-mail messages into an arbitrary local mailer of your choice. A good local mailer is Procmail. ... [More] Beyond that, you can configure and modify every little step of the SMTP transaction. All the real work is done through call-back functions. [Less]

0USERS

With support for all the basic SMTP commands, php-smtp is an easily deployed and managed SMTP server built in PHP.

0USERS

RFCMail is a collection of Perl modules which can be used to implement a number of mail-related things, such as SMTP honeypots for spam analysis. Its core business is that of an MTA, so most of the modules relate to SMTP in some way. It does not ... [More] major in message text handling or message store (mailbox) management. The author has chosen to re-implement the core SMTP functionality, rather than re-use existing implementations, so as to allow much greater flexibility in how SMTP is handled. At this particular point in time, it has a fully functional SMTP server which is capable of acting as an SMTP honeypot. This may prove of some interest to those conducting anti-spam research. Although much of the existing functionality is clean and well documented, the overall project is still a shambles, undergoing significant restructuring as new and better ways of structuring the code are discovered. It has not settled down into a pattern that can be released and maintained, so it is currently only suitable for ad hoc tasks, not as the basis for long-term software products. The ultimate project goal is to produce a library of parts capable of implementing a fully functional mail server (MTA) with a very large degree of flexibility. This flexibility should make it possible to experiment with bleeding-edge anti-spam techniques and mail delivery protocols. Perl is well-suited as a base language for this purpose, since it allows rapid development and easy combination of modules to form a useful whole. On the other hand, the project is not expected to suit the needs of those who just need an ordinary, solid MTA that scales well (although the project owner will be quite happy if this end can be met). This project also aims to set extremely high (to the point of fastidious) standards in code and documentation quality, and standards compliance. This project has only just been migrated to Google Code (from origins as a private project), and a significant amount of work remains to be done before the project will be accommodating to prospective users and contributors. It also remains to be seen how much time the project owner can dedicate to this task! At the moment, the suggested way to introduce yourself to it is to check out the trunk, then read the documentation in pm/RFCMail/ESMTP/Server.pod. Also, look at bin/honeypot-smtpd.pl for a simple but useful application (which can be launched from inetd or similar if desired). Note that this application requires the well-known Net::DNS module. [Less]