summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10Use __builtin_unreachable on Clang instead of the broken C11 hack.joerg2-1/+15
2014-11-091.536 2014-10-22rodent2-7/+6
Add missing file from previous release that was causing failed tests 1.535 2014-10-21 bug fix from mintywalker@gmail.com
2014-11-07Revbump after updating boostadam1-2/+2
2014-11-03Update dovecot2-pigeonhole to 0.4.6.taca2-6/+6
Version 0.4.5 introduced one new 'feature', but it caused build problems. This release fixes that. If you've successfully installed 0.4.5, you do not need to upgrade. Changelog v0.4.6: - After make distclean, the distributed tarball would fail to recompile. This causes problems for some distribution builds.
2014-11-02Update dovecot2-pigeonhole to 0.4.5.taca3-8/+12
Changelog v0.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. Changelog v0.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.
2014-11-02Update dovecot2 to 2.2.15.taca5-82/+7
Some small fixes and changes to v2.2.14. This release is mainly in the hope that it could still make it into the next Debian stable instead of v2.2.14 - mainly because of a couple of new assert crashes that started happening in v2.2.14 and should be fixed now. * Plugins can now print a banner comment in doveconf output (typically the plugin version) * Replication plugin now triggers low (instead of high) priority for mail copying operations. * IMAP/POP3/ManageSieve proxy: If destination server can't be connected to, retry connecting once per second up to the value of proxy_timeout. This allows quick restarts/upgrades on the backend server without returning login failures. * Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't returning failure in some situations where it should have (e.g. allow_nets mismatch) * LMTP uses mail_log_prefix now for logging mail deliveries instead of a hardcoded prefix. The non-delivery log prefix is still hardcoded though. + passdb allow_nets=local matches lookups that don't contain an IP address (internally done by Dovecot services) + Various debug logging and error logging improvements - Various race condition fixes to LAYOUT=index - v2.2.14 virtual plugin crashed in some situations
2014-11-01Update ruby-actionmailer32 to 3.2.20; update of version number only.taca1-4/+4
2014-10-27Update to 0.18.2:wiz2-7/+6
Notmuch 0.18.2 (2014-10-25) =========================== Test Suite ---------- Translate T380-atomicity to use gdb/python The new version is compatible with gdb 7.8 Emacs 24.4 related bug fixes The Messages buffer became read-only, and the generated mime structure for signatures changed slightly. Simplify T360-symbol-hiding Replace the use of `objdump` on the object files with `nm` on the resulting lib.
2014-10-21Update postfix to 2.11.3.taca2-6/+6
Bugfix for Postfix 2.11, 2.10, 2.9 and 2.8: * Fix for configurations that prepend message headers with Postfix access maps, policy servers or Milter applications. Postfix now hides its own Received: header from Milters and exposes prepended headers to Milters, regardless of the mechanism used to prepend a header. This fix reverts a partial solution that was released on October 13, 2014, and replaces it with a complete solution. Portability fix for Postfix 2.11: * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure.
2014-10-21Fix ctl_command path.gdt2-4/+4
From Christopher Pinon on pkgsrc-users.
2014-10-20Enable queue runs in Exim SMF Manifest just like it is with rc.dwiedi2-3/+3
2014-10-20regen patch, no change, just patches more cleanlywiz2-8/+6
2014-10-20Changes 2.2.14:adam3-8/+29
* lmtp: Delivered-To: header no longer contains <> around the email address. Other MDAs don't have it either. * "Out of disk space" errors are now treated as temporary errors (not the same as "Out of disk quota"). * replication plugin: Use replication only for users who have a non-empty mail_replica setting. + lmtp proxy: Log a line about each mail delivery. + Added login_source_ips setting. This can be used to set the source IP address round-robin from a pool of IPs (in case you run out of TCP ports). + Rawlog settings can use tcp:<host>:<port> as the path. + virtual plugin: Don't keep more than virtual_max_open_mailboxes (default 64) number of backend mailboxes open. + SSL/TLS compression can be disabled with ssl_options=no_compression + acl: Global ACL file now supports "quotes" around patterns. + Added last-login plugin to set user's last-login timestamp on login. + LDAP auth: Allow passdb credentials lookup also with auth_bind=yes - IMAP: MODSEQ was sent in FETCH reply even if CONDSTORE/QRESYNC wasn't enabled. This broke at least old Outlooks. - passdb static treated missing password field the same as an empty password field. - mdbox: Fixed potential infinite looping when scanning a broken mdbox file. - imap-login, pop3-login: Fixed potential crashes when client disconnected unexpectedly. - imap proxy: The connection was hanging in some usage patterns. This mainly affected older Outlooks. - lmtp proxy: The proxy sometimes delivered empty mails in error situations or potentially delivered truncated mails. - fts-lucene: If whitespace_chars was set, we may have ended up indexing some garbage words, growing the index size unnecessarily. - -c and -i parameters for dovecot/doveadm commands were ignored if the config socket was readable. - quota: Quota recalculation didn't include INBOX in some setups. - Mail headers were sometimes added to dovecot.index.cache in wrong order. The main problem this caused was with dsync+imapc incremental syncing when the second sync thought the local mailbox had changed. - doveadm backup didn't notice if emails were missing from the middle of the destination mailbox. Now it deletes and resyncs the mailbox.
2014-10-20Update to 1.005:wiz2-8/+6
1.005 2014-10-13 08:32:03-04:00 America/New_York fix documentation of export names (thanks, Thomas Klausner!)
2014-10-19Revbump after lang/lua51 update.alnsn4-8/+8
2014-10-17nullptr is not a boolean.joerg3-1/+162
2014-10-14Update postfix to 2.11.2.taca2-7/+6
Bugfixes for Postfix 2.11, 2.10, 2.9 and 2.8: * Fix for DMARC implementations based on SPF policy plus DKIM Milter. The PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. * The Postfix SMTP server logged an incorrect client name in reject messages for check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. * The qmqpd daemon crashed with null pointer bug when logging a lost connection while not in a mail transaction.
2014-10-12Remove checksum for deleted patch file. Problem pointed out bytron1-2/+1
Petar Bogdanovic in private e-mail.
2014-10-12Re-enable SPF support. The reason for disabling are no longer valid sincetron2-21/+4
several years. Bump package revision because of this change. Suggested by Petar Bogdanovic in PR pkg/49271.
2014-10-12Remove conflict between "libspf-alt" respectively "libspf2" andtron3-12/+6
"p5-Mail-SPF". The first two packages install "bin/spfd" while the latter install "sbin/spfd". Problem pointed out by Petar Bogdanovic in PR pkg/49271.
2014-10-10Remove unneeded patch, confirmed by adam.wiz2-17/+1
2014-10-10Remove patch file from HEAD, to finish a commit that ended upgdt1-22/+0
mysteriously mixed on HEAD and 2013Q4, despite there not being a CVS/Tag file in patches.
2014-10-10Drop misleading SSL patch.gdt2-4/+3
One really does need to put < before the ssl key/cert file; the upstream example is correct. ok adam@
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz37-109/+37
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz18-36/+18
2014-10-08Add patch from jnemeth to allow setting of from.christos3-99/+91
2014-10-07Revbump after updating libwebp and icuadam20-38/+40
2014-10-07Changes 1.0.3:adam2-6/+6
- Fix insert-signature command in external compose window if opened from inline compose screen - Initialize HTML editor before restoring a message from localStorage - Add 'sig_max_lines' config option to default config file - Add option to specify IMAP connection socket parameters - imap_conn_options - Add option to set default message list mode - default_list_mode - Enable contextmenu plugin for TinyMCE editor - Fix some mime-type to extension mapping checks in Installer - Fix errors when using localStorage in Safari's private browsing mode - Fix bug where $Forwarded flag was being set even if server didn't support it - Fix various iCloud vCard issues, added fallback for external photos - Fix invalid Content-Type header when send_format_flowed=false - Fix errors when adding/updating contacts in active search - Fix incorrect thumbnail rotation with GD and exif orientation data - Fix contacts list update after adding/deleting/moving a contact - Fix handling of email addresses with quoted domain part - Fix comm_path update on task switch - Fix error in MSSQL update script 2013061000.sql - Fix validation of email addresses with IDNA domains
2014-10-01Make the DNSRBL based plug-ins work with version 0.76 or newer of thetron3-3/+27
"p5-Net-DNS" package. Patch taken from the SVN repository.
2014-10-01Update to 2.09:wiz2-6/+6
version 2.09: Sun Sep 14 18:12:08 CEST 2014 Improvements: - documentation use consistent parameter casing - do not use '//' to support 5.8.* rt.cpan.org#98664 [Paul]
2014-09-29Requires lex and yacc.jperkin1-1/+2
2014-09-271.3.0 2014/07/31pettai3-9/+9
Integrated SPF checking is now available through the new SPFSelfValidate and SPFIgnoreResults settings. Feature request #79: Optionally ignore clients that authenticated using SMTP AUTH. Fix bug #60, part II: Default AuthservID to the name provided by the MTA, not the local host name, which is consistent with what OpenDKIM does. Fix bug #72: Don't crash when From fields are absent. Fix bug #74: Change "Forensic" to "Failure" just about everywhere to match the language now being used in the base DMARC draft. Note that this also changes some names in the configuration file. Fix bug #75: Correct typo in MIME of forensic reports. Fix bug #76: Repair damage with respect to Authentication-Results header field selection. Fix bug #77: Request quarantine from the MTA during option negotiation. Fix bug #78: Add missing newline in forensic report header. Fix bug #90: Make "--with-sql-backend" without any value do the right thing. Fix bug #93: Honor size limits in URIs. Make "smime" and "rrvs" legal Authentication-Results methods. Provide better logging when pclose() for a forensic report returns non-zero. Add configuration support for internal SPF checks. Includes hooks in the milter to check that SPF is configured to do so. This can use a private SPF implementation or libspf2. Fix strlcat() and strlcpy() support for Debian. REPORTS: Feature request #80: Generate aggregate reports on UTC day boundaries. REPORTS: Feature request #84: Optionally expire old data from lower-growth tables. REPORTS: Fix bug #70: Fix date range generation in reports. REPORTS: Fix bug #82: Fix recording of report timestamp to avoid lost records. REPORTS: Fix bug #83: When expiring data, truncate the signatures table if all messages were expired.. REPORTS: Fix bug #85: Report subdomain policy. LIBOPENDMARC: Fix bug #71: Fix "rua" extraction from DMARC records. LIBOPENDMARC: Added support for milter to perform own spf checks. Three new files: opendmarc_spf.c, opendmard_spf_dns.c and test/test_spf.cl, allow integrated SPF support. Support for use of libspf2 is also provided.
2014-09-25Make bdb a suggested option. The package doesn't actually build withoutjperkin1-2/+2
a bdb present. Not bumping PKGREVISION as the only way the package would have built previously is by using a builtin version anyway.
2014-09-25Fix IPv6 build on SunOS 5.10 and newer.jperkin2-1/+17
2014-09-25Support builtin libmilter.jperkin2-4/+4
2014-09-25Remove broken CPPFLAGS.SunOS.jperkin1-3/+1
2014-09-24Regen. Hi jnementh@!joerg1-1/+2
2014-09-23SunOS needs -lsocket.jperkin1-1/+3
2014-09-23When using native curses on SunOS we must use X/Open Curses, SYSV cursesjperkin1-1/+6
doesn't support mvchgat.
2014-09-21The configure script checks for arc4random(), but the program usesdholland1-1/+9
arc4random_buf(); netbsd-5 (and presumably earlier) has the one but not the other. Just disable it, because all it's using the randomness for is message-ids. Fixes the netbsd-5 build.
2014-09-20This version of nmh specifically needs terminfo and not termcapdholland1-2/+3
Adjust accordingly and bump PKGREVISION.
2014-09-20Remove empty patch file. Regen distinfo, which also removes referencesdholland2-4/+1
to two other patches that apparently no longer exist.
2014-09-19build fix for clangjnemeth2-2/+26
2014-09-19Move math/R-mime to mail/R-mime.brook1-1/+2
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Initial import of mime v0.1.2 as mail/R-mime.brook3-0/+22
This package guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems. Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-12Update to 1.0.3 (2012). Changes:shattered2-7/+6
Handle possible NULL returns from crypt(3). Revised the included MD5 routines to help the compiler detect a common subexpression between steps in round 3. Switched to heavily cut-down BSD license.
2014-09-12Bump default limits for qmail-{pop3d,smtpd} to 140MB, since a processschmonz3-6/+6
on NetBSD/amd64 needs 128MB for a stack these days (thanks riastradh@). Bump version.
2014-09-11Explicitly remove -g if not using debug option. Significantly reducesjoerg1-2/+3
memory foot print of ld.
2014-09-10Add SMF manifest for opendkim and default dir for key/table storage.fhajny2-1/+40
2014-09-10Add option to enable the taRgrey tarpit patch for postgrey. PKGREVISION++fhajny3-2/+20