./wip/postoffice, Simple SMTP mail server and client

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


Branch: CURRENT, Version: 1.4.9, Package name: postoffice-1.4.9, Maintainer: pbraun

Postoffice is a simple SMTP mail server and client. It supports greylisting,
auth login, adapted sendmail milters, tcpwrappers (hosts.deny) and
BSD mailwrappers (mailer.conf).

User guide : http://pbraun.nethence.com/doc/mail/postoffice.html


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 45dea253162ce4d1712ca38260f560606922506c
Filesize: 98.424 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-05 15:52:02 by Aleksej Saushev | Files touched by this commit (32)
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-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-02-08 23:02:23 by Pierre-Philipp Braun | Files touched by this commit (1)
Log message:
MESSAGE fix
   2009-02-08 13:29:53 by Pierre-Philipp Braun | Files touched by this commit (3)
Log message:
- path fix for --confdir
- rc script fix
   2009-02-08 13:13:14 by Pierre-Philipp Braun | Files touched by this commit (3)
Log message:
. --confdir added
. virtual hosts enabled by default
. create vhost dirs and fix perms
   2009-02-07 17:20:15 by Pierre-Philipp Braun | Files touched by this commit (7)
Log message:
new version
   2008-03-08 16:24:09 by Sergey Svishchev | Files touched by this commit (4)
Log message:
Update to 1.4.6 (old master site and distfile are missing).  Changes:

1.4.0 introduces the new feature of usermaps, which are a way to let
users have temporary mail addresses which they can use when they deal
with possible spammers.

1.4.1 fixes some of the bugs that were in 1.4.0, adds missing features
(and the missing manual page for usermap(7).

1.4.3 introduces one new feature; if you set the config file option
junkfolder=, unwanted mail will not be bounced but will instead be put
into a junkmail folder.

1.4.4 adds spam=-like configuration options to manage connections from
blacklisted sites similar to how spam-ridden messages are currently
handled.

1.4.5 fixes a minor bug and has a fairly extensive code scrub to sweep
out things that the FSF's so-called 'C' compiler complains about.

1.4.6 adds a new configuration option - trusted=hostname, which tells
postoffice to treat hostname as if it was localhost.