[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dbmail/dbmail.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Group of programs that enable storing and retrieving mail messages from a database [T] Dbmail is the name of a group of programs that enable the possiblilty of storing [T] and retrieving mail messages from a database (currently MySQL or PostgreSQL). [U] http://www.dbmail.org/ [A] IC&S {Mailing List} [M] The T2 Project [C] extra/server [F] JAIL [L] GPL [S] Stable [V] 2.2.17 [P] O -----5---9 205.100 [D] 4d6359c7aca3fb179ced0c2f91e3e220d40ac4e539ad5a1cf21b8c46 dbmail-2.2.17.tar.gz https://github.com/dbmail/dbmail/archive/refs/tags/v2.2.17/ case "${SDECFG_PKG_DBMAIL_DB}" in mysql) var_append confopt ' ' '--with-mysql' ;; postgresql) var_append confopt ' ' '--with-pgsql' ;; sqlite) var_append confopt ' ' '--with-sqlite' ;; esac hook_add postmake 5 'cp -fv $pkg.conf $root$docdir/'