<td valign="top"><img src="plus.png"></td>
<td valign="top">
<b>Who-objects</b><br>
- The action of a rule will only be triggered if the e-mail contains the defined who-object.
+ The action of a rule will only be triggered if the email contains the defined who-object.
<br><br>
</td>
</tr>
<tr>
<td valign="top"><img src="plus.png"></td>
<td valign="top"><b>What-objects</b><br>
- A what-object defines what will happen to an e-mail with a specific content.
+ A what-object defines what will happen to an email with a specific content.
<br><br>
</td>
</tr> </tr>
<tr>
<td valign="top"><img src="plus.png"></td>
<td valign="top"><b>Flexible classification</b><br>
- Every incoming e-mail will be analyzed and marked with a spam level. You can use
+ Every incoming email will be analyzed and marked with a spam level. You can use
the rule system to mark, quarantine, block or forward spam mails into a spam folder.
<br><br>
</td>
<tr><td> </td></tr>
<tr>
<td colspan="4" align="center" width="800">
- <b class="htext">Administration Password and E-Mail Address</b>
+ <b class="htext">Administration Password and Email Address</b>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top" width="30"><img src="plus.png"></td>
- <td valign="top"><b>E-Mail:</b>
+ <td valign="top"><b>Email:</b>
Enter a valid email address. Your Proxmox Mail Gateway will send
important alert notifications to this email account (all mails for 'root').
<br><br>
<tr><td> </td></tr>
<tr>
<td colspan="4" align="center" width="800">
- <b class="htext">Administration Password and E-Mail Address</b>
+ <b class="htext">Administration Password and Email Address</b>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top" width="30"><img src="plus.png"></td>
- <td valign="top"><b>E-Mail:</b>
+ <td valign="top"><b>Email:</b>
Enter a valid email address. Your Proxmox VE server will send
important alert notifications to this email account (such as backup
failures, high availability events, etc.).
$hbox2->pack_start($pwe2, 0, 0, 0);
my $hbox3 = Gtk3::HBox->new(0, 0);
- $label = Gtk3::Label->new("E-Mail");
+ $label = Gtk3::Label->new("Email");
$label->set_size_request(150, -1);
$label->set_alignment(1, 0.5);
$hbox3->pack_start($label, 0, 0, 10);
my $t3 = $eme->get_text;
if ($t3 !~ m/^[\w\+\-\~]+(\.[\w\+\-\~]+)*@[a-zA-Z0-9\-]+(\.[a-zA-Z0-9\-]+)*$/) {
- display_message("E-Mail does not look like a valid address" .
+ display_message("Email does not look like a valid address" .
" (user\@domain.tld)");
$eme->grab_focus();
return;
}
if ($t3 eq 'mail@example.invalid') {
- display_message("Please enter a valid E-Mail address");
+ display_message("Please enter a valid Email address");
$eme->grab_focus();
return;
}