pkgsrc-wip/sendmailX/PLIST

43 lines
822 B
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.11 2005/09/04 13:10:08 adrian_p Exp $
bin/createmap
bin/log2time
bin/mailq
bin/qmgrctl
bin/rcvrenvfromlog.sh
bin/runas
bin/smconf
bin/t-getgroup
include/smX/mfapi.h
include/smX/pmfapi.h
include/smX/pmfdef.h
include/smX/smreplycodes.h
libexec/qmgr
libexec/smar
libexec/smtpc
libexec/smtps
man/man5/sendmailx.conf.5
man/man5/smx.conf.5
man/man8/createmap.8
man/man8/mailq.8
man/man8/mcp.8
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-28 22:56:31 +02:00
man/man8/milter-spamd.8
man/man8/qmgr.8
man/man8/runas.8
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-28 22:56:31 +02:00
man/man8/sendmailX.8
man/man8/sendmailx.8
man/man8/smar.8
man/man8/smtpc.8
man/man8/smtps.8
sbin/greyprint
sbin/greyrm
sbin/mcp
share/doc/smX/README.html
share/doc/smX/README.txt
share/examples/smX/Makefile
share/examples/smX/aliases
share/examples/smX/mt
share/examples/smX/smx.conf
@dirrm share/examples/smX
@dirrm share/doc/smX
@dirrm include/smX