blob: ff5b60765047449211ee88a04e498ab1f7001d2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This is mailfront, a package containing customizeable network front-ends
for mail servers. It contains complete SMTP and POP3 front-ends as well
as an authentication module for IMAP.
Two SMTP back-ends are provided. One delivers mail to qmail-queue,
mimicking most of the behavior of qmail-smtpd, with the addition of
support for SMTP AUTH. The other rejects all SMTP commands if
$SMTPREJECT is set, and execs its command line otherwise (in order to
run the above program).
Author: Bruce Guenter <bruceg@em.ca>
WWW: http://untroubled.org/mailfront/
|