[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] 3.5.5 [D] 7539db119d8f60de13905cb3967036c31a2c7031143e48962c62c229 dbmail-3.5.5.tar.gz https://github.com/dbmail/dbmail/archive/refs/tags/v3.5.5/ 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/'