Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['getmail_config_dir_txt'] = 'Getmail Config Path';
T 3 $wb['ip_address_txt'] = 'IP Address';
4 $wb['netmask_txt'] = 'Netmask';
5 $wb['gateway_txt'] = 'Gateway';
6 $wb['hostname_txt'] = 'Hostname';
7 $wb['nameservers_txt'] = 'Nameservers';
8 $wb['module_txt'] = 'Server Module';
9 $wb['maildir_path_txt'] = 'Maildir Path';
10 $wb['homedir_path_txt'] = 'Homedir Path';
11 $wb['mailuser_uid_txt'] = 'Mailuser UID';
12 $wb['mailuser_gid_txt'] = 'Mailuser GID';
13 $wb['mailuser_name_txt'] = 'Mailuser Name';
14 $wb['mailuser_group_txt'] = 'Mailuser Group';
15 $wb['relayhost_txt'] = 'Relayhost';
16 $wb['relayhost_user_txt'] = 'Relayhost User';
17 $wb['relayhost_password_txt'] = 'Relayhost Password';
18 $wb['mailbox_size_limit_txt'] = 'Mailbox Size Limit';
19 $wb['message_size_limit_txt'] = 'Message Size Limit';
f99b12 20 ?>
21c8aa 21
TB 22