#!/usr/local/bin/perl # list_cgs.cgi # List domains for which outgoing address mapping is done require './sendmail-lib.pl'; $access{'cgs'} || &error($text{'cgs_ecannot'}); &ui_print_header(undef, $text{'cgs_title'}, ""); $conf = &get_sendmailcf(); @dlist = &get_file_or_config($conf, "G"); print "
\n"; &ui_print_footer("", $text{'index_return'});