pkgsrc/mail/milter-manager/PLIST

318 lines
16 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.19 2014/12/11 09:05:07 obache Exp $
bin/milter-manager-log-analyzer
bin/milter-performance-check
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
bin/milter-report-statistics
bin/milter-test-client
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
bin/milter-test-client-libmilter
bin/milter-test-server
include/milter-manager/libmilter/libmilter/mfapi.h
include/milter-manager/libmilter/libmilter/mfdef.h
include/milter-manager/milter/client.h
include/milter-manager/milter/client/milter-client-context.h
include/milter-manager/milter/client/milter-client-enum-types.h
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
include/milter-manager/milter/client/milter-client-objects.h
include/milter-manager/milter/client/milter-client-private.h
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
include/milter-manager/milter/client/milter-client-runner.h
include/milter-manager/milter/client/milter-client-single-thread-runner.h
include/milter-manager/milter/client/milter-client.h
include/milter-manager/milter/core.h
include/milter-manager/milter/core/milter-agent.h
include/milter-manager/milter/core/milter-command-decoder.h
include/milter-manager/milter/core/milter-command-encoder.h
include/milter-manager/milter/core/milter-connection.h
include/milter-manager/milter/core/milter-decoder.h
include/milter-manager/milter/core/milter-encoder.h
include/milter-manager/milter/core/milter-enum-types.h
include/milter-manager/milter/core/milter-error-emittable.h
include/milter-manager/milter/core/milter-esmtp.h
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
include/milter-manager/milter/core/milter-event-loop.h
include/milter-manager/milter/core/milter-finished-emittable.h
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
include/milter-manager/milter/core/milter-glib-event-loop.h
include/milter-manager/milter/core/milter-headers.h
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
include/milter-manager/milter/core/milter-libev-event-loop.h
include/milter-manager/milter/core/milter-logger.h
include/milter-manager/milter/core/milter-macros-requests.h
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
include/milter-manager/milter/core/milter-memory-profile.h
include/milter-manager/milter/core/milter-message-result.h
include/milter-manager/milter/core/milter-option.h
include/milter-manager/milter/core/milter-protocol-agent.h
include/milter-manager/milter/core/milter-protocol.h
include/milter-manager/milter/core/milter-reader.h
include/milter-manager/milter/core/milter-reply-decoder.h
include/milter-manager/milter/core/milter-reply-encoder.h
include/milter-manager/milter/core/milter-reply-signals.h
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
include/milter-manager/milter/core/milter-session-result.h
include/milter-manager/milter/core/milter-syslog-logger.h
include/milter-manager/milter/core/milter-utils.h
include/milter-manager/milter/core/milter-version.h
include/milter-manager/milter/core/milter-writer.h
include/milter-manager/milter/manager.h
include/milter-manager/milter/manager/milter-manager-applicable-condition.h
include/milter-manager/milter/manager/milter-manager-child.h
include/milter-manager/milter/manager/milter-manager-children.h
include/milter-manager/milter/manager/milter-manager-configuration.h
include/milter-manager/milter/manager/milter-manager-control-command-decoder.h
include/milter-manager/milter/manager/milter-manager-control-command-encoder.h
include/milter-manager/milter/manager/milter-manager-control-protocol.h
include/milter-manager/milter/manager/milter-manager-control-reply-decoder.h
include/milter-manager/milter/manager/milter-manager-control-reply-encoder.h
include/milter-manager/milter/manager/milter-manager-controller-context.h
include/milter-manager/milter/manager/milter-manager-controller.h
include/milter-manager/milter/manager/milter-manager-egg.h
include/milter-manager/milter/manager/milter-manager-enum-types.h
include/milter-manager/milter/manager/milter-manager-launch-command-decoder.h
include/milter-manager/milter/manager/milter-manager-launch-command-encoder.h
include/milter-manager/milter/manager/milter-manager-launch-protocol.h
include/milter-manager/milter/manager/milter-manager-leader.h
include/milter-manager/milter/manager/milter-manager-module-impl.h
include/milter-manager/milter/manager/milter-manager-module.h
include/milter-manager/milter/manager/milter-manager-objects.h
include/milter-manager/milter/manager/milter-manager-process-launcher.h
include/milter-manager/milter/manager/milter-manager-reply-decoder.h
include/milter-manager/milter/manager/milter-manager-reply-encoder.h
include/milter-manager/milter/manager/milter-manager-reply-protocol.h
include/milter-manager/milter/manager/milter-manager.h
include/milter-manager/milter/server.h
include/milter-manager/milter/server/milter-server-context.h
include/milter-manager/milter/server/milter-server-enum-types.h
lib/libmilter-client.la
lib/libmilter-core.la
lib/libmilter-manager.la
lib/libmilter-server.la
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/milter-manager/binding/ext/milter_client.la
lib/milter-manager/binding/ext/milter_core.la
lib/milter-manager/binding/ext/milter_manager.la
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/milter-manager/binding/ext/milter_server.la
lib/milter-manager/binding/ext/rb-milter-client.h
lib/milter-manager/binding/ext/rb-milter-core.h
lib/milter-manager/binding/ext/rb-milter-server.h
lib/milter-manager/binding/lib/milter.rb
lib/milter-manager/binding/lib/milter/client.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
lib/milter-manager/binding/lib/milter/client/command-line.rb
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/milter-manager/binding/lib/milter/client/composite-session.rb
lib/milter-manager/binding/lib/milter/client/configuration.rb
lib/milter-manager/binding/lib/milter/client/context-state.rb
lib/milter-manager/binding/lib/milter/client/envelope-address.rb
lib/milter-manager/binding/lib/milter/client/fallback-session.rb
lib/milter-manager/binding/lib/milter/client/mail-transaction-shelf.rb
lib/milter-manager/binding/lib/milter/client/session-context.rb
lib/milter-manager/binding/lib/milter/client/session.rb
lib/milter-manager/binding/lib/milter/client/testing.rb
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/milter-manager/binding/lib/milter/core.rb
lib/milter-manager/binding/lib/milter/core/callback.rb
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/milter-manager/binding/lib/milter/core/compatible.rb
lib/milter-manager/binding/lib/milter/core/logger.rb
lib/milter-manager/binding/lib/milter/core/macro.rb
lib/milter-manager/binding/lib/milter/core/path.rb
lib/milter-manager/binding/lib/milter/core/socket-address.rb
lib/milter-manager/binding/lib/milter/manager.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
lib/milter-manager/binding/lib/milter/manager/address-matcher.rb
lib/milter-manager/binding/lib/milter/manager/breaker.rb
lib/milter-manager/binding/lib/milter/manager/child-context.rb
lib/milter-manager/binding/lib/milter/manager/clamav-milter-config-parser.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
lib/milter-manager/binding/lib/milter/manager/condition-table.rb
lib/milter-manager/binding/lib/milter/manager/connection-check-context.rb
lib/milter-manager/binding/lib/milter/manager/debian-init-detector.rb
lib/milter-manager/binding/lib/milter/manager/detector.rb
lib/milter-manager/binding/lib/milter/manager/enma-socket-detector.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
lib/milter-manager/binding/lib/milter/manager/exception.rb
lib/milter-manager/binding/lib/milter/manager/file-reader.rb
lib/milter-manager/binding/lib/milter/manager/freebsd-rc-detector.rb
lib/milter-manager/binding/lib/milter/manager/init-detector.rb
lib/milter-manager/binding/lib/milter/manager/milter-greylist-config-parser.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
lib/milter-manager/binding/lib/milter/manager/netstat-connection-checker.rb
lib/milter-manager/binding/lib/milter/manager/opendkim-config-parser.rb
lib/milter-manager/binding/lib/milter/manager/pkgsrc-rc-detector.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
lib/milter-manager/binding/lib/milter/manager/policy-manager.rb
lib/milter-manager/binding/lib/milter/manager/postfix-cidr-table.rb
lib/milter-manager/binding/lib/milter/manager/postfix-condition-table-parser.rb
lib/milter-manager/binding/lib/milter/manager/postfix-regexp-table.rb
lib/milter-manager/binding/lib/milter/manager/rcng-detector.rb
lib/milter-manager/binding/lib/milter/manager/redhat-detector.rb
lib/milter-manager/binding/lib/milter/manager/redhat-init-detector.rb
lib/milter-manager/binding/lib/milter/manager/redhat-upstart-detector.rb
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/milter-manager/binding/lib/milter/server.rb
lib/milter-manager/binding/lib/milter/server/testing.rb
lib/milter-manager/libmilter.la
lib/milter-manager/module/configuration/milter-manager-ruby-configuration.la
lib/pkgconfig/libmilter.pc
lib/pkgconfig/milter-client.pc
lib/pkgconfig/milter-core.pc
lib/pkgconfig/milter-manager.pc
lib/pkgconfig/milter-server.pc
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
lib/pkgconfig/ruby-milter-client.pc
lib/pkgconfig/ruby-milter-core.pc
lib/pkgconfig/ruby-milter-server.pc
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
lib/pkgconfig/ruby-milter.pc
${RUBY_VENDORLIB}/milter.rb
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
${RUBY_VENDORLIB}/milter/client.rb
${RUBY_VENDORLIB}/milter/core.rb
${RUBY_VENDORLIB}/milter/server.rb
man/ja/man1/milter-manager-log-analyzer.1
man/ja/man1/milter-manager.1
man/ja/man1/milter-performance-check.1
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
man/ja/man1/milter-report-statistics.1
man/ja/man1/milter-test-client.1
man/ja/man1/milter-test-server.1
man/man1/milter-manager-log-analyzer.1
man/man1/milter-manager.1
man/man1/milter-performance-check.1
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
man/man1/milter-report-statistics.1
man/man1/milter-test-client.1
man/man1/milter-test-server.1
sbin/milter-manager
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
share/doc/milter-manager/available-milters.html
share/doc/milter-manager/commands.html
share/doc/milter-manager/configuration.html
share/doc/milter-manager/home.png
share/doc/milter-manager/index.html
share/doc/milter-manager/index.sgml
share/doc/milter-manager/install-options-to-centos.html
share/doc/milter-manager/install-options-to-debian.html
share/doc/milter-manager/install-options-to-freebsd.html
share/doc/milter-manager/install-options-to-ubuntu.html
share/doc/milter-manager/install-to-centos.html
share/doc/milter-manager/install-to-centos5.html
share/doc/milter-manager/install-to-debian.html
share/doc/milter-manager/install-to-freebsd.html
share/doc/milter-manager/install-to-others.html
share/doc/milter-manager/install-to-ubuntu.html
share/doc/milter-manager/install-to.html
share/doc/milter-manager/install.html
share/doc/milter-manager/introduction.html
share/doc/milter-manager/ja/api-index-deprecated.xml
share/doc/milter-manager/ja/api-index-full.xml
share/doc/milter-manager/ja/client.xml
share/doc/milter-manager/ja/core.xml
share/doc/milter-manager/ja/libmilter-compatible.xml
share/doc/milter-manager/ja/manager.xml
share/doc/milter-manager/ja/mfapi.xml
share/doc/milter-manager/ja/mfdef.xml
share/doc/milter-manager/ja/milter-agent.xml
share/doc/milter-manager/ja/milter-client-context.xml
share/doc/milter-manager/ja/milter-client-enum-types.xml
share/doc/milter-manager/ja/milter-command-decoder.xml
share/doc/milter-manager/ja/milter-command-encoder.xml
share/doc/milter-manager/ja/milter-connection.xml
share/doc/milter-manager/ja/milter-decoder.xml
share/doc/milter-manager/ja/milter-encoder.xml
share/doc/milter-manager/ja/milter-enum-types.xml
share/doc/milter-manager/ja/milter-error-emittable.xml
share/doc/milter-manager/ja/milter-finished-emittable.xml
share/doc/milter-manager/ja/milter-headers.xml
share/doc/milter-manager/ja/milter-logger.xml
share/doc/milter-manager/ja/milter-macros-requests.xml
share/doc/milter-manager/ja/milter-manager-applicable-condition.xml
share/doc/milter-manager/ja/milter-manager-child.xml
share/doc/milter-manager/ja/milter-manager-children.xml
share/doc/milter-manager/ja/milter-manager-configuration.xml
share/doc/milter-manager/ja/milter-manager-control-command-decoder.xml
share/doc/milter-manager/ja/milter-manager-control-command-encoder.xml
share/doc/milter-manager/ja/milter-manager-control-protocol.xml
share/doc/milter-manager/ja/milter-manager-control-reply-decoder.xml
share/doc/milter-manager/ja/milter-manager-control-reply-encoder.xml
share/doc/milter-manager/ja/milter-manager-controller.xml
share/doc/milter-manager/ja/milter-manager-egg.xml
share/doc/milter-manager/ja/milter-manager-enum-types.xml
share/doc/milter-manager/ja/milter-manager-launch-command-decoder.xml
share/doc/milter-manager/ja/milter-manager-launch-command-encoder.xml
share/doc/milter-manager/ja/milter-manager-launch-protocol.xml
share/doc/milter-manager/ja/milter-manager-leader.xml
share/doc/milter-manager/ja/milter-manager-log-analyzer-graphs.png
share/doc/milter-manager/ja/milter-manager-module-impl.xml
share/doc/milter-manager/ja/milter-manager-module.xml
share/doc/milter-manager/ja/milter-manager-objects.xml
share/doc/milter-manager/ja/milter-manager-process-launcher.xml
share/doc/milter-manager/ja/milter-manager-reply-decoder.xml
share/doc/milter-manager/ja/milter-manager-reply-encoder.xml
share/doc/milter-manager/ja/milter-manager-reply-protocol.xml
share/doc/milter-manager/ja/milter-manager.xml
share/doc/milter-manager/ja/milter-option.xml
share/doc/milter-manager/ja/milter-protocol-agent.xml
share/doc/milter-manager/ja/milter-protocol.xml
share/doc/milter-manager/ja/milter-reader.xml
share/doc/milter-manager/ja/milter-reply-decoder.xml
share/doc/milter-manager/ja/milter-reply-encoder.xml
share/doc/milter-manager/ja/milter-reply-signals.xml
share/doc/milter-manager/ja/milter-server-context.xml
share/doc/milter-manager/ja/milter-server-enum-types.xml
share/doc/milter-manager/ja/milter-syslog-logger.xml
share/doc/milter-manager/ja/milter-utils.xml
share/doc/milter-manager/ja/milter-version.xml
share/doc/milter-manager/ja/milter-writer.xml
share/doc/milter-manager/ja/mta-and-milter-manager-and-child-milter-ja.png
share/doc/milter-manager/ja/mta-and-milter-manager-and-child-milter.png
share/doc/milter-manager/ja/sendmail-and-milter-ja.png
share/doc/milter-manager/ja/sendmail-and-milter.png
share/doc/milter-manager/ja/sendmail-and-postfix-and-milter-ja.png
share/doc/milter-manager/ja/sendmail-and-postfix-and-milter.png
share/doc/milter-manager/left-insensitive.png
share/doc/milter-manager/left.png
Update milter-manager to 1.8.1. A bug fix release of 1.8.0. Now, manager.event_loop_backend and manager.n_workers aren't experimental! === milter manager ==== Improvements * [applicable-condition][sendmail] clear DNS cache for each 100 IP addresses. ==== Fixes * detach IO for launcher on daemon mode. use milter_client_is_run_as_daemon() to get whether daemonize or not. [Reported by OBATA Akio] * add a workaround for Ruby cleanup. If environment variable MILTER_MANAGER_RUBY_STOP_TIMER_THREAD_BEFORE_CLEANUP=yes, skip timer thread before cleanup. * use rb_fork() as fork implementation. This will fix --daemon doesn't work on *BSD. [Reported by OBATA Akio] * use INCLUDES to use configured libev include path rather than CPPFLAGS. [Reported by moto kawasaki] === milter-core ==== Fixes * fix missing null FD close by inverted condition. [Reported by OBATA Akio] === milter-client ==== Improvements * use higher priority for accepting connection. ==== Fixes * fix a bug that workers don't shutdown on master shutdown. It's GLib evnet loop backend specific problem. === milter-server ==== Improvements * add more information to error message. * [server] unify unknown name logging. ==== Fixes * fix a bug that all milters can't find on 2nd RCPT in the same session. === Ruby milter ==== Improvements * add Milter::Client::Configuration::MilterConfiguration#name. ==== Fixes * fix event_loop_created hook can't get event loop. * do not raise error if process raw shift_jis mail file. Ruby 1.9. * udpate bundled test-unit file list. [Reported by Hirohisa Yamaguchi] * [ruby][glib2] fix a SEGV bug on Solaris10. === milter-test-server ==== Fixes * fix quoted charset detection. [Reported by nobu] * fix multiline header parsing. * --mail-file keeps new line type of the original mail. === Document ==== Improvements * add log list to HTML. * fix typos. [Pull requested by Norio Suzuki] === Admin ==== Improvements * use locale "en" if Accept-Language is not "ja". [Reported by Larry G. Wapnitsky]
2011-11-16 07:07:42 +01:00
share/doc/milter-manager/log-list.html
share/doc/milter-manager/maintenance-policy.html
share/doc/milter-manager/milter-manager-log-analyzer-graphs.png
share/doc/milter-manager/milter-manager-log-analyzer.html
share/doc/milter-manager/milter-manager.devhelp2
share/doc/milter-manager/milter-manager.html
share/doc/milter-manager/milter-performance-check.html
Update milter-manager to 1.6.4. == [release-1-6-4] 1.6.4: 2011-01-21 A bug fix release of 1.6.3. === milter-client ==== Fixes * Used event loop usage as before when event loop backend is GLib. == [release-1-6-3] 1.6.3: 2011-01-20 A performance improvement release. This release includes a few performance improvement features but they are marked 'experimental'. They will be 'stable' feature in 1.8.0. === milter manager ==== Improvements * Upgraded bundled Ruby/GLib2 to 0.90.5 from 0.19.4. * Supported Ruby 1.9.2. * Added ((<manager.fallback_status|configuration.rd.ja#manager.fallback_status>)) that specifies a status returned to SMTP server on internal error. * Added ((<manager.fallback_status_at_disconnect|configuration.rd.ja#manager.fallback_status_at_disconnect>)) that specifies a status returned to SMTP server when disconnection is detected. [Suggested by Kenji Shiono] * Added DATA event emuration that is enabled when SMTP server uses milter protocol version 3 or smaller. * Added ((<manager.event_loop_backend|configuration.rd.ja#manager.event_loop_backend>)) that specifies event loop backend. (experimiental) * Added ((<manager.n_workers|configuration.rd.ja#manager.n_workers>)) that specifies number of worker processes. (experimental) * Added ((<manager.packet_buffer_size|configuration.rd.ja#manager.packet_buffer_sizea>)) that specifies buffer size for send packets. (experimental) ==== Fixes * Fixed a bug that ((<manager.use_netstat_connection_checker|configuration.rd.ja#manager.use_netstat_connection-checker>)) doesn't work with Postfix 2.3. [Reported by Kenji Shiono] * Fixed a DATA event timing when some child milters exist. [Reported by Kenji Shiono] === Document ==== Improvements * Described about Postfix's {client_addr}. [Reported by Kenji Shiono] === milter-client ==== Improvements * Supported multi process. (experimental) * Supported libev as event loop backend. (experimental) * Bundled libev 4.03. * Made write asyncronize. * Supported send packets buffering. (experimental) === milter-server ==== Improvements * Added more condition checks on evnets. ==== Fixes * Fixed a bug that timeout detection doesn't work. [Reported by Kenji Shiono] === Ruby milter ==== Improements * Added ruby-milter.pc. * Added --packet-buffer-size option that specifies send packet buffer size. (experimental) * Added --n-workers option thst specifies number of worker processes. (epxerimental) * Added --event-loop-backend option that specifies event loop backend. (experimental) === milter-test-client ==== Improvements * Added ((<--n-workers|milter-test-client#--n-workers>)) option that specifies number of worker processes. (experimental) * Added ((<--event-loop-backend|milter-test-client#--event-loop-backend>)) option that specifies event loop backend. (experimental) * Added ((<--packet-buffer-size|milter-test-client#--packet-buffer-size>)) option that specifies send packets buffer size. (experimental) === milter-performance-check ==== Improvements * Added ((<--n-additional-lines|milter-performance-check#--n-additional-lines>)) option that grows body size. * Added ((<--report-failure-responses|milter-performance-check#--report-failure-responses>)) option that enables failure SMTP sesseion response report on the last. * Added ((<--report-periodically|milter-performance-check#--report-periodically>)) option that enables periodical statistics report. * Added ((<--flood|milter-performance-check#--flood>)) option that enables flood mood that sends flood of mails in specified period. === milter-report-statistics ==== Improvements * Added: ((<milter-report-statistics.rd.ja>)) === Packet * Updated package repository RPM for CentOS: 1.0.0-0 -> 1.0.0-1. === Thanks * Kenji Shiono
2011-01-27 12:16:39 +01:00
share/doc/milter-manager/milter-report-statistics.html
share/doc/milter-manager/milter-test-client.html
share/doc/milter-manager/milter-test-server.html
share/doc/milter-manager/mta-and-milter-manager-and-child-milter-ja.png
share/doc/milter-manager/mta-and-milter-manager-and-child-milter.png
share/doc/milter-manager/news.html
share/doc/milter-manager/readme.html
share/doc/milter-manager/reverse-dictionary.html
share/doc/milter-manager/right-insensitive.png
share/doc/milter-manager/right.png
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
share/doc/milter-manager/ruby-milter-configuration.html
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
share/doc/milter-manager/ruby-milter-reference.html
share/doc/milter-manager/ruby-milter-tutorial.html
share/doc/milter-manager/ruby.html
share/doc/milter-manager/sendmail-and-milter-ja.png
share/doc/milter-manager/sendmail-and-milter.png
share/doc/milter-manager/sendmail-and-postfix-and-milter-ja.png
share/doc/milter-manager/sendmail-and-postfix-and-milter.png
share/doc/milter-manager/start.html
share/doc/milter-manager/style.css
share/doc/milter-manager/up-insensitive.png
share/doc/milter-manager/up.png
share/doc/milter-manager/upgrade-on-centos.html
share/doc/milter-manager/upgrade-on-debian.html
share/doc/milter-manager/upgrade-on-freebsd.html
share/doc/milter-manager/upgrade-on-ubuntu.html
share/doc/milter-manager/upgrade-options-on-centos.html
share/doc/milter-manager/upgrade-options-on-debian.html
share/doc/milter-manager/upgrade-options-on-freebsd.html
share/doc/milter-manager/upgrade-options-on-ubuntu.html
share/doc/milter-manager/upgrade.html
share/doc/milter-manager/users.html
share/examples/milter-manager/applicable-conditions/authentication.conf
share/examples/milter-manager/applicable-conditions/remote-network.conf
share/examples/milter-manager/applicable-conditions/restrict-accounts.conf
share/examples/milter-manager/applicable-conditions/s25r.conf
share/examples/milter-manager/applicable-conditions/sendmail-compatible.conf
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
share/examples/milter-manager/applicable-conditions/stress.conf
share/examples/milter-manager/applicable-conditions/trust.conf
share/examples/milter-manager/defaults/debian.conf
share/examples/milter-manager/defaults/freebsd.conf
share/examples/milter-manager/defaults/pkgsrc.conf
share/examples/milter-manager/defaults/redhat.conf
share/examples/milter-manager/milter-manager.conf
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
share/examples/milter-manager/models/example.rb
share/milter-manager/license/fdl.txt
share/milter-manager/license/gpl.txt
share/milter-manager/license/lgpl.txt
share/milter-manager/license/ruby.ja.txt
share/milter-manager/license/ruby.txt
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
share/milter-manager/munin/plugins/milter_manager_
share/milter-manager/munin/plugins/milter_manager_memory
share/milter-manager/munin/plugins/postfix_processes
share/milter-manager/munin/plugins/sendmail_processes
share/milter-manager/sample/ruby/milter-regexp.rb
share/milter-manager/sample/ruby/milter-reject-empty-body.rb
share/milter-manager/sample/ruby/milter-reject-nil-sender.rb
share/milter-manager/sample/ruby/milter-tarpit.rb
Update milter-manager to 1.6.7. == [release-1-6-7] 1.6.7: 2011-04-08 A bug fix release of 1.6.6. === All ==== Improvements * Don't create needless directories on install. [Reported by OBATA Akio] ==== Fixes * Fixed a bug that Ruby/GLib2 in system can't be found. [Reported by OBATA Akio] === Package ==== Fixes * [RPM] Fixed dependencies. * [Debian] Fixed dependencies. * [Debian] Don't use deprecated option in init script. * [RPM] Don't use deprecated option in init script. === milter-manager ==== Fixes * [S25R] Fixed a bug that milter is always run. === milter-core ==== Improvements * Added "+LEVEL1|LEVEL2|..." syntax to add log levels. * Added "-LEVEL1|LEVEL2|..." syntax to remove log levels. === milter-client ==== Improvements * Added --log-level option. * Added --quiet option. === Thanks * OBATA Akio == [release-1-6-6] 1.6.6: 2011-04-07 This release improves Ruby support and Solaris support. === All ==== Improvements * Added --with-bundled-ruby-glib2 configure option for using bundled Ruby/GLib2 anytime. * Supported Solaris. === Document ==== Fixes * [Debian] add missing GROUP=postfix in configuration. [Reported by Jordao] === Package ==== Improvements * Supported Solaris. * Fedora 13 -> 14. === milter-core ==== Improvements * Set 'warning' log level by default. * Set 'statistics' log level by default. * Set 'message' log level by default. * Changed syslog level for statistics log to LOG_NOTICE level from LOG_INFO level . ==== Fixes * Fixed a memory leak on read error. === milter-manager ==== Improvements * Supported database connection. * Disabled S25R applicable condition for IPv6 connection by default. It's customizable by s25r.check_only_ipv4=. * Added --n-workers option. * Added --event-loop-backend option. * Supported log configuration in configuration file. ==== Fixes * Fixed a crash bug on reloading. [Reported by Kenji Shiono] === libmilter-compatible ==== Improvements * Supported event loop backend customize by environment variable: * MILTER_EVENT_LOOP_BACKEND=libev -> libev is used * MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default) === milter-test-client ==== Improvements * Added --pid-file option. * Supported shutdown by SIGTERM. === milter-test-server ==== Improvements * Added --envelope-from option. * Deprecated --from option. * Added --envelope-recipient option. * Deprecated --recipient option. * Added --connect-macro option. * Added --helo-macro option. * Added --envelope-from-macro option. * Added --envelope-recipient-macro option. * Added --data-macro option. * Added --end-of-header-macro option. * Added --end-of-message-macro option. * Supported result body output in non-ASCII encoding. === milter-report-statistics ==== Improvements * Supported Solaris. * Added --pid option. * Added --pid-directory option. === Ruby milter ==== Improvements * Added --maintenance-interval option. * Added --run-gc-on-maintain option. * Added --environment option. * Added --max-file-descriptors option. * Added --pid-file option. * Added Milter::ClientSession#delete_header. * Added Milter::ClientSession#insert_header. * Added Milter::ClientSession#replace_body. * Added Milter::ClientSession#change_from. * Added. Milter::ClientSession#add_recipient. * Added Milter::ClientSession#delete_recipient. * Added Milter::ClientSession#delay_response. * Added Milter::ClientSession#progress. * Added Milter::ClientSession#discard. * Added Milter::EventLoop. * Supported configuration file. * Added Milter::SocketAddress#ipv4?. * Added Milter::SocketAddress#ipv6?. * Added Milter::SocketAddress#unix?. ==== Fixes * Fixed a crash bug. === Thanks * Jordao * Kenji Shiono
2011-04-08 09:58:16 +02:00
share/milter-manager/sample/ruby/milter-test-client-composite.rb
Update milter-manager to 1.6.0. == [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12 04:09:22 +02:00
share/milter-manager/sample/ruby/milter-test-client.rb