Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -N -r1.52 -r1.53 --- openacs-4/etc/config.tcl 11 Mar 2010 14:36:51 -0000 1.52 +++ openacs-4/etc/config.tcl 16 Mar 2010 12:27:23 -0000 1.53 @@ -1,3 +1,17 @@ +# Changes in 5.6.0 +# ================ +# +# - ROLLOUT SUPPORT +# +# ns_sendmail and its rollout support are now DEPRECATED in +# OpenACS. Use acs_mail_lite::send instead. +# +# acs-mail-lite provides rollout support for acs_mail_lite::send and +# implements ns_sendmail as a wrapper to it for backward +# compatibility. See acs-mail-lite package parameters to set rollout +# support. +# + ns_log notice "nsd.tcl: starting to read config file..." ###################################################################### @@ -185,30 +199,6 @@ #--------------------------------------------------------------------- # -# Rollout email support -# -# These procs help manage differing email behavior on -# dev/staging/production. -# -#--------------------------------------------------------------------- -ns_section ns/server/${server}/acs/acs-rollout-support - - # EmailDeliveryMode can be: - # default: Email messages are sent in the usual manner. - # log: Email messages are written to the server's error log. - # redirect: Email messages are redirected to the addresses specified - # by the EmailRedirectTo parameter. If this list is absent - # or empty, email messages are written to the server's error log. - # filter: Email messages are sent to in the usual manner if the - # recipient appears in the EmailAllow parameter, otherwise they - # are logged. - -# ns_param EmailDeliveryMode redirect -# ns_param EmailRedirectTo somenerd@yourdomain.test, othernerd@yourdomain.test -# ns_param EmailAllow somenerd@yourdomain.test,othernerd@yourdomain.test - -#--------------------------------------------------------------------- -# # WebDAV Support (optional, requires oacs-dav package to be installed # #---------------------------------------------------------------------