summaryrefslogtreecommitdiff
path: root/mail/dbmail/files/patch-acinclude.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/dbmail: Fix imap connection failureMuhammad Moinur Rahman2020-07-231-6/+6
| | | | | | | - Fix failed to retrieve fd limits PR: 247561 Submitted by: ahicks@p-o.co.uk
* mail/dbmail: Update version 3.2.3=>3.2.4Muhammad Moinur Rahman2020-06-081-9/+0
| | | | | | | | - Migrate to Github PR: 247084 Submitted by: fluffy Relnotes: https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
* mail/dbmail: chase databases/libzdb update with new layoutDima Panov2020-03-291-5/+14
|
* - Unbreak fetch, official site provide pure .tar.gz onlyDima Panov2019-11-071-0/+31
| | | | | - Teach configure to find openssl libs from base without pkg-config - Use libc to find gethostbyname(), connect(), res_search()
* mail/dbmail: adopt latest fixes from git:Muhammad Moinur Rahman2017-02-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.0Adam Weinberger2014-08-241-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.17William Grzybowski2014-07-281-58/+0
| | | | | PR: 192189 Submitted by: maintainer
* mail/dbmail: update to 3.1.1William Grzybowski2013-07-251-0/+58
- 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)