{"id":13547211,"url":"https://github.com/dbmail/dbmail","last_synced_at":"2025-04-02T19:32:48.142Z","repository":{"id":39711055,"uuid":"86222481","full_name":"dbmail/dbmail","owner":"dbmail","description":"DBMail: fast and scalable email services","archived":false,"fork":false,"pushed_at":"2024-10-21T14:38:52.000Z","size":18438,"stargazers_count":145,"open_issues_count":34,"forks_count":43,"subscribers_count":24,"default_branch":"main","last_synced_at":"2024-10-21T19:44:22.153Z","etag":null,"topics":["imap-server","lmtp-server","mysql","pop3-server","postgresql","sqlite"],"latest_commit_sha":null,"homepage":"https://dbmail.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbmail.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-26T09:49:55.000Z","updated_at":"2024-10-21T14:38:58.000Z","dependencies_parsed_at":"2023-10-04T15:25:32.811Z","dependency_job_id":"d199d5b3-9904-4a5d-bf1b-fc041b47942a","html_url":"https://github.com/dbmail/dbmail","commit_stats":null,"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbmail%2Fdbmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbmail%2Fdbmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbmail%2Fdbmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbmail%2Fdbmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbmail","download_url":"https://codeload.github.com/dbmail/dbmail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246880267,"owners_count":20848836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["imap-server","lmtp-server","mysql","pop3-server","postgresql","sqlite"],"created_at":"2024-08-01T12:00:52.531Z","updated_at":"2025-04-02T19:32:43.130Z","avatar_url":"https://github.com/dbmail.png","language":"C","readme":"# DBMail\n\n\u003e Copyright (c) 2020-2024 Alan Hicks, Persistent Objects Ltd support@p-o.co.uk\n\u003e\n\u003e Copyright (c) 2014-2019 Paul J Stevens, The Netherlands, support@nfg.nl\n\u003e\n\u003e Copyright (c) 2004-2013 NFG Net Facilities Group BV support@nfg.nl\n\u003e\n\u003e Copyright (c) 2000-2006 IC\u0026S, The Netherlands\n\n## What is it?\n\nDBMail is a collection of programs that enables email to be managed, stored in\nand retrieved from a database.\n\n## Why is it useful?\n\n- Securely and scaleably manages user emails with industry standard IMAP;\n\n- Integrates with existing authentication backends including ActiveDirectory\n  and OpenLDAP;\n\n- DBMail is scalable including multiple terrabyte installations;\n\n- DBMail is flexible. You can run dbmail programs on different servers talking\n  to the same database;\n\n- Email filtering is integrated into DBMail and managed using SIEVE;\n\n- Schema upgrades are automatic with SQL provided for DBAs who wish to upgrade\n  manually;\n\n- Easy to use and flexible logging for each service;\n\n- An experimental Docker image is available;\n\n- High Availability thanks to database replication and Docker images;\n\n- Data safety thanks to database replication;\n\n- Secure connections thanks to TLS;\n\n- DBMail is database driven so no need of systemusers;\n\n- No need to maintain system users or write access to the filesystem;\n\n- DBMail is Free with a recognised GPL2 Open Source licence.\n\n## Who created it?\n\nDBMail was originally created by IC\u0026S in the Netherlands.\n\nAround 2003, Paul Stevens at NFG also joined the development team, initially to\nprovide debian packaging, later to take over development of the 2.1 release.\nAaron Stone also deserves special thanks for initiating the LDAP driver,\nmaintaining the delivery chain and of course sieve support.\n\nDBMail is now a community effort to create a fast, effecient and scalable\ndatabase driven mailingsystem. Both IC\u0026S and NFG are fully behind opensource\nand the GPL. Therefore DBMail has the GPL licence.\n\n## Support\n\nSupport is available by raising an issue at https://github.com/dbmail/dbmail\n\n### Architecture\n\nFor an architectural overview of DBMail and its components please visit:\nhttps://dbmail.org/architecture/\n\n## Future\n\nCheck the website for further DBMail plans.\n\n## What kind of licence is DBMail?\n\nDBMail uses the GPL version 2 licence. \n\nIt's included in the COPYING file.\n\n## How do I install it?\n\nDBMail is available on many Linux and BSD distributions.\n\nThere is also an experimental\n[Docker image](https://hub.docker.com/r/alanhicks/dbmail)\nwith instructions to configure compose.yaml at\nhttps://dbmail.org/docker/\n\n## Installation Procedure\n\nCheck README and INSTALL files and on https://dbmail.org for detailed\ninformation and HOWTOs including how to use the Docker image.\n\nSee also contrib, debian and docker on https://github.com/dbmail/dbmail\n\n### Configuration\n\nThere are various settings including database access, authentication and\nlogging. Please see dbmail.conf or https://dbmail.org/man-pages/dbmailconf/\n\nExim is a modern MTA and there is an example configure at\nhttps://github.com/dbmail/dbmail/blob/main/contrib/exim-dbmail-configure\n\n### Integration\n\nDBMail integrates with most MTAs. There are a number of examples on\nhttps://dbmail.org/docs/\n\nWeb frontends including [SquirrelMail](https://squirrelmail.org/) and\n[Roundcube](https://roundcube.net/) work well with IMAP using dbmail-imapd\nplus Roundcube and most desktop software has integration with email filtering\nvia dbmail-sieved.\n\n### Dependencies\n\n* Database: Current versions of MySQL, PostgreSQL, Sqlite3 and Oracle\n* Glib: (\u003e= 2.16)\n* GMime: (\u003e= 3 (3.2))\n* OpenSSL\n* libmhash\n* libzdb (http://www.tildeslash.com/libzdb/)\n* libevent: (\u003e= 2.1)\n* Optional: libsieve (\u003e= 2.2.1) (https://github.com/sodabrew/libsieve)\n* Optional: jemalloc\n\n### Installing\n\n* Download DBMail package\n* Install dependencies (some provided from your linux / BSD distribution and\n  some (libzdb and/or libsieve) need to be compiled\n* ./configure\n* make \n* make install\n","funding_links":[],"categories":["C","mysql"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbmail%2Fdbmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbmail%2Fdbmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbmail%2Fdbmail/lists"}