summaryrefslogtreecommitdiff
path: root/mail/mailfront
AgeCommit message (Collapse)AuthorFilesLines
2006-08-02Pass the runtime path to bglibs to the linker, now that they're dynamic.schmonz3-2/+17
Bump PKGREVISION since mailfront was building but failed to run.
2006-07-29Update to 0.98.1. From the changelog:schmonz2-6/+6
- Fixed the $REQUIRE_AUTH feature to properly check for $RELAYCLIENT being set.
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-7/+9
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-21Update to 0.98. From the changelog:schmonz2-6/+6
- Added enhanced mail system status codes (RFC 1893/2034). - Added support for rejecting all mail unless client is authenticated (either as a relay client or with SMTP authentication) if $REQUIRE_AUTH is set. - Full domain names are now required in all addresses except for the null sender. - Removed the "bounce must have a single recipient" rule, as it is currently causing more problems (with address checkers) than it is solving (spammers no longer use this technique). - Fixed one-off bug in counting recipients for $MAXRCPTS. - Truncate UIDL responses to 70 characters as per RFC 1939. - Added QMQP and QMTP "reject" front ends, for completeness. The enhanced mail system status codes together with the $REQUIRE_AUTH change should make smtpfront compliant with RFC 2476's requirements for a "message submission agent", suitable for use on TCP port 587.
2005-10-08Update to 0.97. From the changelog:schmonz2-6/+6
- Add support to the qmail backend for custom qmail-queue error messages taken from $QQERRMSG_#. - Clear session timeouts (via alarm) before executing authenticated commands in imapfront-auth and pop3front-auth. - Fixed typo in the CVM lookup code that would prevent the proper operation of lookup secrets. Thanks Dale Woolridge.
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz1-4/+2
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-07-20Initial import of mailfront, a package containing customizeableschmonz5-0/+128
network front-ends for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as an authentication module for IMAP. The mail delivery front-ends also contain internal address filtering features.