2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.
Manually reviewed the changes.
|
2005-11-17 00:07:30 by Adrian Portelli | Files touched by this commit (4) |
Log message:
Update default config file
Tidy up INSTALL so it makes a little more sence
Fix ./configure options in options.mk
|
2005-11-05 01:25:17 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Update to 0.0.0.0
Changes unknown
|
2005-10-31 10:38:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
0.0.0.0 out.
|
2005-10-14 10:59:45 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Update to Beta4
|
2005-09-28 16:24:39 by Roland Illig | Files touched by this commit (55) |
Log message:
Removed trailing white-space.
|
2005-09-04 15:10:08 by Adrian Portelli | Files touched by this commit (3) | |
Log message:
Update to Beta1
> 2005-09-01
> tests: STOPONERROR has been renamed to SM_STOPONERROR for consistency
> with other environment variables.
>
> 2005-08-31
> install: add missing $(DESTDIR) in man/Makefile* install hooks.
> Patch from Sergey Y. Afonin.
>
> 2005-08-29
> smtps: document flags for policy_milter section.
>
> 2005-08-28
> smtps: after a pmilter returned an error for a message chunk (provided
> it asked for that capability) stop sending more message chunks to it.
>
> 2005-08-28
> install: the Makefile for map updates used an old name of the default
> qmgr configuration map.
|
2005-08-28 22:56:32 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Welcome to the first Beta
> 2005-08-26
> smtps: the syntax check for the EHLO parameter rejected some valid
> domains (if the option strict_ehlo_checks was set).
>
> 2005-08-25
> smtps: the specification of pmilter must now contain a generic
> socket description, which also allows for an inet socket instead
> of only a Unix domain socket.
>
> 2005-08-23
> Released smX-0.0.Alpha14.0.
>
> 2005-08-23
> If greylisting and protected_recipients are used together then it was
> possible that a misleading error was logged if a lookup failed.
>
> 2005-08-22
> Log a textual description of errors instead of a hexadecimal error code.
> Requested by Serge Aumont.
>
> 2005-08-21
> mcp: check whether another instance is already running by reading
> the pid file.
>
> 2005-08-18
> Released smX-0.0.Alpha13.0.
>
> 2005-08-18
> createmap: ignore empty lines and lines beginning with '#' by default.
> Based on patch from Jose Marcio Martins da Cruz.
>
> 2005-08-17
> -VVVVVV will show configuration data including all available flags.
>
> 2005-08-17
> Greylisting did not come into play if an invalid recipient was specified
> before a valid recipient (because an internal flag was set too early).
>
> 2005-08-16
> contrib: added milter-regex (written by Daniel Hartmeier) modified
> as policy milter.
>
> 2005-08-16
> smtps: new flag strict_ehlo_checks.
>
> 2005-08-16
> t-getgroup.c: fix a name conflict during compilation that can occur
> on some systems. Noted by Jose Marcio Martins da Cruz.
>
> 2005-08-16
> Installing the symbolic links for two man pages failed when upgrading,
> fix from Jose Marcio Martins da Cruz.
>
> 2005-08-15
> Released smX-0.0.Alpha12.0 (to registered alpha testers only).
>
> 2005-08-15
> More options have been renamed to achieve consistent and intuitive names:
> OLD has been renamed to NEW
> CAcert_path CAcert_directory
> coalesce_delay_max merge_delay_max
>
> For listen_socket, the option "name" has been renamed to \
"path".
>
> 2005-08-14
> The minor version of defedb has been increased: while newer binaries
> can read older defedb files, the opposite is not possible, i.e., after
> an upgrade the new defedb data is not readable by an older binary.
>
> 2005-08-14
> smar: mailertable can now be any map type, not just a text file
> that is read into an internal hash table (which does not allow
> dynamically reloading).
>
> 2005-08-13
> libpmilter: "body" has been renamed to "msg" for \
consistency with
> RFC 2822 terminology.
>
> 2005-08-12
> libpmilter: add SMTP_R_ACCEPT as valid return value to immediately
> accept a transaction or session without contacting pmilter again
> for the transaction or session.
>
> 2005-08-11
> libpmilter: the return type for pmfi_body_F has been changed such
> that it can return a reply code to stop further processing of the
> body. This functionality can be turned on by the capability
> SM_SCAP_PM_BODY_RC.
>
> 2005-08-11
> greylisting programs need pthread support on some platforms. Noted
> by Jose Marcio Martins da Cruz.
>
> 2005-08-10
> contrib: added milter-spamd (written by Daniel Hartmeier) modified
> as policy milter to interact with spamassassin/spamd.
>
> 2005-08-09
> Added a script (misc/sm.check.sh) to perform pre- and post-installation
> checks:
> pre-installation: are all necessary accounts available?
> post-installation: are all files and directories available and have
> the correct permissions?
|
2005-08-09 16:52:50 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to Alpha11 now with extra added man page goodness.
|
2005-08-07 22:31:00 by Adrian Portelli | Files touched by this commit (1) |
Log message:
spaces => tabs
|