use constant DEBUGGING => 1; use constant LIBDIR => '/home/sitename/tfmail/'; use constant MAILPROG => '/usr/sbin/sendmail -oi -t'; use constant POSTMASTER => 'terra@sitename.com'; use constant CONFIG_ROOT => '/home/sitename/tfmail/'; use constant SESSION_DIR => '.'; use constant MAX_DEPTH => 0; use constant CONFIG_EXT => '.trc'; use constant TEMPLATE_EXT => '.trt'; use constant ENABLE_UPLOADS => 0; use constant USE_MIME_LITE => 1; use constant LOGFILE_ROOT => '/home/sitename/tfmail/log/'; use constant LOGFILE_EXT => '.log'; use constant HTMLFILE_ROOT => ''; use constant HTMLFILE_EXT => '.htm'; use constant CHARSET => 'iso-8859-1';