Edit template for controller - Refine params copy and bring DB opens up to spec with UTF8
This commit is contained in:
272
output/Emailsettings/AdminLTE/_mai_REC.html.new.ep
Normal file
272
output/Emailsettings/AdminLTE/_mai_REC.html.new.ep
Normal file
@@ -0,0 +1,272 @@
|
||||
%# layout "AdminLTE", title => "Sme server 2 - emailreceive";
|
||||
|
||||
%# content_for "module" => begin
|
||||
|
||||
%# use constant FALSE => 0;
|
||||
%# use constant TRUE => 1;
|
||||
|
||||
<!-- <div class="card-body"> -->
|
||||
|
||||
% if (config->{debug} == 1) {
|
||||
<pre>
|
||||
<<%= dumper $c->current_route %>
|
||||
<<%= dumper $mai_data %>
|
||||
<<%= dumper $c->param("SMTPAuth") %>
|
||||
</pre>
|
||||
% }
|
||||
|
||||
% if ( stash "error" ) {
|
||||
<br>
|
||||
<div class="text-danger">
|
||||
<<%= $c->render_to_string(inline => stash "error") %>
|
||||
</div>
|
||||
% }
|
||||
|
||||
<!--<h1><%#= $title %></h1> -->
|
||||
|
||||
<h2><%= $c->l("mai_DESC_STATE_RECEPTION_BUTTON") %></h2>
|
||||
|
||||
<br>
|
||||
|
||||
<form action="/smanager/emailsettingsu" method="POST">
|
||||
|
||||
<div>
|
||||
<%= l "mai_DESC_MODE" %>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= l "mai_LABEL_MODE" %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
% param "FetchmailMethod" => $mai_data->{fetchmailmethod} unless param "FetchmailMethod";
|
||||
<%= select_field "FetchmailMethod" => $c->get_retrieval_opt(), class =>"form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<b><i>Note - this first line was disabled?</b></i>
|
||||
|
||||
<br>
|
||||
<%= l "mai_DESC_SMTP_AUTH_CONTROL" %>
|
||||
<br>
|
||||
<b><i>/end</b></i>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= l "SMTP port (25) main purpose is to receive emails from another server, STARTTLS is always offered, but auth if offered is only if STARTTLS is also used by client." %>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= l "SMTPS port (465) will require implicit SSL/TLS then authenticate to send." %>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= l "SMTP Submission port (587) will require STARTTLS, then authenticate to send." %>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% my $smtp_mesg=l("SMTP port %u allow client to authenticate:");
|
||||
% param "SMTPAuth" => $c->get_current_smtp_auth( FALSE ) unless param "SMTPAuth";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= sprintf($smtp_mesg,$c->get_db_prop("qpsmtpd","TCPPort",25)); %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<%= select_field "SMTPAuth" => $c->get_smtp_auth_opt(), class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% my $smtp_mesg=l("SMTPS SSL/TLS auth: port %u status:");
|
||||
% param "sSMTPAuth" => $c->get_current_smtp_ssl_auth(FALSE,"s", TRUE) unless param "sSMTPAuth";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= sprintf($smtp_mesg,$c->get_db_prop("sqpsmtpd","TCPPort",465)); %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<%= select_field "sSMTPAuth" => $c->get_smtp_ssl_auth_opt(), class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% my $smtp_mesg=l("Submission port %u status:");
|
||||
% param "uSMTPAuth" => $c->get_current_smtp_ssl_auth(FALSE,"u", TRUE) unless param "uSMTPAuth";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= sprintf($smtp_mesg,$c->get_db_prop("uqpsmtpd","TCPPort",587)); %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<!--
|
||||
<pre>
|
||||
<%= dumper $c->get_smtp_ssl_auth_opt() %>
|
||||
<%= dumper $c->get_current_smtp_ssl_auth(FALSE,"s", TRUE) %>
|
||||
<%= dumper $c->get_current_smtp_ssl_auth(FALSE,"u", TRUE) %>
|
||||
<%= dumper $c->get_db_prop("uqpsmtpd","access") %>
|
||||
<%= param "uSMTPAuth" %>
|
||||
</pre>
|
||||
-->
|
||||
<%= select_field "uSMTPAuth" => $c->get_smtp_ssl_auth_opt(), class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<h2><%= l "mai_TITLE_SECONDARY" %></h2>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= l "mai_DESC_SECONDARY" %>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% param "SecondaryMailServer" => $mai_data->{secondarymailserver} unless param "SecondaryMailServer";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<label for="inputSecondaryMailServer" class="col-form-label"><%= l "mai_LABEL_SECONDARY" %></label>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<input type="text" name="SecondaryMailServer" id="inputSecondaryMailServer" class="form-control" aria-describedby="SecondaryMailServer" value="<%= $mai_data->{secondarymailserver} %>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= l "mai_DESC_FETCH_PERIOD" %>
|
||||
</div>
|
||||
|
||||
% param "FreqOffice" => $mai_data->{freqoffice} unless param "FreqOffice";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= l "mai_LABEL_FETCH_PERIOD" %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<%= select_field "FreqOffice" => $c->fetchmail_freq(), class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% param "FreqOutside" => $mai_data->{freqoutside} unless param "FreqOutside";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= l "mai_LABEL_FETCH_PERIOD_NIGHTS" %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<%= select_field "FreqOutside" => $c->fetchmail_freq(), class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% param "FreqWeekend" => $mai_data->{freqweekend} unless param "FreqWeekend";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= l "mai_LABEL_FETCH_PERIOD_WEEKENDS" %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<%= select_field "FreqWeekend" => $c->fetchmail_freq(), class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% param "SecondaryMailAccount" => $mai_data->{secondarymailaccount} unless param "SecondaryMailAccount";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<label for="inputSecondaryMailAccount" class="col-form-label"><%= l "mai_LABEL_POP_ACCOUNT" %></label>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<input type="text" name="SecondaryMailAccount" id="inputSecondaryMailAccount" class="form-control" aria-describedby="SecondaryMailAccount" value="<%= $mai_data->{secondarymailaccount} %>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% param "SecondaryMailPassword" => $mai_data->{secondarymailpassword} unless param "SecondaryMailPassword";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<label for="password" class="col-form-label"><%= l "mai_LABEL_POP_PASS" %></label>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<input type="password" name="SecondaryMailPassword" id="password" class="form-control" aria-describedby="SecondaryMailPassword" value="<%= $mai_data->{secondarymailpassword} %>">
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<span id="togglePassword" class="bi bi-eye"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
% param "SpecifyHeader" => $mai_data->{specifyheader} unless param "SpecifyHeader";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<%= l "mai_LABEL_SORT_METHOD" %>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<%= select_field "SpecifyHeader" => [[(l "Default") => "off"], [(l "mai_SPECIFY_BELOW") => "on"]], class => "form-select" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% param "SecondaryMailEnvelope" => $mai_data->{secondarymailenvelope} unless param "SecondaryMailEnvelope";
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<label for="inputSecondaryMailEnvelope" class="col-form-label"><%= l "mai_LABEL_SORT_HEADER" %></label>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<input type="text" name="SecondaryMailEnvelope" id="inputSecondaryEnvelope" class="form-control" aria-describedby="SecondaryMailEnvelope" value="<%= $mai_data->{secondarymailenvelope} %>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
% my $btn = l("SAVE");
|
||||
% param "trt" => $mai_data->{trt} unless param "trt";
|
||||
<%= hidden_field "trt" => "REC" %>
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
<button type="submit" class="btn btn-primary btn-sm"><%= $btn %></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
%#end
|
||||
|
1171
output/Emailsettings/Emailsettings-Custom.new.pm
Normal file
1171
output/Emailsettings/Emailsettings-Custom.new.pm
Normal file
File diff suppressed because it is too large
Load Diff
159
output/Emailsettings/default/_mai_REC.html.new.ep
Normal file
159
output/Emailsettings/default/_mai_REC.html.new.ep
Normal file
@@ -0,0 +1,159 @@
|
||||
%#
|
||||
%# Generated by SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-06-29 08:53:20
|
||||
%#
|
||||
<div id="Emailsettings-REC" class="partial Emailsettings-REC">
|
||||
%# <script>
|
||||
%# window.onload = function() {
|
||||
%# SelectInput();
|
||||
%# };
|
||||
%# </script>
|
||||
% if (config->{debug} == 1) {
|
||||
<pre>
|
||||
%= dumper $mai_data
|
||||
</pre>
|
||||
% }
|
||||
% my $btn = l("SAVE");
|
||||
% $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table
|
||||
|
||||
<h2><%= $c->l("mai_DESC_STATE_RECEPTION_BUTTON") %></h2><br>
|
||||
%= form_for "emailsettingsu" => (method => "POST") => begin
|
||||
% param "trt" => $mai_data->{trt} unless param "trt";
|
||||
%= hidden_field "trt" => $mai_data->{trt}
|
||||
%# Inputs etc in here.
|
||||
%=l "mai_DESC_MODE"
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_MODE"
|
||||
</span><span class=input>
|
||||
% param "FetchmailMethod" => $mai_data->{fetchmailmethod} unless param "FetchmailMethod";
|
||||
<!--
|
||||
<pre>
|
||||
%= dumper $mai_data->{fetchmailmethod}
|
||||
%= dumper $c->get_retrieval_opt()
|
||||
%= param "FetchmailMethod"
|
||||
</pre>
|
||||
-->
|
||||
%= select_field "FetchmailMethod" => $c->get_retrieval_opt(), class => "input"
|
||||
</span></p>
|
||||
|
||||
%#=l "mai_DESC_SMTP_AUTH_CONTROL"
|
||||
<br />
|
||||
%= l "mai_SMTP_port_(25)"
|
||||
<br />
|
||||
%= l "mai_SMTPS_port_(465)"
|
||||
<br />
|
||||
%= l "mai_SMTP_Submission"
|
||||
<br />
|
||||
|
||||
% my $smtp_mesg=l("mai_SMTP_port_authenticate");
|
||||
<p><span class=label>
|
||||
%= sprintf($smtp_mesg,$c->get_db_prop("qpsmtpd","TCPPort",25));
|
||||
</span><span class=input>
|
||||
% param "SMTPAuth" => $c->get_current_smtp_auth( FALSE ) unless param "SMTPAuth";
|
||||
<!--
|
||||
<pre>
|
||||
%= dumper $c->get_smtp_auth_opt()
|
||||
%= dumper $c->get_current_smtp_auth(FALSE)
|
||||
%= dumper $c->get_db_prop("qpsmtpd","Authentication")
|
||||
%= param "SMTPAuth"
|
||||
</pre>
|
||||
-->
|
||||
%= select_field "SMTPAuth" => $c->get_smtp_auth_opt(), class => "input"
|
||||
</span></p>
|
||||
|
||||
% my $smtp_mesg=l("SMTPS SSL/TLS auth: port %u status:");
|
||||
<p><span class=label>
|
||||
%= sprintf($smtp_mesg,$c->get_db_prop("sqpsmtpd","TCPPort",465));
|
||||
</span><span class=input>
|
||||
% param "sSMTPAuth" => $c->get_current_smtp_ssl_auth(FALSE,"s", TRUE) unless param "sSMTPAuth";
|
||||
|
||||
%= select_field "sSMTPAuth" => $c->get_smtp_ssl_auth_opt(), class => "input"
|
||||
</span></p>
|
||||
|
||||
%my $smtp_mesg=l("Submission port %u status:");
|
||||
<p><span class=label>
|
||||
%= sprintf($smtp_mesg,$c->get_db_prop("uqpsmtpd","TCPPort",587));
|
||||
</span><span class=input>
|
||||
% param "uSMTPAuth" => $c->get_current_smtp_ssl_auth(FALSE,"u", TRUE) unless param "uSMTPAuth";
|
||||
<!--
|
||||
<pre>
|
||||
%= dumper $c->get_smtp_ssl_auth_opt()
|
||||
%= dumper $c->get_current_smtp_ssl_auth(FALSE,"s", TRUE)
|
||||
%= dumper $c->get_current_smtp_ssl_auth(FALSE,"u", TRUE)
|
||||
%= dumper $c->get_db_prop("uqpsmtpd","access")
|
||||
%= param "uSMTPAuth"
|
||||
</pre>
|
||||
-->
|
||||
%= select_field "uSMTPAuth" => $c->get_smtp_ssl_auth_opt(), class => "input"
|
||||
</span></p>
|
||||
|
||||
<!--<hr class="sectionbar" />-->
|
||||
<h2>
|
||||
%=l "mai_TITLE_SECONDARY"
|
||||
</h2><br>
|
||||
|
||||
%=l "mai_DESC_SECONDARY"
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_SECONDARY"
|
||||
</span><span class=input>
|
||||
% param "SecondaryMailServer" => $mai_data->{secondarymailserver} unless param "SecondaryMailServer";
|
||||
%= text_field "SecondaryMailServer", class => "input"
|
||||
</span></p>
|
||||
|
||||
%=l "mai_DESC_FETCH_PERIOD"
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_FETCH_PERIOD"
|
||||
</span><span class=input>
|
||||
% param "FreqOffice" => $mai_data->{freqoffice} unless param "FreqOffice";
|
||||
%= select_field "FreqOffice" => $c->fetchmail_freq(), class => "input"
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_FETCH_PERIOD_NIGHTS"
|
||||
</span><span class=input>
|
||||
% param "FreqOutside" => $mai_data->{freqoutside} unless param "FreqOutside";
|
||||
%= select_field "FreqOutside" => $c->fetchmail_freq(), class => "input"
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_FETCH_PERIOD_WEEKENDS"
|
||||
</span><span class=input>
|
||||
% param "FreqWeekend" => $mai_data->{freqweekend} unless param "FreqWeekend";
|
||||
%= select_field "FreqWeekend" => $c->fetchmail_freq(), class => "input"
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_POP_ACCOUNT"
|
||||
</span><span class=input>
|
||||
% param "SecondaryMailAccount" => $mai_data->{secondarymailaccount} unless param "SecondaryMailAccount";
|
||||
%= text_field "SecondaryMailAccount", class => "input"
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_POP_PASS"
|
||||
</span><span class=input>
|
||||
% param "SecondaryMailPassword" => $mai_data->{secondarymailpassword} unless param "SecondaryMailPassword";
|
||||
%= password_field "SecondaryMailPassword", class => "input"
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_SORT_METHOD"
|
||||
</span><span class=input>
|
||||
% param "SpecifyHeader" => $mai_data->{specifyheader} unless param "SpecifyHeader";
|
||||
%= select_field "SpecifyHeader" => [[(l "Default") => "off"], [(l "mai_SPECIFY_BELOW") => "on"]], class => "input"
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l "mai_LABEL_SORT_HEADER"
|
||||
</span><span class=input>
|
||||
% param "SecondaryMailEnvelope" => $mai_data->{secondarymailenvelope} unless param "SecondaryMailEnvelope";
|
||||
%= text_field "SecondaryMailEnvelope", class => "input"
|
||||
</span></p>
|
||||
|
||||
%# ....
|
||||
%# Probably finally by a submit.
|
||||
%= submit_button $btn, class => "action"
|
||||
%end
|
||||
</div>
|
17
output/Emailsettings/emailsettings_en.lex.diff
Normal file
17
output/Emailsettings/emailsettings_en.lex.diff
Normal file
@@ -0,0 +1,17 @@
|
||||
'mai_ALLOW_PRIVATE' => 'Allow private',
|
||||
'mai_AUTO' => 'Automatic',
|
||||
'mai_DESC_POP_ACCOUNT' => 'For multi-drop e-mail, specify the POP user account and password.
|
||||
(If using standard or ETRN e-mail, these fields can be blank.)
|
||||
Also, for multi-drop, you can either use the default mail sorting
|
||||
method, or you can specify a particular message header to use for
|
||||
mail sorting.',
|
||||
'mai_DESC_STATE_ACCESS' => 'E-mail access',
|
||||
'mai_DESC_STATE_DELIVERY' => 'E-mail delivery',
|
||||
'mai_DESC_STATE_RECEPTION' => 'E-mail reception',
|
||||
'mai_ENABLED_BOTH' => 'Allow both HTTP and HTTPS',
|
||||
'mai_INSECURE_SMTP' => 'Allow both SMTP and SSMTP',
|
||||
'mai_LABEL_FETCH_PROTO' => 'Protocol (for multi-drop)',
|
||||
'mai_LABEL_FETCH_SECURE' => 'Tunnel over SSL (for multi-drop)',
|
||||
'mai_LABEL_SMTP_AUTH_CONTROL' => 'SMTP authentication',
|
||||
'mai_UNACCEPTABLE_CHARS' => 'This field requires a valid e-mail address, which must include
|
||||
the @ symbol and a domain name.',
|
159
output/Emailsettings/emailsettings_en.lex.new1
Normal file
159
output/Emailsettings/emailsettings_en.lex.new1
Normal file
@@ -0,0 +1,159 @@
|
||||
#
|
||||
# Lex file for Emailsettings generated on 2025-07-17 09:52:31
|
||||
#
|
||||
'mai_ACC_panel_action_was_successful' => 'Email access settings saved sucessfully',
|
||||
'mai_ALLOW_PRIVATE' => 'Allow private',
|
||||
'mai_AUTO' => 'Automatic',
|
||||
'mai_DEL_panel_action_was_successful' => 'Email delivery settings saved sucessfully',
|
||||
'mai_DESC_BLOCK_EXECUTABLE_CONTENT' => 'You can block executable content in e-mail attachments
|
||||
by highlighting the executable attachment types you wish to
|
||||
block. E-mail containing these attachment types will
|
||||
be automatically returned to the sender.',
|
||||
'mai_DESC_DELEGATE' => 'Your server includes a complete, full-featured e-mail server. However,
|
||||
if for some reason you wish to delegate e-mail processing to
|
||||
another system, specify the IP address of the delegate system
|
||||
here. For normal operation, leave this field blank.',
|
||||
'mai_DESC_FETCH_PERIOD' => 'For ETRN or multi-drop, you can control how frequently this server
|
||||
contacts your secondary e-mail server to fetch e-mail. More
|
||||
frequent connections mean that you receive your e-mail more
|
||||
quickly, but also cause Internet requests to be sent more often,
|
||||
possibly increasing your phone and Internet charges.',
|
||||
'mai_DESC_IMAP_ACCESS_CONTROL' => 'You can control IMAP server access. The setting "Allow access
|
||||
only from local networks" allows IMAP access only from your
|
||||
local network(s). The IMAPS setting can be used to provide
|
||||
encrypted external access to your IMAP server. We recommend
|
||||
leaving this setting "Allow access only from local networks"
|
||||
unless you have a specific reason to do otherwise.',
|
||||
'mai_DESC_MODE' => 'The e-mail retrieval mode can be set to
|
||||
standard (for dedicated Internet connections), ETRN (recommended
|
||||
for dialup connections), or multi-drop (for dialup connections if
|
||||
ETRN is not supported by your Internet provider). Note that
|
||||
multi-drop mode is the only option available when the server is
|
||||
configured in private server and gateway mode.',
|
||||
'mai_DESC_POP_ACCESS_CONTROL' => 'You can control POP3 server access. The setting "Allow access
|
||||
only from local networks" allows POP3 access only from your
|
||||
local network(s). The POP3S setting can be used to provide
|
||||
encrypted external access to your POP3 server. We recommend
|
||||
leaving this setting "Allow access only from local networks"
|
||||
unless you have a specific reason to do otherwise.',
|
||||
'mai_DESC_POP_ACCOUNT' => 'For multi-drop e-mail, specify the POP user account and password.
|
||||
(If using standard or ETRN e-mail, these fields can be blank.)
|
||||
Also, for multi-drop, you can either use the default mail sorting
|
||||
method, or you can specify a particular message header to use for
|
||||
mail sorting.',
|
||||
'mai_DESC_SECONDARY' => 'For ETRN or multi-drop, specify the hostname or IP address of your
|
||||
secondary mail server. (If using the standard e-mail setup, this
|
||||
field can be left blank.)',
|
||||
'mai_DESC_SMARTHOST' => 'The server can deliver outgoing messages directly to their
|
||||
destination (recommended in most cases) or can deliver them via
|
||||
your Internet provider"s SMTP server (recommended if you have an
|
||||
unreliable Internet connection or are using a residential Internet
|
||||
service). If using your Internet provider"s SMTP server, specify
|
||||
its hostname or IP address below. Otherwise leave this field blank.',
|
||||
'mai_DESC_SMTP_AUTH_CONTROL' => 'You can provide authenticated access to your SMTP server, or
|
||||
set it to Disabled.
|
||||
The SSMTP setting requires <b>all</b> users to use SSL/TLS
|
||||
authentication. The SMTP and SSMTP option additionally allows
|
||||
STARTTLS to be used to ensure secure authentication.',
|
||||
'mai_DESC_SPAM_SCAN' => 'You can scan e-mail for spam. If Spam filtering is
|
||||
enabled, an X-Spam-Status: header is added to each
|
||||
message, which can be used for filtering spam.
|
||||
You can adjust the sensitivity of the Spam detection
|
||||
process from the default of medium. For fine-grained
|
||||
control, you can set the Spam sensitivity to Custom
|
||||
and then choose a custom tagging level, and
|
||||
optionally a level at which to reject the message.',
|
||||
'mai_DESC_SPAM_SUBJECT' => 'You can enable to add a tag to the subject of each
|
||||
message that is classified as SPAM.
|
||||
The value for this tag can be defined below.',
|
||||
'mai_DESC_STATE_ACCESS' => 'E-mail access',
|
||||
'mai_DESC_STATE_ACCESS_BUTTON' => 'Change e-mail access settings',
|
||||
'mai_DESC_STATE_DELIVERY' => 'E-mail delivery',
|
||||
'mai_DESC_STATE_DELIVERY_BUTTON' => 'Change e-mail delivery settings',
|
||||
'mai_DESC_STATE_FILTERING_BUTTON' => 'Change e-mail filtering settings',
|
||||
'mai_DESC_STATE_RECEPTION' => 'E-mail reception',
|
||||
'mai_DESC_STATE_RECEPTION_BUTTON' => 'Change e-mail reception settings',
|
||||
'mai_DESC_UNKNOWN' => 'Selecting Reject (recommended setting) will configure the server to only
|
||||
accept mail for valid email addresses (for example users, groups, pseudonyms).
|
||||
Mail for other addresses will be rejected.',
|
||||
'mai_DESC_VIRUS_SCAN' => 'You can scan incoming and outgoing e-mail for viruses. If scanning is enabled and a virus is detected, the e-mail will be rejected and returned to the
|
||||
sender.',
|
||||
'mai_DESC_WEBMAIL' => 'You can enable or disable webmail on this system. Webmail allows
|
||||
users to access their mail through a regular web browser by
|
||||
pointing the browser to https://[_1]/webmail,and
|
||||
logging in to their account.',
|
||||
'mai_E-Mail' => 'E-mail',
|
||||
'mai_ENABLED_BOTH' => 'Allow both HTTP and HTTPS',
|
||||
'mai_ENABLED_SECURE_ONLY' => 'Allow HTTPS (secure)',
|
||||
'mai_ETRN' => 'ETRN (SMTP with client request)',
|
||||
'mai_EVERY15MIN' => 'Every 15 minutes',
|
||||
'mai_EVERY2HRS' => 'Every 2 hours',
|
||||
'mai_EVERY30MIN' => 'Every 30 minutes',
|
||||
'mai_EVERY5MIN' => 'Every 5 minutes',
|
||||
'mai_EVERYHOUR' => 'Every hour',
|
||||
'mai_FIL_panel_action_was_successful' => 'Email filtering settings saved sucessfully',
|
||||
'mai_FORM_TITLE' => 'E-mail settings',
|
||||
'mai_FORWARD_TO' => 'Send to',
|
||||
'mai_FORWARD_TO_ADMIN' => 'Send to administrator',
|
||||
'mai_INSECURE_IMAP' => 'Allow both IMAP and IMAPS',
|
||||
'mai_INSECURE_POP3' => 'Allow both POP3 and POP3S',
|
||||
'mai_INSECURE_SMTP' => 'Allow both SMTP and SSMTP',
|
||||
'mai_INVALID_DELEGATE' => 'The delegate host name you entered is not a valid IP Address and is not blank',
|
||||
'mai_INVALID_SMARTHOST' => 'The smarthost name you entered is not a valid internet domain name and is not blank',
|
||||
'mai_LABEL_BLOCK_EXECUTABLE_CONTENT' => 'Executable content blocking',
|
||||
'mai_LABEL_CONTENT_TO_BLOCK' => 'Content to block',
|
||||
'mai_LABEL_DELEGATE' => 'IP Address of internal mail server',
|
||||
'mai_LABEL_FETCH_PERIOD' => 'During office hours (8:00 AM to 6:00 PM) on weekdays',
|
||||
'mai_LABEL_FETCH_PERIOD_NIGHTS' => 'Outside office hours (6:00 PM to 8:00 AM) on weekdays',
|
||||
'mai_LABEL_FETCH_PERIOD_WEEKENDS' => 'During the weekend',
|
||||
'mai_LABEL_FETCH_PROTO' => 'Protocol (for multi-drop)',
|
||||
'mai_LABEL_FETCH_SECURE' => 'Tunnel over SSL (for multi-drop)',
|
||||
'mai_LABEL_IMAP_ACCESS_CONTROL' => 'IMAP server access',
|
||||
'mai_LABEL_MODE' => 'E-mail retrieval mode',
|
||||
'mai_LABEL_POP_ACCESS_CONTROL' => 'POP3 server access',
|
||||
'mai_LABEL_POP_ACCOUNT' => 'POP user account (for multi-drop)',
|
||||
'mai_LABEL_POP_PASS' => 'POP user password (for multi-drop)',
|
||||
'mai_LABEL_SECONDARY' => 'Secondary mail server',
|
||||
'mai_LABEL_SMARTHOST' => 'Address of Internet provider"s mail server',
|
||||
'mai_LABEL_SMARTHOST_SMTPAUTH_PASSWD' => 'Mail server password',
|
||||
'mai_LABEL_SMARTHOST_SMTPAUTH_STATUS' => 'SMTP Authentication for Internet provider',
|
||||
'mai_LABEL_SMARTHOST_SMTPAUTH_USERID' => 'Mail server user id',
|
||||
'mai_LABEL_SMTP_AUTH_CONTROL' => 'SMTP authentication',
|
||||
'mai_LABEL_SORT_HEADER' => 'Select sort header (for multi-drop)',
|
||||
'mai_LABEL_SORT_METHOD' => 'Select sort method (for multi-drop)',
|
||||
'mai_LABEL_SORTSPAM' => 'Sort spam into junkmail folder',
|
||||
'mai_LABEL_SPAM_REJECTLEVEL' => 'Custom spam rejection level',
|
||||
'mai_LABEL_SPAM_SCAN' => 'Spam filtering',
|
||||
'mai_LABEL_SPAM_SENSITIVITY' => 'Spam sensitivity',
|
||||
'mai_LABEL_SPAM_SUBJECT' => 'SPAM subject prefix',
|
||||
'mai_LABEL_SPAM_SUBJECTTAG' => 'Modify subject of spam messages',
|
||||
'mai_LABEL_SPAM_TAGLEVEL' => 'Custom spam tagging level',
|
||||
'mai_LABEL_UNKNOWN' => 'E-mail to unknown users',
|
||||
'mai_LABEL_VIRUS_SCAN' => 'Virus scanning',
|
||||
'mai_LABEL_WEBMAIL' => 'Webmail access',
|
||||
'mai_MULTIDROP' => 'multi-drop',
|
||||
'mai_NEVER' => 'not at all',
|
||||
'mai_ONLY_LOCAL_NETWORK_SSL' => 'Allow HTTPS (secure) from local networks',
|
||||
'mai_REC_panel_action_was_successful' => 'Email receive settings saved sucessfully',
|
||||
'mai_SECURE_IMAP' => 'Allow private and public (secure IMAPS)',
|
||||
'mai_SECURE_POP3' => 'Allow private and public (secure POP3S)',
|
||||
'mai_SECURE_SMTP' => 'Allow SSMTP (secure)',
|
||||
'mai_SMTP_port_(25)' => 'Smtp port (25) main purpose is to receive emails from another server, starttls is always offered, but auth if offered is only if starttls is also used by client.',
|
||||
'mai_SMTP_port_authenticate' => 'Smtp port %u allow client to authenticate:',
|
||||
'mai_SMTP_Submission' => 'Smtp submission port (587) will require starttls, then authenticate to send.',
|
||||
'mai_SMTPS_port_(465)' => 'Smtps port (465) will require implicit ssl/tls then authenticate to send.',
|
||||
'mai_SMTPS_SSL/TLS' => 'Smtps ssl/tls auth: port %u status:',
|
||||
'mai_SPECIFY_BELOW' => 'Specify below',
|
||||
'mai_STANDARD' => 'Standard (SMTP)',
|
||||
'mai_Submission_port' => 'Submission port %u status:',
|
||||
'mai_SUCCESS' => 'The new e-mail settings have been saved.',
|
||||
'mai_TITLE_DELEGATE' => 'Delegate mail servers',
|
||||
'mai_TITLE_SECONDARY' => 'ETRN or multi-drop settings',
|
||||
'mai_TITLE_SMARTHOST' => 'SMTP server',
|
||||
'mai_TITLE_UNKNOWN' => 'Unknown Users',
|
||||
'mai_UNACCEPTABLE_CHARS' => 'This field requires a valid e-mail address, which must include
|
||||
the @ symbol and a domain name.',
|
||||
'mai_VALIDATION_SMTPAUTH_NONBLANK' => 'The user id and password fields cannot be left blank if SMTP Authentication is
|
||||
enabled.',
|
||||
'mai_VERYHIGH' => 'Very high',
|
||||
'mai_VERYLOW' => 'Very low',
|
Reference in New Issue
Block a user