summaryrefslogtreecommitdiff
path: root/mail/dbmail/files/patch-acinclude.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-23mail/dbmail: Fix imap connection failureMuhammad Moinur Rahman1-6/+6
- Fix failed to retrieve fd limits PR: 247561 Submitted by: ahicks@p-o.co.uk
2020-06-08mail/dbmail: Update version 3.2.3=>3.2.4Muhammad Moinur Rahman1-9/+0
- Migrate to Github PR: 247084 Submitted by: fluffy Relnotes: https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
2020-03-29mail/dbmail: chase databases/libzdb update with new layoutDima Panov1-5/+14
2019-11-07- Unbreak fetch, official site provide pure .tar.gz onlyDima Panov1-0/+31
- Teach configure to find openssl libs from base without pkg-config - Use libc to find gethostbyname(), connect(), res_search()
2017-02-24mail/dbmail: adopt latest fixes from git:Muhammad Moinur Rahman1-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
2014-08-24Upgrade mail/dbmail to 3.2.0Adam Weinberger1-0/+0
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
2013-07-25mail/dbmail: update to 3.1.1William Grzybowski1-4/+13
- 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)
2012-06-04- Update to fix LDAP linking to libldap.so instead of libldap_r.so, upstreamMartin Wilke1-0/+20
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