# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/courier-imap/courier-imap.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2004 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append confopt " " "--disable-root-check" var_append confopt " " "--with-db=gdbm" var_append confopt " " "--without-openldap" var_append confopt " " "--without-mysql" var_append confopt " " "--without-postgresql" var_append INSTALL_WRAPPER_FILTER "|" \ 'sed -e "s,bin/imapd,bin/imapd_courier," \ -e "s,man8/imapd.8,man8/imapd_courier.8,"' hook_add postmake 5 "eval $MAKE install-configure"