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") ?>
13 <TD ALIGN=RIGHT><P>auth_pop3type:</TD>
15 <? $pop3types = array("pop3","pop3cert");
16 choose_from_menu($pop3types, "auth_pop3type", $config->auth_pop3type, "");
18 <? formerr($err["auth_pop3type"]); ?>
21 <? print_string("auth_pop3type","auth") ?>
26 <TD ALIGN=RIGHT><P>auth_pop3port:</TD>
28 <INPUT name=auth_pop3port TYPE=text SIZE=6 VALUE="<?=$config->auth_pop3port?>">
29 <? formerr($err["auth_pop3port"]); ?>
32 <? print_string("auth_pop3port","auth") ?>
37 <TD ALIGN=RIGHT><P>auth_instructions:</TD>
39 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
42 <? print_string("authinstructions","auth") ?>
43 <? helpbutton("text", get_string("helptext")) ?>