#!/usr/local/bin/perl # list_trusts.cgi # List users trusted by sendmail require './sendmail-lib.pl'; $access{'trusts'} || &error($text{'trusts_ecannot'}); &ui_print_header(undef, $text{'trusts_title'}, ""); $conf = &get_sendmailcf(); @tlist = &get_file_or_config($conf, "t", "T"); print "
\n"; &ui_print_footer("", $text{'index_return'});