aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dbmail/files
Commit message (Collapse)AuthorAgeFilesLines
* mail/dbmail: adopt latest fixes from git:bofh2017-02-2535-13/+2192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - login_disabled option before starttls for pop3 - fix compiler warnings for GCC5 - Fix IMAP mailbox maintanence - prevent assertion in p_string_erase - improve crypt authentication, also don't segfault when spasswd is empty - simplify log_query_time duration logic - Disconnect IMAP clients if only few free FDs left - Add primary key constraint to dbmail_authlog - Rework temporary connection failures - Give sensible default for retry 120s - Add retries for binding and searching - Bump search timeout to 60s - Increase ldap timeout to 600s 10 mins - Refactor deprecated functions - Get timeout from config - Remove redundant event_assign - Remove deprecated non functioning g_mem_profile - Add definition for authldap_free - Revert inadvertent event_assign removal - Reduce failed LDAP connection for search to error - Update LDAP to non deprecated search - Clear the ldap connection - Update ldap deprecated unbind - Fix typo - Update to ldap_unbind_ext_s and remove redundant sigaction - Rebalance commit rollback - Ensure mailbox2dbmail is using Python 2 - Tidy mailbox2dbmail man page - Update description of pid file location in server man page - Boundaries fixups ordering of parts do not add newline on - Prepend headers during delivery - Allow for systems that don't use proc PR: 210274 Submitted by: fluffy
* Upgrade mail/dbmail to 3.2.0adamw2014-08-252-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | 3.2.0 contains all the stability improvements done in 3.1 over the last year. On top of that, it has some nice additions of it's own: - auto-migrations; An admittedly little tested feature is automatic migrations of the database schema. Running any of the binaries against an up-to-date and standard 3.1 schema will try to do all the necessary upgrades if required. - static code audit; the Coverity service was used to flush out as many potential problems as possible. - new capabilities; some interesting new IMAP capabilities have been added. QRESYNC (rfc5162), LITERAL+ (rfc2088), UIDPLUS (rfc4315) will improve performance especially for mobile clients. Also: - Remove redundant option THREADS - Add additional mirror - Rework post-install for auto-migration scripts - Use @sample framework PR: 192967 Submitted by: maintainer
* mail/dbmail: update to 3.1.17wg2014-07-292-74/+0
| | | | | PR: 192189 Submitted by: maintainer
* - Update to 3.1.11jadawin2014-03-042-35/+0
| | | | | PR: ports/187156 Submitted by: maintainer
* Fix crashes in dbmail-pop3d as perpawel2014-02-262-0/+35
| | | | | | | http://www.dbmail.org/mantis/view.php?id=1043 PR: ports/186869 Submitted by: maintainer
* mail/dbmail: update to 3.1.1wg2013-07-265-49/+112
| | | | | | | | | | | | - Update to 3.1.1 [1] - Remove leading article from COMMENT Check share/doc/dbmail/UPGRADING for upgrading details. Changes: http://git.dbmail.eu/paul/dbmail/log/ PR: ports/180768 Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer)
* - Fix error connecting from ipv6 address.beech2012-06-252-2/+22
| | | | | | | | | - Also fix typo in timsieved rc script and updated from bsd.ports.[pre|post].mk to bsd.ports.mk - Bump PORTEVISION PR: ports/169268 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* - Update to fix LDAP linking to libldap.so instead of libldap_r.so, upstreammiwi2012-06-043-0/+62
| | | | | | | | | | mainly have linux where the libraries are symlinked so less interest in fixing. - fix bug where the mhash version is shown instead of the dbmail one. - Bump PORTREVISION PR: 168501 Submitted by: Maintainer
* - update to 3.0.2rm2012-03-195-38/+9
| | | | | | | | | | | | | | | | | - pass maintainership to submitter - add LICENSE - drop optional dependencies on database backends - since 3.0 it's handled with libzdb - rename rc-scripts to .sh-less ones - add UPDATING entry for users, that want to stay with dbmail 2.2.x Please note, that committed patch is reworked version of originally submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue handled more completely, some plist fixes applied). Sorry for delay. PR: 164631 Submitted by: Alan Hicks <ahicks at p-o.co dot uk> Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-144-4/+4
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-274-4/+4
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - use $SUB_FILES to dynamically adjust pkg-messagepgollucci2010-01-311-0/+12
| | | | | | PR: ports/142731 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer timeout (mark_sf@kikg.ifmo.ru; > 2 weeks)
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-164-8/+8
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Update to 2.2.4miwi2007-03-161-26/+0
| | | | | | PR: 110245 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer
* - Headernames should be processed case-insensitively according to RFC822 3.4.7.clsung2007-02-281-0/+26
| | | | | | | | - Problem reported by Larry Rosenman. Patch for the problem was on the dbmail-dev list. - bump PORTREVISION PR: ports/109607 Submitted by: maintainer (Mark Starovoytov)
* - Update to 2.2.2rafan2007-02-131-31/+0
| | | | | PR: ports/109094 Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
* - Adds dbmail-timsieved.shmiwi2006-12-162-0/+63
| | | | | | | | | - Adds workaround for installations after some previous revision which didn't deinstall completely - Adds fix for bug #461 from dbmail bugtracker PR: ports/106760 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
* - Update to 2.2.1pav2006-11-241-0/+17
| | | | | PR: ports/105785 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
* - Update to 2.0.10mnag2006-04-0911-19551/+0
| | | | | PR: 95457 Submitted by: maintainer
* [update] mail/dbmail: sync to svnedwin2005-12-263-4/+17919
| | | | | | | 1. #281 - fix compilation on FreeBSD 4.x PR: ports/90914 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
* - Integrate vendor patches:pav2005-11-159-0/+1609
| | | | | | | | | | | | 1. #266 - Excessive db connects and quits 2. #271 - BUG with connect to postgresql database 3. #272 - Non-UTF characters in a message's body 4. #277 - Fix "INTERNALDATE" calculation in imaputil.c 5. other patches from repository. - Add SHA256 PR: ports/88277 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
* - Update to 2.0.7pav2005-09-1413-1337/+27
| | | | | | | | | | - Add patch for bug 266 - Reset maintainership (3 months of maintainer timeouts) - Assign maintainership to a volunteer PR: ports/85455, ports/85763 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Approved by: maintainer timeout (seanc; 14 days)
* - Patch nine bugs:pav2005-07-1914-1/+1327
| | | | | | | | | | | | | | | | | | | | | #79 - INTERNALDATE reponses do not conform to RFC #145 - LMTP loses return-path #177 - Compile Fails on FreeBSD (fixes compilation on FreeBSD 4.X) #184 - socklen_t issue #190 - huge load if database crash #198 - DBMail processes killing each other #199 - spare child creates zombie #214 - dbmail-smtp dumps core with double free #216 - malformed header prevents delivery - Fix RC_SUBR usage PR: ports/83437, also ports/80736, ports/82437, ports/83575 Submitted by: Mark Starovoytov <mark@kikg.ifmo.ru>, parts also by: Radim Kolar <hsn@netmag.cz>, thompsa, Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (2 months on oldest PR)
* Update to version 2.0.4.thompsa2005-06-191-0/+11
| | | | | PR: ports/79775 Approved by: maintainer timeout (seanc), linimon
* Add rcNG startup scripts for dbmail. Bump port version.seanc2004-11-103-0/+96
|
* upgrade to 1.2.9ijliao2004-07-201-32/+0
| | | | Submitted by: forth@zbwei.net
* dbmail tarball has been updated.erwin2003-10-161-9/+8
| | | | | | | | | | - configure script have been improved - some strings changed. Bump PORTREVISION. PR: 58065 Submitted by: maintainer
* Upgrade to 1.2.sumikawa2003-10-141-12/+16
| | | | | PR: ports/57958 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* [new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP)edwin2003-10-071-0/+29
(author description) The DBMAIL package replaces the normal UNIX mailing system. All emails and users data are stored in a database. You can create an unlimited number of email accounts, which can be checked using the POP3 or IMAP protocol. Users can maintain their own set of email addresses. It is more scalable, more secure, and faster than traditional mail systems. DBMAIL uses PostgreSQL or MySQL. PR: ports/54887 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>