diff --git a/postfix/acl_security.pl b/postfix/acl_security.pl index ce395f01e..5e195dfcb 100755 --- a/postfix/acl_security.pl +++ b/postfix/acl_security.pl @@ -11,7 +11,7 @@ sub acl_security_form { local $o; foreach $o (@acl_pages) { - print &ui_table_row($text{'acl_'.$o}, + print &ui_table_row($text{'acl_'.$o} || $o, &ui_yesno_radio($o, $_[0]->{$o} ? 1 : 0)); } print &ui_table_row($text{'acl_dir'}, diff --git a/postfix/lang/en b/postfix/lang/en index 7d6c2c81f..48ebd284a 100644 --- a/postfix/lang/en +++ b/postfix/lang/en @@ -463,6 +463,8 @@ acl_postfinger=Can check postfix configuration? acl_manual=Can edit config file? acl_dir=Allowed directory for map files acl_bcc=Can edit BCC mapping? +acl_body=Can edit body checks? +acl_dependent=Can edit sender dependent transport maps? boxes_title=User Mailboxes boxes_user=User