File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed
Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ mailbox_size_limit=0
3434message_size_limit=0
3535mailbox_quota_stats=y
3636realtime_blackhole_list=
37+ sendmail_path=/usr/sbin/sendmail
3738
3839[getmail]
3940getmail_config_dir=/etc/getmail
Original file line number Diff line number Diff line change 321321 'width ' => '40 ' ,
322322 'maxlength ' => '255 '
323323 ),
324+ 'sendmail_path ' => array (
325+ 'datatype ' => 'VARCHAR ' ,
326+ 'formtype ' => 'TEXT ' ,
327+ 'default ' => '/usr/sbin/sendmail ' ,
328+ 'validators ' => array (0 => array ('type ' => 'NOTEMPTY ' ,
329+ 'errmsg ' => 'sendmail_path_error_empty ' ),
330+ ),
331+ 'value ' => '' ,
332+ 'width ' => '40 ' ,
333+ 'maxlength ' => '255 '
334+ ),
324335 ##################################
325336 # ENDE Datatable fields
326337 ##################################
Original file line number Diff line number Diff line change @@ -176,4 +176,6 @@ $wb['v6_prefix_wrong'] = 'Falsches IPv6 Netzmasken Format.';
176176$wb['php_ini_check_minutes_txt'] = 'Prüfe System php.ini Dateien auf Änderungen alle';
177177$wb['php_ini_check_minutes_info_txt'] = 'Minute(n) (0 deaktiviert diese Funktion)';
178178$wb['php_ini_check_minutes_error_empty'] = 'Der Wert für die Einstellung der php.ini Prüfung ist ungültig.';
179+ $wb["sendmail_path_txt"] = 'Pfad zu Sendmail';
180+ $wb["sendmail_path_error_empty"] = 'Sendmail Pfad ist leer.';
179181?>
Original file line number Diff line number Diff line change @@ -176,4 +176,6 @@ $wb["v6_prefix_wrong"] = 'Invalid v6 Netmask format.';
176176$wb["php_ini_check_minutes_txt"] = 'Check system php.ini files for changes each';
177177$wb["php_ini_check_minutes_info_txt"] = 'minutes (0 disables checking)';
178178$wb['php_ini_check_minutes_error_empty'] = 'Invalid value for php.ini checking.';
179+ $wb["sendmail_path_txt"] = 'Sendmail Path';
180+ $wb["sendmail_path_error_empty"] = 'Sendmail Path is empty.';
179181?>
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ <h2><tmpl_var name="list_head_txt"></h2>
8181 < label for ="realtime_blackhole_list "> {tmpl_var name='realtime_blackhole_list_txt'}</ label >
8282 < input name ="realtime_blackhole_list " id ="realtime_blackhole_list " value ="{tmpl_var name='realtime_blackhole_list'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " /> {tmpl_var name='realtime_blackhole_list_note_txt'}
8383 </ div >
84+ < div class ="ctrlHolder ">
85+ < label for ="sendmail_path "> {tmpl_var name='sendmail_path_txt'}</ label >
86+ < input name ="sendmail_path " id ="sendmail_path " value ="{tmpl_var name='sendmail_path'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
87+ </ div >
8488 </ fieldset >
8589
8690 < input type ="hidden " name ="id " value ="{tmpl_var name='id'} ">
You can’t perform that action at this time.
0 commit comments