1 <tr valign="top" BGCOLOR="<?=$THEME->cellheading2 ?>">
2 <TD ALIGN=RIGHT><P>auth_pop3host:</TD>
4 <INPUT name=auth_pop3host TYPE=text SIZE=30 VALUE="<?=$config->auth_pop3host?>">
5 <? formerr($err["ldap_host_url"]); ?>
8 <? print_string("auth_pop3host","auth") ?>
12 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
13 <TD ALIGN=RIGHT><P>auth_pop3type:</TD>
15 <? $pop3types = array("pop3","pop3cert");
16 foreach($pop3types as $pop3type) {
17 $pop3options[$pop3type] = $pop3type;
19 choose_from_menu($pop3options, "auth_pop3type", $config->auth_pop3type, "");
21 <? formerr($err["auth_pop3type"]); ?>
24 <? print_string("auth_pop3type","auth") ?>
28 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
29 <TD ALIGN=RIGHT><P>auth_pop3port:</TD>
31 <INPUT name=auth_pop3port TYPE=text SIZE=6 VALUE="<?=$config->auth_pop3port?>">
32 <? formerr($err["auth_pop3port"]); ?>
35 <? print_string("auth_pop3port","auth") ?>
40 <TD ALIGN=RIGHT><P><? print_string("instructions", "auth") ?>:</TD>
42 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
45 <? print_string("authinstructions","auth") ?>
46 <? helpbutton("text", get_string("helptext")) ?>