./wip/smtp.proxy, The smtp.proxy is an application level gateway for SMTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.3, Package name: smtpproxy-1.3.3, Maintainer: oht

smtp.proxy is an application level gateway for SMTP.
It connects a client to a server running on another machine watching
that the protocol is accomplished.
If commands outside the specification are sent,
they are not forwarded to the server.
Additionaly smtp.proxy offers a small email address control
(only email with a certain sender or recipient address can pass through)
and can optionally remove the `Received:' lines from the mail header.
Instead of forwarding the connection to a remote server,
smtp.proxy can feed it into a local mail server, e.g. sendmail.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 2240436595f1325e94d9e329c2aaa1da772a7d0c
Filesize: 51.051 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-11-10 09:36:28 by Thomas Klausner | Files touched by this commit (2)
Log message:
Convert to user-destdir. Fill in PLIST. Set LICENSE.

   2009-10-12 23:35:56 by Thomas Klausner | Files touched by this commit (12)
Log message:
Remove unnecessary lines (mostly unexec ${RMDIR})
   2006-09-09 04:49:32 by OBATA Akio | Files touched by this commit (37)
Log message:
Rename variable MAKEFILE to MAKE_FILE.
   2006-03-19 00:24:43 by OHt | Files touched by this commit (11) | Imported package
Log message:

The smtp.proxy is an application level gateway for SMTP