freebsd-ports/mail/dovecot-pigeonhole/pkg-plist

94 lines
4.4 KiB
Text
Raw Normal View History

%%DOCSDIR%%/example-config/conf.d/20-managesieve.conf
%%DOCSDIR%%/example-config/conf.d/90-sieve-extprograms.conf
%%DOCSDIR%%/example-config/conf.d/90-sieve.conf
%%DOCSDIR%%/example-config/sieve-ldap.conf
bin/sieve-dump
bin/sieve-filter
bin/sieve-test
bin/sievec
include/dovecot-2.3-pigeonhole/sieve/edit-mail.h
include/dovecot-2.3-pigeonhole/sieve/mail-raw.h
include/dovecot-2.3-pigeonhole/sieve/pigeonhole-config.h
include/dovecot-2.3-pigeonhole/sieve/pigeonhole-version.h
include/dovecot-2.3-pigeonhole/sieve/rfc2822.h
include/dovecot-2.3-pigeonhole/sieve/sieve-actions.h
include/dovecot-2.3-pigeonhole/sieve/sieve-address-parts.h
include/dovecot-2.3-pigeonhole/sieve/sieve-address-source.h
include/dovecot-2.3-pigeonhole/sieve/sieve-address.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ast.h
include/dovecot-2.3-pigeonhole/sieve/sieve-binary-dumper.h
include/dovecot-2.3-pigeonhole/sieve/sieve-binary-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-binary.h
include/dovecot-2.3-pigeonhole/sieve/sieve-code-dumper.h
include/dovecot-2.3-pigeonhole/sieve/sieve-code.h
include/dovecot-2.3-pigeonhole/sieve/sieve-commands.h
include/dovecot-2.3-pigeonhole/sieve/sieve-common.h
include/dovecot-2.3-pigeonhole/sieve/sieve-comparators.h
include/dovecot-2.3-pigeonhole/sieve/sieve-config.h
include/dovecot-2.3-pigeonhole/sieve/sieve-dump.h
include/dovecot-2.3-pigeonhole/sieve/sieve-error-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-error.h
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.9, 0.5.9 respectively. Bump PORTREVISION of mail/dovecot-fts-xapian for version change of dovecot. Changelog: Dovecot: * Changed several event field names for consistency and to avoid conflicts in parent-child event relationships: * SMTP server command events: Renamed "name" to "cmd_name" * Events inheriting from a mailbox: Renamed "name" to "mailbox" * Server connection events have only "remote_ip", "remote_port", "local_ip" and "local_port". * Removed duplicate "client_ip", "ip" and "port". * Mail storage events: Removed "service" field. Use "service:<name>" category instead. * HTTP client connection events: Renamed "host" to "dest_host" and "port" to "dest_port" * auth: Drop Postfix socketmap support. It hasn't been working with recent Postfix versions for a while now. * push-notification-lua: The "subject" field is now decoded to UTF8 instead of kept as MIME-encoded. + push-notification-lua: Added new "from_address", "from_display_name", "to_address" and "to_display_name" fields. The display names are decoded to UTF8. + Added various new fields to existing events. See http://doc.dovecot.net/admin_manual/list_of_events.html + Add lmtp_add_received_header setting. It can be used to prevent LMTP from adding "Received:" headers. + doveadm: Support SSL/STARTTLS for proxied doveadm connections based on doveadm_ssl setting and proxy ssl/tls settings. + Log filters support now "service:<name>", which matches all events for the given service. It can also be used as a category. + lib: Use libunwind to get abort backtraces with function names where available. + lmtp: When the LMTP proxy changes the username (from passdb lookup) add an appropriate ORCPT parameter. - lmtp: Add lmtp_client_workarounds setting to implement workarounds for clients that send MAIL and RCPT commands with additional spaces before the path and for clients that omit <> brackets around the path. See example-config/conf.d/20-lmtp.conf. - lda/lmtp: Invalid MAIL FROM addresses were rejcted too aggressively. Now mails from addresses with unicode characters are delivered, but their Return-Path header will be <> instead of the given MAIL FROM address. - lmtp: The lmtp_hdr_delivery_address setting is ignored. - imap: imap_command_finished event's "args" and "human_args" parameters were always empty. - mbox: Seeking in zlib and bzip2 compressed input streams didn't work correctly. - imap-hibernate: Process crashed when client got destroyed while it was attempted to be unhibernated, and the unhibernation fails. - *-login: Proxying may have crashed if SSL handshake to the backend failed immediately. This was unlikely to happen in normal operation. - *-login: If TLS handshake to upstream server failed during proxying, login process could crash due to invalid memory access. - *-login: v2.3 regression: Using SASL authentication without initial response may have caused SSL connections to hang. This happened often at least with PHP's IMAP library. - *-login: When login processes are flooded with authentication attempts it starts logging errors about "Authentication server sent unknown id". This is still expected. However, it also caused the login process to disconnect from auth server and potentially log some user's password in the error message. - dict-sql: SQL prepared statements were not shared between sessions. This resulted in creating a lot of prepared statements, which was especially inefficient when using Cassandra backend with a lot of Cassandra nodes. - auth: auth_request_finished event didn't have success=yes parameter set for successful authentications. - auth: userdb dict - Trying to list users crashed. - submission: Service could be configured to allow anonymous authentication mechanism and anonymous user access. - LAYOUT=index: Corrupted dovecot.list.index caused folder creation to panic. - doveadm: HTTP server crashes if request target starts with double "/". - dsync: Remote dsync started hanging if the initial doveadm "dsync-server" command was sent in the same TCP packet as the following dsync handshake. v2.3.8 regression. - lib: Several "input streams" had a bug that in some rare situations might cause it to access freed memory. This could lead to crashes or corruption. The only currently known effect of this is that using zlib plugin with external mail attachments (mail_attachment_dir) could cause fetching the mail to return a few bytes of garbage data at the beginning of the header. Note that the mail wasn't saved corrupted, but fetching it caused corrupted mail to be sent to the client. - lib-storage: If a mail only has quoted content, use the quoted text for generating message snippet (IMAP PREVIEW) instead of returning empty snippet. - lib-storage: When vsize header was rebuilt, newly calculated message sizes were added to dovecot.index.cache instead of being directly saved into vsize records in dovecot.index. - lib: JSON generator was escaping UTF-8 characters unnecessarily. Pigeonhole: + Added events for Sieve and ManageSieve, see https://doc.dovecot.org/admin_manual/list_of_events/#pigeonhole + Pigeonhole: Implement the Sieve "special-use" extension described in RFC 8579. - duplicate: Test only compared the handles which would cause different values to be cached as the same duplicate test. Fix to also compare the actual hashes. - imap_sieve_filter: IMAP FILTER Command had various bugs in error handling. Errors may have been duplicated for each email, errors may have been missing entirely, command tag and ERRORS/WARNINGS parameters were swapped.
2019-12-04 18:59:41 +01:00
include/dovecot-2.3-pigeonhole/sieve/sieve-execute.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-copy.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-enotify.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-environment.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-imap4flags.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-mailbox.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-variables.h
include/dovecot-2.3-pigeonhole/sieve/sieve-extensions.h
include/dovecot-2.3-pigeonhole/sieve/sieve-generator.h
include/dovecot-2.3-pigeonhole/sieve/sieve-interpreter.h
include/dovecot-2.3-pigeonhole/sieve/sieve-lexer.h
include/dovecot-2.3-pigeonhole/sieve/sieve-limits.h
include/dovecot-2.3-pigeonhole/sieve/sieve-match-types.h
include/dovecot-2.3-pigeonhole/sieve/sieve-match.h
include/dovecot-2.3-pigeonhole/sieve/sieve-message.h
include/dovecot-2.3-pigeonhole/sieve/sieve-objects.h
include/dovecot-2.3-pigeonhole/sieve/sieve-parser.h
include/dovecot-2.3-pigeonhole/sieve/sieve-plugins.h
include/dovecot-2.3-pigeonhole/sieve/sieve-result.h
include/dovecot-2.3-pigeonhole/sieve/sieve-runtime-trace.h
include/dovecot-2.3-pigeonhole/sieve/sieve-runtime.h
include/dovecot-2.3-pigeonhole/sieve/sieve-script-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-script.h
include/dovecot-2.3-pigeonhole/sieve/sieve-settings.h
include/dovecot-2.3-pigeonhole/sieve/sieve-smtp.h
include/dovecot-2.3-pigeonhole/sieve/sieve-storage-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-storage.h
include/dovecot-2.3-pigeonhole/sieve/sieve-stringlist.h
include/dovecot-2.3-pigeonhole/sieve/sieve-types.h
include/dovecot-2.3-pigeonhole/sieve/sieve-validator.h
include/dovecot-2.3-pigeonhole/sieve/sieve.h
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.a
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.so
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.so.0
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.so.0.0.0
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.a
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.so
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.2 and 0.5.2 respectively dovecot changelog: v2.3.2 is mainly a bugfix release. It contains all the changes in v2.2.36, as well as a bunch of other fixes (mainly for v2.3-only bugs). Binary packages are already in https://repo.dovecot.org/ * old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while opening /proc/self/io. This may still cause security problems if the process is ptrace()d at the same time. Instead, open it while still running as root. + doveadm: Added mailbox cache decision&remove commands. See doveadm-mailbox(1) man page for details. + doveadm: Added rebuild attachments command for rebuilding $HasAttachment or $HasNoAttachment flags for matching mails. See doveadm-rebuild(1) man page for details. + cassandra: Use fallback_consistency on more types of errors + lmtp proxy: Support outgoing SSL/TLS connections + lmtp: Add lmtp_rawlog_dir and lmtp_proxy_rawlog_dir settings. + submission: Add support for rawlog_dir + submission: Add submission_client_workarounds setting. + lua auth: Add password_verify() function and additional fields in auth request. - doveadm-server: TCP connections are hanging when there is a lot of network output. This especially caused hangs in dsync-replication. - Using multiple type=shared mdbox namespaces crashed - mail_fsync setting was ignored. It was always set to "optimized". - lua auth: Fix potential crash at deinit - SSL/TLS servers may have crashed if client disconnected during handshake. - SSL/TLS servers: Don't send extraneous certificates to client when alt certs are used. - lda, lmtp: Return-Path header without '<' may have assert-crashed. - lda, lmtp: Unencoded UTF-8 in email address headers may assert-crash - lda: -f parameter didn't allow empty/null/domainless address - lmtp, submission: Message size limit was hardcoded to 40 MB. Exceeding it caused the connection to get dropped during transfer. - lmtp: Fix potential crash when delivery fails at DATA stage - lmtp: login_greeting setting was ignored - Fix to work with OpenSSL v1.0.2f - systemd unit restrictions were too strict by default - Fix potential crashes when a lot of log output was produced - SMTP client may have assert-crashed when sending mail - IMAP COMPRESS: Send "end of compression" marker when disconnecting. - cassandra: Fix consistency=quorum to work - dsync: Lock file generation failed if home directory didn't exist - Snippet generation for HTML mails didn't ignore &entities inside blockquotes, producing strange looking snippets. - imapc: Fix assert-crash if getting disconnected and after reconnection all mails in the selected mailbox are gone. - pop3c: Handle unexpected server disconnections without assert-crash - fts: Fixes to indexing mails via virtual mailboxes. - fts: If mails contained NUL characters, the text around it wasn't indexed. - Obsolete dovecot.index.cache offsets were sometimes used. Trying to fetch a field that was just added to cache file may not have always found it. pigeonhole changelog: Changelog v0.5.2: + Implement plugin for the a vendor-defined IMAP capability called "FILTER=SIEVE". It adds the ability to manually invoke Sieve filtering in IMAP. More information can be found in doc/plugins/imap_filter_sieve.txt. - The Sieve address test caused an assertion panic for invalid addresses with UTF-8 codepoints in the localpart. Fixed by properly detecting invalid addresses with UTF-8 codepoints in the localpart and skipping these like other invalid addresses while iterating addresses for the address test. - Make the length of the subject header for the vacation response configurable and enforce the limit in UTF-8 codepoints rather than bytes. The subject header for a vacation response was statically truncated to 256 bytes, which is too limited for multi-byte UTF-8 characters. - Sieve editheader extension: Fix assertion panic occurring when it is used to manipulate a message header with a very large header field. - Properly abort execution of the sieve_discard script upon error. Before, the LDA Sieve plugin attempted to execute the sieve_discard script when an error occurs. This can lead to the message being lost. - Fix the interaction between quota and the sieve_discard script. When quota was used together with a sieve_discard script, the message delivery did not bounce when the quota was exceeded.
2018-06-29 18:36:04 +02:00
lib/dovecot/lib95_imap_filter_sieve_plugin.a
lib/dovecot/lib95_imap_filter_sieve_plugin.so
Update to 0.4.14. The most important feature that this new release adds is the IMAPSIEVE capability, which allows executing Sieve scripts at IMAP events. It also adds the ability to obtain trace logs from Sieve execution at actual delivery (or from IMAP), rather than only using the sieve-test command line tool. This release also fixes a bug in the Sieve extprograms plugin that has been bothering a few people for a while now. Changelog v0.4.14: * The address test now allows specifying the X-Original-To header. + Implemented the Sieve imapsieve extension and its IMAP counterpart (RFC 6785) as a set of plugins. This allows running Sieve scripts at IMAP activity, rather than at delivery. There are also facilities for the familiar sieve_before/sieve_after administrator scripts. A user script is defined for a mailbox using an IMAP METADATA entry, whereas administrator scripts are configured using mailbox matching rules defined in the plugin settings. + Adjusted the Sieve ihave extension to allow capability tests to be performed at runtime. This way, scripts can be written that work both at delivery and from IMAP. + Implemented support for runtime trace debugging. This means that detailed information about which commands, actions and tests are performed is written to a file. That file is created in the configured directory, but only if that directory exists. This way, a particular user can be easily singled out for debugging. This works much like the Dovecot rawlog facility. The trace output is identical to what is produced using sieve-test with its "-t" command line option. + Added a "sieve_user_email" setting that configures the user's primary email address. This is mainly useful to have a user email address available in IMAP, where envelope data is unavailable. + Implemented the dovecot-specific "vnd.dovecot.report" extension. This allows sending report messages in the Message Abuse Reporting Format (RFC 5965). - extprograms plugin: Fixed epoll() panic caused by closing the output FD before the output stream. - Made sure that the local part of a mail address is encoded properly using quoted string syntax when it is not a dot-atom. PR: 209084 Submitted by: maintainer (Larry Rosenman)
2016-04-27 17:42:50 +02:00
lib/dovecot/lib95_imap_sieve_plugin.a
lib/dovecot/lib95_imap_sieve_plugin.so
lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.a
lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.so
lib/dovecot/lib90_sieve_plugin.a
lib/dovecot/lib90_sieve_plugin.so
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_login_settings.a
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_login_settings.so
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_settings.a
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_settings.so
mail/dovecot2-pigeonhole: 0.4.3 -> 0.4.6 - submitter takes maintainership Changes: 0.4.4: - Added support for Japanese mail addresses with dots at non-standard places in localpart. - Changed handling of ENOSPACE into a normal temporary failure and added handling of ENOQUOTA as a user error. - Restructured result execution, so that all actions which involve mail storage are always committed before all others. - Implemented support for generic Sieve storages. Using alternative storages now also possible for sieve_before/sieve_after. - Implemented storage driver for retrieving Sieve scripts from LDAP. This currently cannot be used with ManageSieve. - Implemented sieve_redirect_envelope_from setting, which allows configuring the envelope sender of redirected messages. - Fixed handling of mail storage errors occurring while evaluating the input message. - managesieve-login: - Removed bogus ALERT response code returned for AUTHENTICATE command. - Fixed handling of invalid initial response argument to AUTHENTICATE command. - Fixed handling of stream errors in lexical scanner. - Fixed handling of SMTP errors. Permanent and temporary errors were mixed up. - Fixed several problems reported by CLang 3.4. - duplicate extension: Fixed erroneous compile error about conflicting tags when `:handle' argument was used last. - relational extension: Fixed error handling of `:value' match. - editheader extension: Fixed header unfolding and header iteration. - mailbox extension: Fixed the `:create' tag, which erroneously subscribed an existing folder. - extprograms plugin: Fixed handling of error codes. - doveadm-sieve plugin: Fixed several bugs. Synchronization of symbolic link in the file storage should now also work properly. 0.4.5: - Added a Pigeonhole version banner to doveconf output. This way, future bug reports will also include Pigeonhole version information. - Fixed handling of implicit keep. Last version erroneously reported that implicit keep succeeded after an earlier failure, while it in fact had failed. Particularly occurred for mailbox quota errors. - Fixed segfault occurring on SunOS systems when there is no active script. 0.4.6: - ports-related change integrated upstream PR: 194645 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer (timeout)
2014-11-13 19:58:42 +01:00
lib/dovecot/settings/libpigeonhole_settings.a
lib/dovecot/settings/libpigeonhole_settings.so
lib/dovecot/sieve/lib90_sieve_extprograms_plugin.a
lib/dovecot/sieve/lib90_sieve_extprograms_plugin.so
%%MANAGESIEVE%%libexec/dovecot/managesieve
%%MANAGESIEVE%%libexec/dovecot/managesieve-login
mail/dovecot2-pigeonhole: 0.4.6 -> 0.4.7 Changelog v0.4.7: * editheader extension: Made protection against addition and deletion of headers configurable separately. Also, the `Received' and `Auto-Submitted' headers are no longer protected against addition by default. * Turned message envelope address parse errors into warnings. * The interpreter now accepts non-standard domain names, e.g. containing '_'. + Implemented the Sieve index extension (RFC 5260). + Implemented support for the mboxmetadata and servermetadata extensions (RFC 5490). + Implemented new sieve commands for the doveadm command line utility. These commands are currently limited to ManageSieve operations, but the other current sieve tools will be migrated to doveadm in the near future as well. + Added more debug output about binary up-to-date checking. + Added script metadata to binary dump output. - Fixed Sieve script binary up-to-date checking by normalizing the script location. - The Sieve interpreter now flushes the duplicate database during start phase of result execution rather than commit phase. This makes sure locks on the duplicate database are released as soon as possible, preventing contention. - Performed a few optimizations in the lexical scanner of the language. - Fixed bug in `:matches' match-type that made a pattern without wildcards match as if there were a '*' at the beginning. - Fixed crash in validation of the string parameter of the comparator tag. - extprograms extension: Made sure supplemental group privileges are also dropped. This was a problem reported by Debian lintian. - Fixed bug in handling of binary errors for action side-effects and message overrides. - file script storage: Restructured storage initialization to address backwards compatibility issues. - dict script storage: Fixed small memory allocation bug. PR: 198747 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
2015-03-22 19:16:41 +01:00
man/man1/doveadm-sieve.1.gz
man/man1/sieve-dump.1.gz
man/man1/sieve-filter.1.gz
man/man1/sieve-test.1.gz
man/man1/sievec.1.gz
man/man1/sieved.1.gz
man/man7/pigeonhole.7.gz
share/aclocal/dovecot-pigeonhole.m4