OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

  1. #!/bin/sh
  2. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # Filename: package/.../qmail/config.in
  6. # Copyright (C) 2007 - 2009 The OpenSDE Project
  7. # Copyright (C) 2004 - 2006 The T2 SDE Project
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. if pkgcheck qmail X; then
  17. menu_begin MENU_PKG_QMAIL 'qmail package options'
  18. comment 'WARNING: If you patch your copy of qmail its at your'
  19. comment ' own responsabily. This is not GPL, it`s restricted'
  20. comment ' by it`s author'
  21. comment ' '
  22. bool 'Enable LDAP backend' SDECFG_PKG_QMAIL_LDAP 0
  23. if [ "$SDECFG_PKG_QMAIL_LDAP" == 1 ]; then
  24. bool 'Enable Domain aliasing' \
  25. SDECFG_PKG_QMAIL_LDAP_DOMAINALIAS 0
  26. bool 'Enable Big Brother' \
  27. SDECFG_PKG_QMAIL_LDAP_BIGBROTHER 0
  28. bool 'Enable DK-DKIM patch' \
  29. SDECFG_PKG_QMAIL_LDAP_DKIM 0
  30. SDECFGSET_PKG_QMAIL_QMTP=0
  31. SDECFGSET_PKG_QMAIL_QUEUE=0
  32. fi
  33. bool 'Apply QMAILQUEUE patch' SDECFG_PKG_QMAIL_QUEUE 0
  34. bool 'Enable remote QMTP' SDECFG_PKG_QMAIL_QMTP 0
  35. bool 'Enable dynamic hold/release remote/local delivery' SDECFG_PKG_QMAIL_HOLD 0
  36. menu_end
  37. fi