/[smecontribs]/rpms/smeserver-wbl/contribs10/smeserver-wbl-0.5.0-bz10948_manager.patch
ViewVC logotype

Annotation of /rpms/smeserver-wbl/contribs10/smeserver-wbl-0.5.0-bz10948_manager.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Nov 30 09:07:47 2020 UTC (3 years, 6 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-wbl-0_5_0-8_el7_sme, smeserver-wbl-0_5_0-6_el7_sme, smeserver-wbl-0_5_0-5_el7_sme, smeserver-wbl-0_5_0-3_el7_sme, smeserver-wbl-0_5_0-9_el7_sme, smeserver-wbl-0_5_0-4_el7_sme, smeserver-wbl-0_5_0-7_el7_sme, smeserver-wbl-0_5_0-02_el7_sme, HEAD
make: « clog » est à jour.

1 michel 1.1 diff -urN smeserver-wbl-0.5.0.old/createlinks smeserver-wbl-0.5.0/createlinks
2     --- smeserver-wbl-0.5.0.old/createlinks 2020-04-15 23:12:40.000000000 +0400
3     +++ smeserver-wbl-0.5.0/createlinks 2020-11-29 22:38:32.011000000 +0400
4     @@ -1,8 +1,11 @@
5     #!/usr/bin/perl -w
6    
7     use esmith::Build::CreateLinks qw(:all);
8     -#use File::Basename;
9     -#use File::Path;
10     +use File::Basename;
11     +use File::Path;
12     +
13     +my $panel = "manager";
14     +panel_link("wbl", $panel);
15    
16     templates2events("/var/qmail/control/badmailfrom", "email-update");
17     templates2events("/var/service/qpsmtpd/config/badmailfrom", "email-update");
18     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/wbl
19     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
20     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
21     @@ -0,0 +1,191 @@
22     +<lexicon lang="bg">
23     + <!-- vim: ft=xml:
24     + -->
25     +
26     +# WBL_BUTTONS
27     +
28     + <entry>
29     + <base>SAVE</base>
30     + <trans>Запис</trans>
31     + </entry>
32     +
33     + <entry>
34     + <base>PERFORM</base>
35     + <trans>Изпълни</trans>
36     + </entry>
37     +
38     +# WBL_PAGE_FIRST
39     +
40     + <entry>
41     + <base>FORM_TITLE</base>
42     + <trans>E-mail WBL</trans>
43     + </entry>
44     +
45     + <entry>
46     + <base>OPERATION_STATUS_REPORT</base>
47     + <trans>Отчет за състоянието на операциите</trans>
48     + </entry>
49     +
50     + <entry>
51     + <base>WBL_DESCRIPTION</base>
52     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
53     + </entry>
54     +
55     + <entry>
56     + <base>RBL_LIST_DESCRIPTION</base>
57     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
58     + </entry>
59     +
60     +
61     + <entry>
62     + <base>RBL_LIST</base>
63     + <trans>RBL's List</trans>
64     + </entry>
65     +
66     + <entry>
67     + <base>BLACK_LIST_DESCRIPTION</base>
68     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
69     + </entry>
70     +
71     + <entry>
72     + <base>BLACK_LIST</base>
73     + <trans>Black List</trans>
74     + </entry>
75     +
76     + <entry>
77     + <base>WHITE_LIST_DESCRIPTION</base>
78     + <trans>White lists are used for accepting e-mail traffic.</trans>
79     + </entry>
80     +
81     + <entry>
82     + <base>WHITE_LIST</base>
83     + <trans>White List</trans>
84     + </entry>
85     +
86     +# WBL_PAGE_BLACK
87     +
88     + <entry>
89     + <base>BLACK_TITLE</base>
90     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
91     + </entry>
92     +
93     + <entry>
94     + <base>DNSBL_DESCRIPTION</base>
95     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
96     + </entry>
97     +
98     + <entry>
99     + <base>DNSBL_LABEL</base>
100     + <trans>DNSBL status</trans>
101     + </entry>
102     +
103     + <entry>
104     + <base>RHSBL_DESCRIPTION</base>
105     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
106     + </entry>
107     +
108     + <entry>
109     + <base>RHSBL_LABEL</base>
110     + <trans>RHSBL status</trans>
111     + </entry>
112     +
113     + <entry>
114     + <base>BADHELO_DESCRIPTION</base>
115     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
116     + </entry>
117     +
118     + <entry>
119     + <base>BADHELO_LABEL</base>
120     + <trans>qpsmtpd badhelo</trans>
121     + </entry>
122     +
123     + <entry>
124     + <base>BADMAILFROM_DESCRIPTION</base>
125     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
126     + </entry>
127     +
128     + <entry>
129     + <base>BADMAILFROM_LABEL</base>
130     + <trans>qmail badmailfrom</trans>
131     + </entry>
132     +
133     +# WBL_PAGE_WHITELIST
134     +
135     + <entry>
136     + <base>WHITE_TITLE</base>
137     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
138     + </entry>
139     +
140     + <entry>
141     + <base>RRFH_LABEL</base>
142     + <trans>Whitelists status</trans>
143     + </entry>
144     +
145     + <entry>
146     + <base>WHITELISTHOSTS_DESCRIPTION</base>
147     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
148     + </entry>
149     +
150     + <entry>
151     + <base>WHITELISTHOSTS_LABEL</base>
152     + <trans>qpsmtpd whitelisthosts</trans>
153     + </entry>
154     +
155     + <entry>
156     + <base>WHITELISTHELO_DESCRIPTION</base>
157     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
158     + </entry>
159     +
160     + <entry>
161     + <base>WHITELISTHELO_LABEL</base>
162     + <trans>qpsmtpd whitelisthelo</trans>
163     + </entry>
164     +
165     + <entry>
166     + <base>WHITELISTSENDERS_DESCRIPTION</base>
167     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
168     + </entry>
169     +
170     + <entry>
171     + <base>WHITELISTSENDERS_LABEL</base>
172     + <trans>qpsmtpd whitelistsenders</trans>
173     + </entry>
174     +
175     + <entry>
176     + <base>WHITELISTFROM_DESCRIPTION</base>
177     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
178     + </entry>
179     +
180     + <entry>
181     + <base>WHITELISTFROM_LABEL</base>
182     + <trans>spamassassin whitelist_from</trans>
183     + </entry>
184     + <entry>
185     + <base>BLACKLISTFROM_LABEL</base>
186     + <trans>spamassassin blacklist_from</trans>
187     + </entry>
188     + <entry>
189     + <base>BLACKLISTFROM_DESCRIPTION</base>
190     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
191     + </entry>
192     + <entry>
193     + <base>SBLLIST_LABEL</base>
194     + <trans>RHSBL (qpsmtpd SBLList)</trans>
195     + </entry>
196     + <entry>
197     + <base>SBLLIST_DESCRIPTION</base>
198     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
199     + </entry>
200     + <entry>
201     + <base>RBLLIST_LABEL</base>
202     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
203     + </entry>
204     + <entry>
205     + <base>RBLLIST_DESCRIPTION</base>
206     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
207     + </entry>
208     + <entry>
209     + <base>RBL_TITLE</base>
210     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
211     + </entry>
212     +</lexicon>
213     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/da/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/da/etc/e-smith/web/functions/wbl
214     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/da/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
215     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/da/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
216     @@ -0,0 +1,191 @@
217     +<lexicon lang="da">
218     + <!-- vim: ft=xml:
219     + -->
220     +
221     +# WBL_BUTTONS
222     +
223     + <entry>
224     + <base>SAVE</base>
225     + <trans>Gem</trans>
226     + </entry>
227     +
228     + <entry>
229     + <base>PERFORM</base>
230     + <trans>Udfør</trans>
231     + </entry>
232     +
233     +# WBL_PAGE_FIRST
234     +
235     + <entry>
236     + <base>FORM_TITLE</base>
237     + <trans>E-mail WBL</trans>
238     + </entry>
239     +
240     + <entry>
241     + <base>OPERATION_STATUS_REPORT</base>
242     + <trans>Status rapport</trans>
243     + </entry>
244     +
245     + <entry>
246     + <base>WBL_DESCRIPTION</base>
247     + <trans>E-mail trafik skannes og kan blive blokeret af forskellige kontrolmetoder som er aktiveret. Du kan bruge dette panel til at definere e-mal white/black lister. </trans>
248     + </entry>
249     +
250     + <entry>
251     + <base>RBL_LIST_DESCRIPTION</base>
252     + <trans>RBL's liste bruges til at justere DNSBL og RHSBL.</trans>
253     + </entry>
254     +
255     +
256     + <entry>
257     + <base>RBL_LIST</base>
258     + <trans>RBL's liste</trans>
259     + </entry>
260     +
261     + <entry>
262     + <base>BLACK_LIST_DESCRIPTION</base>
263     + <trans>Sortlistet bruges til at afvise e-mail trafik.</trans>
264     + </entry>
265     +
266     + <entry>
267     + <base>BLACK_LIST</base>
268     + <trans>Sortlistet</trans>
269     + </entry>
270     +
271     + <entry>
272     + <base>WHITE_LIST_DESCRIPTION</base>
273     + <trans>Hvid listet bruges til at acceptere e-mail trakfik</trans>
274     + </entry>
275     +
276     + <entry>
277     + <base>WHITE_LIST</base>
278     + <trans>Hvid liste</trans>
279     + </entry>
280     +
281     +# WBL_PAGE_BLACK
282     +
283     + <entry>
284     + <base>BLACK_TITLE</base>
285     + <trans>Denne server understøtter admin i at definere sortlister, badhelo og badmailfrom</trans>
286     + </entry>
287     +
288     + <entry>
289     + <base>DNSBL_DESCRIPTION</base>
290     + <trans>DNSBL står for DNS 'Black List'. </trans>
291     + </entry>
292     +
293     + <entry>
294     + <base>DNSBL_LABEL</base>
295     + <trans>DNSBL status</trans>
296     + </entry>
297     +
298     + <entry>
299     + <base>RHSBL_DESCRIPTION</base>
300     + <trans>RHSBL står for 'Right Hand Side Blacklist'.</trans>
301     + </entry>
302     +
303     + <entry>
304     + <base>RHSBL_LABEL</base>
305     + <trans>RHSBL status</trans>
306     + </entry>
307     +
308     + <entry>
309     + <base>BADHELO_DESCRIPTION</base>
310     + <trans>Kontroller 'HELO beskeder, som leveres fra en ekstern server. Afvis alle, som står på listen 'badhelo under 'helo' fasen.</trans>
311     + </entry>
312     +
313     + <entry>
314     + <base>BADHELO_LABEL</base>
315     + <trans>qpsmtpd badhelo</trans>
316     + </entry>
317     +
318     + <entry>
319     + <base>BADMAILFROM_DESCRIPTION</base>
320     + <trans>Kontroller afsenderadresse. Afvis alle som står på listen badmailfrom (@host eller bruger@host).</trans>
321     + </entry>
322     +
323     + <entry>
324     + <base>BADMAILFROM_LABEL</base>
325     + <trans>qmail badmailfrom</trans>
326     + </entry>
327     +
328     +# WBL_PAGE_WHITELIST
329     +
330     + <entry>
331     + <base>WHITE_TITLE</base>
332     + <trans>Brug dette panel til at redigere din servers 'White List' opsætning. Alle værdier vil aktiveret som standard</trans>
333     + </entry>
334     +
335     + <entry>
336     + <base>RRFH_LABEL</base>
337     + <trans>'Whitelist' status</trans>
338     + </entry>
339     +
340     + <entry>
341     + <base>WHITELISTHOSTS_DESCRIPTION</base>
342     + <trans>Alle IP-adresser registreret i 'whitelisthost' vil blive fritaget for yderligere kontrol under 'Tilslut' fasen.</trans>
343     + </entry>
344     +
345     + <entry>
346     + <base>WHITELISTHOSTS_LABEL</base>
347     + <trans>qpsmtpd whitelisthosts</trans>
348     + </entry>
349     +
350     + <entry>
351     + <base>WHITELISTHELO_DESCRIPTION</base>
352     + <trans>Alle servere som angiver en HELO der matcher en værdi i 'whitelisthelo' undtages for yderligere kontrol under 'helo' fasen.</trans>
353     + </entry>
354     +
355     + <entry>
356     + <base>WHITELISTHELO_LABEL</base>
357     + <trans>qpsmtpd whitelisthelo</trans>
358     + </entry>
359     +
360     + <entry>
361     + <base>WHITELISTSENDERS_DESCRIPTION</base>
362     + <trans>Enhver afsender af e-mail (host.domain eller bruger@host.domain) som matcher en værdi i whitelistsenders undtages for yderligere kontrol under 'mail' fasen.</trans>
363     + </entry>
364     +
365     + <entry>
366     + <base>WHITELISTSENDERS_LABEL</base>
367     + <trans>qpsmtpd whitelistsenders</trans>
368     + </entry>
369     +
370     + <entry>
371     + <base>WHITELISTFROM_DESCRIPTION</base>
372     + <trans>Alle afsendere af e-mail (*@host or user@host) som matcher en værdi i 'whitelist_from' undtages for afvisning af spamassassin.</trans>
373     + </entry>
374     +
375     + <entry>
376     + <base>WHITELISTFROM_LABEL</base>
377     + <trans>spamassassin whitelist_from</trans>
378     + </entry>
379     + <entry>
380     + <base>BLACKLISTFROM_LABEL</base>
381     + <trans>spamassassin blacklist_from</trans>
382     + </entry>
383     + <entry>
384     + <base>BLACKLISTFROM_DESCRIPTION</base>
385     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
386     + </entry>
387     + <entry>
388     + <base>SBLLIST_LABEL</base>
389     + <trans>RHSBL (qpsmtpd SBLList)</trans>
390     + </entry>
391     + <entry>
392     + <base>SBLLIST_DESCRIPTION</base>
393     + <trans>RHS afvis liste - "højre side" af afsendere/domæner vil blive kontrolleret op imod de følgende servere</trans>
394     + </entry>
395     + <entry>
396     + <base>RBLLIST_LABEL</base>
397     + <trans>DNSBL Zoner (qpsmtpd RBLList)</trans>
398     + </entry>
399     + <entry>
400     + <base>RBLLIST_DESCRIPTION</base>
401     + <trans>DNS afvis liste - afsenders IP adresse vil blive kontrolleret op imod de følgende servere</trans>
402     + </entry>
403     + <entry>
404     + <base>RBL_TITLE</base>
405     + <trans>Real tids Blackhole liste er deaktiveret som standard. For ar reducere mængden af spam kan aktivere RBLs her.</trans>
406     + </entry>
407     +</lexicon>
408     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/de/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/de/etc/e-smith/web/functions/wbl
409     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/de/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
410     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/de/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
411     @@ -0,0 +1,191 @@
412     +<lexicon lang="de">
413     + <!-- vim: ft=xml:
414     + -->
415     +
416     +# WBL_BUTTONS
417     +
418     + <entry>
419     + <base>SAVE</base>
420     + <trans>Speichern</trans>
421     + </entry>
422     +
423     + <entry>
424     + <base>PERFORM</base>
425     + <trans>Ausführen</trans>
426     + </entry>
427     +
428     +# WBL_PAGE_FIRST
429     +
430     + <entry>
431     + <base>FORM_TITLE</base>
432     + <trans>E-Mail WBL</trans>
433     + </entry>
434     +
435     + <entry>
436     + <base>OPERATION_STATUS_REPORT</base>
437     + <trans>Statusbericht</trans>
438     + </entry>
439     +
440     + <entry>
441     + <base>WBL_DESCRIPTION</base>
442     + <trans>E-Mail Traffic wird gescannt und wird gegebenenfalls auf Basis der aktivierten Filtermethoden blockiert. Sie können hier E-Mail White- und Blacklisten definieren.</trans>
443     + </entry>
444     +
445     + <entry>
446     + <base>RBL_LIST_DESCRIPTION</base>
447     + <trans>RBL Liste, die zum Anpassen der DNSBL und RHSBL verwendet wird.</trans>
448     + </entry>
449     +
450     +
451     + <entry>
452     + <base>RBL_LIST</base>
453     + <trans>Liste des RBL</trans>
454     + </entry>
455     +
456     + <entry>
457     + <base>BLACK_LIST_DESCRIPTION</base>
458     + <trans>Blacklisten werden zum Zurückweisen von E-Mail Traffic verwendet.</trans>
459     + </entry>
460     +
461     + <entry>
462     + <base>BLACK_LIST</base>
463     + <trans>Blacklisten</trans>
464     + </entry>
465     +
466     + <entry>
467     + <base>WHITE_LIST_DESCRIPTION</base>
468     + <trans>Whitelisten werden zum Annehmen von E-Mail Traffic verwendet.</trans>
469     + </entry>
470     +
471     + <entry>
472     + <base>WHITE_LIST</base>
473     + <trans>Whitelisten</trans>
474     + </entry>
475     +
476     +# WBL_PAGE_BLACK
477     +
478     + <entry>
479     + <base>BLACK_TITLE</base>
480     + <trans>Dieser Server enthält eingebaute Unterstützung für Admin-definierte Blacklisten, badhelo und badmailfrom.</trans>
481     + </entry>
482     +
483     + <entry>
484     + <base>DNSBL_DESCRIPTION</base>
485     + <trans>DNSBL ist die Abkürzung für "DNS blacklist".</trans>
486     + </entry>
487     +
488     + <entry>
489     + <base>DNSBL_LABEL</base>
490     + <trans>DNSBL Status</trans>
491     + </entry>
492     +
493     + <entry>
494     + <base>RHSBL_DESCRIPTION</base>
495     + <trans>RHSBL ist die Abkürzung für "Right Hand Side blacklist".</trans>
496     + </entry>
497     +
498     + <entry>
499     + <base>RHSBL_LABEL</base>
500     + <trans>RHSBL Status</trans>
501     + </entry>
502     +
503     + <entry>
504     + <base>BADHELO_DESCRIPTION</base>
505     + <trans>Prüfe die HELO Nachricht eines sich verbindenden Hosts. Weise alle Hosts, die in der Liste badhelo stehen, noch während der 'helo' Verbindungsphase zurück.</trans>
506     + </entry>
507     +
508     + <entry>
509     + <base>BADHELO_LABEL</base>
510     + <trans>qpsmtpd badhelo</trans>
511     + </entry>
512     +
513     + <entry>
514     + <base>BADMAILFROM_DESCRIPTION</base>
515     + <trans>Prüfe die Envelope Sender Adressen. Weise alle Sender (@host oder user@host), die in der Liste badmailform stehen, noch während der 'mail' Verbindungsphase zurück.</trans>
516     + </entry>
517     +
518     + <entry>
519     + <base>BADMAILFROM_LABEL</base>
520     + <trans>qmail badmailfrom</trans>
521     + </entry>
522     +
523     +# WBL_PAGE_WHITELIST
524     +
525     + <entry>
526     + <base>WHITE_TITLE</base>
527     + <trans>Benutzen Sie diese Seite, um die Whitelist Einstellungen ihres Servers zu ändern. Alle Eingaben sind standardmäßig aktiviert</trans>
528     + </entry>
529     +
530     + <entry>
531     + <base>RRFH_LABEL</base>
532     + <trans>Whitelist Status</trans>
533     + </entry>
534     +
535     + <entry>
536     + <base>WHITELISTHOSTS_DESCRIPTION</base>
537     + <trans>Jede IP Adresse, die unter whitelisthosts gelistet ist, wird beim Verbindungsvorgang in der 'connect' Phase nicht weiter überprüft.</trans>
538     + </entry>
539     +
540     + <entry>
541     + <base>WHITELISTHOSTS_LABEL</base>
542     + <trans>qpsmtpd whitelisthosts</trans>
543     + </entry>
544     +
545     + <entry>
546     + <base>WHITELISTHELO_DESCRIPTION</base>
547     + <trans>Jeder Host mit einem HELO passend zu einem Eintrag in der Liste whitelisthelo wird in der 'helo' Phase nicht weiter überprüft.</trans>
548     + </entry>
549     +
550     + <entry>
551     + <base>WHITELISTHELO_LABEL</base>
552     + <trans>qpsmtpd whitelisthelo</trans>
553     + </entry>
554     +
555     + <entry>
556     + <base>WHITELISTSENDERS_DESCRIPTION</base>
557     + <trans>Jeder Absender einer E-Mail (host.domain oder user@host.domain) mit einem korrespondierenden Eintrag in whitelistsenders wird während 'mail' Phase nicht weiter überprüft.</trans>
558     + </entry>
559     +
560     + <entry>
561     + <base>WHITELISTSENDERS_LABEL</base>
562     + <trans>qpsmtpd whitelistsenders</trans>
563     + </entry>
564     +
565     + <entry>
566     + <base>WHITELISTFROM_DESCRIPTION</base>
567     + <trans>Jeder Absender einer E-Mail (*@host oder user@host) mit einem korrespondierenden Eintrag in der Liste whitelist_from wird von spamassassin nicht weiter überprüft.</trans>
568     + </entry>
569     +
570     + <entry>
571     + <base>WHITELISTFROM_LABEL</base>
572     + <trans>spamassassin whitelist_from</trans>
573     + </entry>
574     + <entry>
575     + <base>BLACKLISTFROM_LABEL</base>
576     + <trans>spamassassin blacklist_from</trans>
577     + </entry>
578     + <entry>
579     + <base>BLACKLISTFROM_DESCRIPTION</base>
580     + <trans>Jeder Absender einer E-Mail (*@host oder user@host) mit einem korrespondierenden Eintrag in der Liste blacklist_from wird von spamassassin zurückgewiesen.</trans>
581     + </entry>
582     + <entry>
583     + <base>SBLLIST_LABEL</base>
584     + <trans>RHSBL (qpsmtpd SBLList)</trans>
585     + </entry>
586     + <entry>
587     + <base>SBLLIST_DESCRIPTION</base>
588     + <trans>RHS block list - 'right hand side' der Sender Host/Domäne wird gegen die folgenden Server geprüft</trans>
589     + </entry>
590     + <entry>
591     + <base>RBLLIST_LABEL</base>
592     + <trans>DNSBL Zonen (qpsmtpd RBLList)</trans>
593     + </entry>
594     + <entry>
595     + <base>RBLLIST_DESCRIPTION</base>
596     + <trans>DNS Block List - Sender IP Adressen werden gegen die folgenden Server geprüft</trans>
597     + </entry>
598     + <entry>
599     + <base>RBL_TITLE</base>
600     + <trans>Echtzeit Blackhole Listen sind standardmäßig nicht aktiviert. Um Spam zu reduzieren, können RBLs hier aktiviert werden.</trans>
601     + </entry>
602     +</lexicon>
603     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/el/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/el/etc/e-smith/web/functions/wbl
604     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/el/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
605     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/el/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
606     @@ -0,0 +1,191 @@
607     +<lexicon lang="el">
608     + <!-- vim: ft=xml:
609     + -->
610     +
611     +# WBL_BUTTONS
612     +
613     + <entry>
614     + <base>SAVE</base>
615     + <trans>Αποθήκευση</trans>
616     + </entry>
617     +
618     + <entry>
619     + <base>PERFORM</base>
620     + <trans>Εκτέλεση</trans>
621     + </entry>
622     +
623     +# WBL_PAGE_FIRST
624     +
625     + <entry>
626     + <base>FORM_TITLE</base>
627     + <trans>E-mail WBL</trans>
628     + </entry>
629     +
630     + <entry>
631     + <base>OPERATION_STATUS_REPORT</base>
632     + <trans>Αναφορά κατάστασης λειτουργίας</trans>
633     + </entry>
634     +
635     + <entry>
636     + <base>WBL_DESCRIPTION</base>
637     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
638     + </entry>
639     +
640     + <entry>
641     + <base>RBL_LIST_DESCRIPTION</base>
642     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
643     + </entry>
644     +
645     +
646     + <entry>
647     + <base>RBL_LIST</base>
648     + <trans>RBL's List</trans>
649     + </entry>
650     +
651     + <entry>
652     + <base>BLACK_LIST_DESCRIPTION</base>
653     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
654     + </entry>
655     +
656     + <entry>
657     + <base>BLACK_LIST</base>
658     + <trans>Black List</trans>
659     + </entry>
660     +
661     + <entry>
662     + <base>WHITE_LIST_DESCRIPTION</base>
663     + <trans>White lists are used for accepting e-mail traffic.</trans>
664     + </entry>
665     +
666     + <entry>
667     + <base>WHITE_LIST</base>
668     + <trans>White List</trans>
669     + </entry>
670     +
671     +# WBL_PAGE_BLACK
672     +
673     + <entry>
674     + <base>BLACK_TITLE</base>
675     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
676     + </entry>
677     +
678     + <entry>
679     + <base>DNSBL_DESCRIPTION</base>
680     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
681     + </entry>
682     +
683     + <entry>
684     + <base>DNSBL_LABEL</base>
685     + <trans>DNSBL status</trans>
686     + </entry>
687     +
688     + <entry>
689     + <base>RHSBL_DESCRIPTION</base>
690     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
691     + </entry>
692     +
693     + <entry>
694     + <base>RHSBL_LABEL</base>
695     + <trans>RHSBL status</trans>
696     + </entry>
697     +
698     + <entry>
699     + <base>BADHELO_DESCRIPTION</base>
700     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
701     + </entry>
702     +
703     + <entry>
704     + <base>BADHELO_LABEL</base>
705     + <trans>qpsmtpd badhelo</trans>
706     + </entry>
707     +
708     + <entry>
709     + <base>BADMAILFROM_DESCRIPTION</base>
710     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
711     + </entry>
712     +
713     + <entry>
714     + <base>BADMAILFROM_LABEL</base>
715     + <trans>qmail badmailfrom</trans>
716     + </entry>
717     +
718     +# WBL_PAGE_WHITELIST
719     +
720     + <entry>
721     + <base>WHITE_TITLE</base>
722     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
723     + </entry>
724     +
725     + <entry>
726     + <base>RRFH_LABEL</base>
727     + <trans>Whitelists status</trans>
728     + </entry>
729     +
730     + <entry>
731     + <base>WHITELISTHOSTS_DESCRIPTION</base>
732     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
733     + </entry>
734     +
735     + <entry>
736     + <base>WHITELISTHOSTS_LABEL</base>
737     + <trans>qpsmtpd whitelisthosts</trans>
738     + </entry>
739     +
740     + <entry>
741     + <base>WHITELISTHELO_DESCRIPTION</base>
742     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
743     + </entry>
744     +
745     + <entry>
746     + <base>WHITELISTHELO_LABEL</base>
747     + <trans>qpsmtpd whitelisthelo</trans>
748     + </entry>
749     +
750     + <entry>
751     + <base>WHITELISTSENDERS_DESCRIPTION</base>
752     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
753     + </entry>
754     +
755     + <entry>
756     + <base>WHITELISTSENDERS_LABEL</base>
757     + <trans>qpsmtpd whitelistsenders</trans>
758     + </entry>
759     +
760     + <entry>
761     + <base>WHITELISTFROM_DESCRIPTION</base>
762     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
763     + </entry>
764     +
765     + <entry>
766     + <base>WHITELISTFROM_LABEL</base>
767     + <trans>spamassassin whitelist_from</trans>
768     + </entry>
769     + <entry>
770     + <base>BLACKLISTFROM_LABEL</base>
771     + <trans>spamassassin blacklist_from</trans>
772     + </entry>
773     + <entry>
774     + <base>BLACKLISTFROM_DESCRIPTION</base>
775     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
776     + </entry>
777     + <entry>
778     + <base>SBLLIST_LABEL</base>
779     + <trans>RHSBL (qpsmtpd SBLList)</trans>
780     + </entry>
781     + <entry>
782     + <base>SBLLIST_DESCRIPTION</base>
783     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
784     + </entry>
785     + <entry>
786     + <base>RBLLIST_LABEL</base>
787     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
788     + </entry>
789     + <entry>
790     + <base>RBLLIST_DESCRIPTION</base>
791     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
792     + </entry>
793     + <entry>
794     + <base>RBL_TITLE</base>
795     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
796     + </entry>
797     +</lexicon>
798     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/wbl
799     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
800     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
801     @@ -0,0 +1,222 @@
802     +<lexicon lang="en-us">
803     + <!-- vim: ft=xml:
804     + -->
805     +
806     +# WBL_BUTTONS
807     +
808     + <entry>
809     + <base>SAVE</base>
810     + <trans>Save</trans>
811     + </entry>
812     +
813     + <entry>
814     + <base>PERFORM</base>
815     + <trans>Perform</trans>
816     + </entry>
817     +
818     +# WBL_PAGE_FIRST
819     +
820     + <entry>
821     + <base>FORM_TITLE</base>
822     + <trans>E-mail WBL</trans>
823     + </entry>
824     +
825     + <entry>
826     + <base>OPERATION_STATUS_REPORT</base>
827     + <trans>
828     + Operation status report
829     + </trans>
830     + </entry>
831     +
832     + <entry>
833     + <base>WBL_DESCRIPTION</base>
834     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled.
835     + You may use this panel to define e-mail white/black lists.</trans>
836     + </entry>
837     +
838     + <entry>
839     + <base>RBL_LIST_DESCRIPTION</base>
840     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
841     + </entry>
842     +
843     +
844     + <entry>
845     + <base>RBL_LIST</base>
846     + <trans>RBL's List</trans>
847     + </entry>
848     +
849     + <entry>
850     + <base>BLACK_LIST_DESCRIPTION</base>
851     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
852     + </entry>
853     +
854     + <entry>
855     + <base>BLACK_LIST</base>
856     + <trans>Black List</trans>
857     + </entry>
858     +
859     + <entry>
860     + <base>WHITE_LIST_DESCRIPTION</base>
861     + <trans>White lists are used for accepting e-mail traffic.</trans>
862     + </entry>
863     +
864     + <entry>
865     + <base>WHITE_LIST</base>
866     + <trans>White List</trans>
867     + </entry>
868     +
869     +# WBL_PAGE_BLACK
870     +
871     + <entry>
872     + <base>BLACK_TITLE</base>
873     + <trans>
874     + This server includes built-in support for using the admin defined black lists, badhelo and
875     + badmailfrom.
876     + </trans>
877     + </entry>
878     +
879     + <entry>
880     + <base>DNSBL_DESCRIPTION</base>
881     + <trans>
882     + DNSBL is an abbreviation for "DNS blacklist".
883     + </trans>
884     + </entry>
885     +
886     + <entry>
887     + <base>DNSBL_LABEL</base>
888     + <trans>DNSBL status</trans>
889     + </entry>
890     +
891     + <entry>
892     + <base>RHSBL_DESCRIPTION</base>
893     + <trans>
894     + RHSBL is an abbreviation for "Right Hand Side Blacklist".
895     + </trans>
896     + </entry>
897     +
898     + <entry>
899     + <base>RHSBL_LABEL</base>
900     + <trans>RHSBL status</trans>
901     + </entry>
902     +
903     + <entry>
904     + <base>BADHELO_DESCRIPTION</base>
905     + <trans>
906     + Check a HELO message delivered from a connecting host. Reject any
907     + that appear in badhelo during the 'helo' stage.
908     + </trans>
909     + </entry>
910     +
911     + <entry>
912     + <base>BADHELO_LABEL</base>
913     + <trans>qpsmtpd badhelo</trans>
914     + </entry>
915     +
916     + <entry>
917     + <base>BADMAILFROM_DESCRIPTION</base>
918     + <trans>
919     + Check envelope sender addresses. Reject any
920     + that appear (@host or user@host) in badmailfrom during the 'mail' stage.
921     + </trans>
922     + </entry>
923     +
924     + <entry>
925     + <base>BADMAILFROM_LABEL</base>
926     + <trans>qmail badmailfrom</trans>
927     + </entry>
928     +
929     +# WBL_PAGE_WHITELIST
930     +
931     + <entry>
932     + <base>WHITE_TITLE</base>
933     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
934     + </entry>
935     +
936     + <entry>
937     + <base>RRFH_LABEL</base>
938     + <trans>Whitelists status</trans>
939     + </entry>
940     +
941     + <entry>
942     + <base>WHITELISTHOSTS_DESCRIPTION</base>
943     + <trans>
944     + Any IP address listed in whitelisthosts will be exempted
945     + from any further validation during the 'connect' stage.
946     + </trans>
947     + </entry>
948     +
949     + <entry>
950     + <base>WHITELISTHOSTS_LABEL</base>
951     + <trans>qpsmtpd whitelisthosts</trans>
952     + </entry>
953     +
954     + <entry>
955     + <base>WHITELISTHELO_DESCRIPTION</base>
956     + <trans>
957     + Any host that issues a HELO matching an entry in whitelisthelo will
958     + be exempted from further validation during the 'helo' stage.
959     + </trans>
960     + </entry>
961     +
962     + <entry>
963     + <base>WHITELISTHELO_LABEL</base>
964     + <trans>qpsmtpd whitelisthelo</trans>
965     + </entry>
966     +
967     + <entry>
968     + <base>WHITELISTSENDERS_DESCRIPTION</base>
969     + <trans>
970     + Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders
971     + will be exempted from further validation during the 'mail' stage.
972     + </trans>
973     + </entry>
974     +
975     + <entry>
976     + <base>WHITELISTSENDERS_LABEL</base>
977     + <trans>qpsmtpd whitelistsenders</trans>
978     + </entry>
979     +
980     + <entry>
981     + <base>WHITELISTFROM_DESCRIPTION</base>
982     + <trans>
983     + Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from
984     + will be exempted from spamassassin rejection.
985     + </trans>
986     + </entry>
987     +
988     + <entry>
989     + <base>WHITELISTFROM_LABEL</base>
990     + <trans>spamassassin whitelist_from</trans>
991     + </entry>
992     + <entry>
993     + <base>BLACKLISTFROM_LABEL</base>
994     + <trans>spamassassin blacklist_from</trans>
995     + </entry>
996     + <entry>
997     + <base>BLACKLISTFROM_DESCRIPTION</base>
998     + <trans>
999     + Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from
1000     + will be rejected by spamassassin.
1001     + </trans>
1002     + </entry>
1003     + <entry>
1004     + <base>SBLLIST_LABEL</base>
1005     + <trans>RHSBL (qpsmtpd SBLList)</trans>
1006     + </entry>
1007     + <entry>
1008     + <base>SBLLIST_DESCRIPTION</base>
1009     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
1010     + </entry>
1011     + <entry>
1012     + <base>RBLLIST_LABEL</base>
1013     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
1014     + </entry>
1015     + <entry>
1016     + <base>RBLLIST_DESCRIPTION</base>
1017     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
1018     + </entry>
1019     + <entry>
1020     + <base>RBL_TITLE</base>
1021     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
1022     + </entry>
1023     +</lexicon>
1024     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/es/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/es/etc/e-smith/web/functions/wbl
1025     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/es/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
1026     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/es/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
1027     @@ -0,0 +1,191 @@
1028     +<lexicon lang="es">
1029     + <!-- vim: ft=xml:
1030     + -->
1031     +
1032     +# WBL_BUTTONS
1033     +
1034     + <entry>
1035     + <base>SAVE</base>
1036     + <trans>Guardar</trans>
1037     + </entry>
1038     +
1039     + <entry>
1040     + <base>PERFORM</base>
1041     + <trans>Ejecutar</trans>
1042     + </entry>
1043     +
1044     +# WBL_PAGE_FIRST
1045     +
1046     + <entry>
1047     + <base>FORM_TITLE</base>
1048     + <trans>E-mail WBL</trans>
1049     + </entry>
1050     +
1051     + <entry>
1052     + <base>OPERATION_STATUS_REPORT</base>
1053     + <trans>Estado de la operación</trans>
1054     + </entry>
1055     +
1056     + <entry>
1057     + <base>WBL_DESCRIPTION</base>
1058     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
1059     + </entry>
1060     +
1061     + <entry>
1062     + <base>RBL_LIST_DESCRIPTION</base>
1063     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
1064     + </entry>
1065     +
1066     +
1067     + <entry>
1068     + <base>RBL_LIST</base>
1069     + <trans>RBL's List</trans>
1070     + </entry>
1071     +
1072     + <entry>
1073     + <base>BLACK_LIST_DESCRIPTION</base>
1074     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
1075     + </entry>
1076     +
1077     + <entry>
1078     + <base>BLACK_LIST</base>
1079     + <trans>Black List</trans>
1080     + </entry>
1081     +
1082     + <entry>
1083     + <base>WHITE_LIST_DESCRIPTION</base>
1084     + <trans>White lists are used for accepting e-mail traffic.</trans>
1085     + </entry>
1086     +
1087     + <entry>
1088     + <base>WHITE_LIST</base>
1089     + <trans>White List</trans>
1090     + </entry>
1091     +
1092     +# WBL_PAGE_BLACK
1093     +
1094     + <entry>
1095     + <base>BLACK_TITLE</base>
1096     + <trans><![CDATA[ <p>Este servidor incluye soporte propio para utilizar dos métodos de black list externas, RHSBL y DNSBL. También soporta las black lists definidas por el administrador, badhelo y badmailfrom.</p> ]]></trans>
1097     + </entry>
1098     +
1099     + <entry>
1100     + <base>DNSBL_DESCRIPTION</base>
1101     + <trans>DNSBL es una abreviatura de "DNS blacklist". Esta es una lista de direcciones IP conocidas de spammers.</trans>
1102     + </entry>
1103     +
1104     + <entry>
1105     + <base>DNSBL_LABEL</base>
1106     + <trans>Estado DNSBL</trans>
1107     + </entry>
1108     +
1109     + <entry>
1110     + <base>RHSBL_DESCRIPTION</base>
1111     + <trans>RHSBL es una abreviatura de "Right Hand Side Blacklist". Esta es una lista de nombres de dominio conocidos de spammers.</trans>
1112     + </entry>
1113     +
1114     + <entry>
1115     + <base>RHSBL_LABEL</base>
1116     + <trans>Estado RHSBL</trans>
1117     + </entry>
1118     +
1119     + <entry>
1120     + <base>BADHELO_DESCRIPTION</base>
1121     + <trans>Comprobar el mensaje HELO emitido desde la conexión de un host. Rechazar cualquiera que aparezca en badhelo durante la fase 'helo'.</trans>
1122     + </entry>
1123     +
1124     + <entry>
1125     + <base>BADHELO_LABEL</base>
1126     + <trans>qpsmtpd badhelo</trans>
1127     + </entry>
1128     +
1129     + <entry>
1130     + <base>BADMAILFROM_DESCRIPTION</base>
1131     + <trans>Comprobar las direcciones del remitente del sobre (Return-Path). Rechazar cualquier (@host o usuario@host) declarado en badmailfrom durante la fase 'mail'.</trans>
1132     + </entry>
1133     +
1134     + <entry>
1135     + <base>BADMAILFROM_LABEL</base>
1136     + <trans>qmail badmailfrom</trans>
1137     + </entry>
1138     +
1139     +# WBL_PAGE_WHITELIST
1140     +
1141     + <entry>
1142     + <base>WHITE_TITLE</base>
1143     + <trans>Utilice este panel para modificar los ajustes de White List de su servidor.</trans>
1144     + </entry>
1145     +
1146     + <entry>
1147     + <base>RRFH_LABEL</base>
1148     + <trans>Estado Whitelists</trans>
1149     + </entry>
1150     +
1151     + <entry>
1152     + <base>WHITELISTHOSTS_DESCRIPTION</base>
1153     + <trans>Cualquier IP listada en whitelisthosts estará exenta de cualquier futura validación durante la fase 'connect'.</trans>
1154     + </entry>
1155     +
1156     + <entry>
1157     + <base>WHITELISTHOSTS_LABEL</base>
1158     + <trans>qpsmtpd whitelisthosts</trans>
1159     + </entry>
1160     +
1161     + <entry>
1162     + <base>WHITELISTHELO_DESCRIPTION</base>
1163     + <trans>Cualquier host que tenga un HELO que coincida con una entrada en whitelisthelo estará exento de cualquier futura validación durante la fase 'helo'.</trans>
1164     + </entry>
1165     +
1166     + <entry>
1167     + <base>WHITELISTHELO_LABEL</base>
1168     + <trans>qpsmtpd whitelisthelo</trans>
1169     + </entry>
1170     +
1171     + <entry>
1172     + <base>WHITELISTSENDERS_DESCRIPTION</base>
1173     + <trans>Cualquier remitente de sobre (Return-Path) de un correo (@host o usuario@host) que coincida con una entrada en whitelistsenders estará exento de cualquier futura validación durante la fase 'mail'.</trans>
1174     + </entry>
1175     +
1176     + <entry>
1177     + <base>WHITELISTSENDERS_LABEL</base>
1178     + <trans>qpsmtpd whitelistsenders</trans>
1179     + </entry>
1180     +
1181     + <entry>
1182     + <base>WHITELISTFROM_DESCRIPTION</base>
1183     + <trans>Cualquier remitente de sobre (Return-Path) de un correo (*@host o usuario@host) que coincida con una entrada en whitelist_from estará exento del rechazo de spamassassin.</trans>
1184     + </entry>
1185     +
1186     + <entry>
1187     + <base>WHITELISTFROM_LABEL</base>
1188     + <trans>spamassassin whitelist_from</trans>
1189     + </entry>
1190     + <entry>
1191     + <base>BLACKLISTFROM_LABEL</base>
1192     + <trans>spamassassin blacklist_from</trans>
1193     + </entry>
1194     + <entry>
1195     + <base>BLACKLISTFROM_DESCRIPTION</base>
1196     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
1197     + </entry>
1198     + <entry>
1199     + <base>SBLLIST_LABEL</base>
1200     + <trans>RHSBL (qpsmtpd SBLList)</trans>
1201     + </entry>
1202     + <entry>
1203     + <base>SBLLIST_DESCRIPTION</base>
1204     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
1205     + </entry>
1206     + <entry>
1207     + <base>RBLLIST_LABEL</base>
1208     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
1209     + </entry>
1210     + <entry>
1211     + <base>RBLLIST_DESCRIPTION</base>
1212     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
1213     + </entry>
1214     + <entry>
1215     + <base>RBL_TITLE</base>
1216     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
1217     + </entry>
1218     +</lexicon>
1219     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/et/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/et/etc/e-smith/web/functions/wbl
1220     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/et/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
1221     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/et/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
1222     @@ -0,0 +1,191 @@
1223     +<lexicon lang="et">
1224     + <!-- vim: ft=xml:
1225     + -->
1226     +
1227     +# WBL_BUTTONS
1228     +
1229     + <entry>
1230     + <base>SAVE</base>
1231     + <trans>Salvesta</trans>
1232     + </entry>
1233     +
1234     + <entry>
1235     + <base>PERFORM</base>
1236     + <trans>Perform</trans>
1237     + </entry>
1238     +
1239     +# WBL_PAGE_FIRST
1240     +
1241     + <entry>
1242     + <base>FORM_TITLE</base>
1243     + <trans>E-mail WBL</trans>
1244     + </entry>
1245     +
1246     + <entry>
1247     + <base>OPERATION_STATUS_REPORT</base>
1248     + <trans>Operatsiooni tulemus</trans>
1249     + </entry>
1250     +
1251     + <entry>
1252     + <base>WBL_DESCRIPTION</base>
1253     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
1254     + </entry>
1255     +
1256     + <entry>
1257     + <base>RBL_LIST_DESCRIPTION</base>
1258     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
1259     + </entry>
1260     +
1261     +
1262     + <entry>
1263     + <base>RBL_LIST</base>
1264     + <trans>RBL's List</trans>
1265     + </entry>
1266     +
1267     + <entry>
1268     + <base>BLACK_LIST_DESCRIPTION</base>
1269     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
1270     + </entry>
1271     +
1272     + <entry>
1273     + <base>BLACK_LIST</base>
1274     + <trans>Black List</trans>
1275     + </entry>
1276     +
1277     + <entry>
1278     + <base>WHITE_LIST_DESCRIPTION</base>
1279     + <trans>White lists are used for accepting e-mail traffic.</trans>
1280     + </entry>
1281     +
1282     + <entry>
1283     + <base>WHITE_LIST</base>
1284     + <trans>White List</trans>
1285     + </entry>
1286     +
1287     +# WBL_PAGE_BLACK
1288     +
1289     + <entry>
1290     + <base>BLACK_TITLE</base>
1291     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
1292     + </entry>
1293     +
1294     + <entry>
1295     + <base>DNSBL_DESCRIPTION</base>
1296     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
1297     + </entry>
1298     +
1299     + <entry>
1300     + <base>DNSBL_LABEL</base>
1301     + <trans>DNSBL olek</trans>
1302     + </entry>
1303     +
1304     + <entry>
1305     + <base>RHSBL_DESCRIPTION</base>
1306     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
1307     + </entry>
1308     +
1309     + <entry>
1310     + <base>RHSBL_LABEL</base>
1311     + <trans>RHSBL olek</trans>
1312     + </entry>
1313     +
1314     + <entry>
1315     + <base>BADHELO_DESCRIPTION</base>
1316     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
1317     + </entry>
1318     +
1319     + <entry>
1320     + <base>BADHELO_LABEL</base>
1321     + <trans>qpsmtpd badhelo</trans>
1322     + </entry>
1323     +
1324     + <entry>
1325     + <base>BADMAILFROM_DESCRIPTION</base>
1326     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
1327     + </entry>
1328     +
1329     + <entry>
1330     + <base>BADMAILFROM_LABEL</base>
1331     + <trans>qmail badmailfrom</trans>
1332     + </entry>
1333     +
1334     +# WBL_PAGE_WHITELIST
1335     +
1336     + <entry>
1337     + <base>WHITE_TITLE</base>
1338     + <trans>Kasuta seda paneeli serveri Valge nimekirja seadete muutmiseks.</trans>
1339     + </entry>
1340     +
1341     + <entry>
1342     + <base>RRFH_LABEL</base>
1343     + <trans>Valge nimekirja olek</trans>
1344     + </entry>
1345     +
1346     + <entry>
1347     + <base>WHITELISTHOSTS_DESCRIPTION</base>
1348     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
1349     + </entry>
1350     +
1351     + <entry>
1352     + <base>WHITELISTHOSTS_LABEL</base>
1353     + <trans>qpsmtpd whitelisthosts</trans>
1354     + </entry>
1355     +
1356     + <entry>
1357     + <base>WHITELISTHELO_DESCRIPTION</base>
1358     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
1359     + </entry>
1360     +
1361     + <entry>
1362     + <base>WHITELISTHELO_LABEL</base>
1363     + <trans>qpsmtpd whitelisthelo</trans>
1364     + </entry>
1365     +
1366     + <entry>
1367     + <base>WHITELISTSENDERS_DESCRIPTION</base>
1368     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
1369     + </entry>
1370     +
1371     + <entry>
1372     + <base>WHITELISTSENDERS_LABEL</base>
1373     + <trans>qpsmtpd whitelistsenders</trans>
1374     + </entry>
1375     +
1376     + <entry>
1377     + <base>WHITELISTFROM_DESCRIPTION</base>
1378     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
1379     + </entry>
1380     +
1381     + <entry>
1382     + <base>WHITELISTFROM_LABEL</base>
1383     + <trans>spamassassin whitelist_from</trans>
1384     + </entry>
1385     + <entry>
1386     + <base>BLACKLISTFROM_LABEL</base>
1387     + <trans>spamassassin whitelist_from</trans>
1388     + </entry>
1389     + <entry>
1390     + <base>BLACKLISTFROM_DESCRIPTION</base>
1391     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
1392     + </entry>
1393     + <entry>
1394     + <base>SBLLIST_LABEL</base>
1395     + <trans>RHSBL (qpsmtpd SBLList)</trans>
1396     + </entry>
1397     + <entry>
1398     + <base>SBLLIST_DESCRIPTION</base>
1399     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
1400     + </entry>
1401     + <entry>
1402     + <base>RBLLIST_LABEL</base>
1403     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
1404     + </entry>
1405     + <entry>
1406     + <base>RBLLIST_DESCRIPTION</base>
1407     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
1408     + </entry>
1409     + <entry>
1410     + <base>RBL_TITLE</base>
1411     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
1412     + </entry>
1413     +</lexicon>
1414     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/wbl
1415     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
1416     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
1417     @@ -0,0 +1,191 @@
1418     +<lexicon lang="fr">
1419     + <!-- vim: ft=xml:
1420     + -->
1421     +
1422     +# WBL_BUTTONS
1423     +
1424     + <entry>
1425     + <base>SAVE</base>
1426     + <trans>Sauvegarder</trans>
1427     + </entry>
1428     +
1429     + <entry>
1430     + <base>PERFORM</base>
1431     + <trans>Exécuter</trans>
1432     + </entry>
1433     +
1434     +# WBL_PAGE_FIRST
1435     +
1436     + <entry>
1437     + <base>FORM_TITLE</base>
1438     + <trans>WBL courriel</trans>
1439     + </entry>
1440     +
1441     + <entry>
1442     + <base>OPERATION_STATUS_REPORT</base>
1443     + <trans>Rapport d'état de l'opération</trans>
1444     + </entry>
1445     +
1446     + <entry>
1447     + <base>WBL_DESCRIPTION</base>
1448     + <trans>Le trafic courriel est scanné et peut être bloqué en raison des différentes méthodes de dépistage activées. Vous pouvez utiliser ce panneau pour définir les listes blanches / noires de courriels.</trans>
1449     + </entry>
1450     +
1451     + <entry>
1452     + <base>RBL_LIST_DESCRIPTION</base>
1453     + <trans>La liste RBL est utilisée pour ajuster DNSBL et RHSBL.</trans>
1454     + </entry>
1455     +
1456     +
1457     + <entry>
1458     + <base>RBL_LIST</base>
1459     + <trans>Liste RBL</trans>
1460     + </entry>
1461     +
1462     + <entry>
1463     + <base>BLACK_LIST_DESCRIPTION</base>
1464     + <trans>Les listes noires sont utilisées pour refuser le trafic de courriels.</trans>
1465     + </entry>
1466     +
1467     + <entry>
1468     + <base>BLACK_LIST</base>
1469     + <trans>Liste noire</trans>
1470     + </entry>
1471     +
1472     + <entry>
1473     + <base>WHITE_LIST_DESCRIPTION</base>
1474     + <trans>Les listes blanches sont utilisées pour accepter le trafic de courriels.</trans>
1475     + </entry>
1476     +
1477     + <entry>
1478     + <base>WHITE_LIST</base>
1479     + <trans>Liste blanche</trans>
1480     + </entry>
1481     +
1482     +# WBL_PAGE_BLACK
1483     +
1484     + <entry>
1485     + <base>BLACK_TITLE</base>
1486     + <trans>Ce serveur inclus un support intégré permettant à l'administrateur de définir des listes noires, badhelo et badmailfrom.</trans>
1487     + </entry>
1488     +
1489     + <entry>
1490     + <base>DNSBL_DESCRIPTION</base>
1491     + <trans>DNSBL est une abréviation Anglaise pour "Liste noire DNS".</trans>
1492     + </entry>
1493     +
1494     + <entry>
1495     + <base>DNSBL_LABEL</base>
1496     + <trans>Statut DNSBL</trans>
1497     + </entry>
1498     +
1499     + <entry>
1500     + <base>RHSBL_DESCRIPTION</base>
1501     + <trans>RHSBL est une abréviation pour "Right Hand Side Blacklist".</trans>
1502     + </entry>
1503     +
1504     + <entry>
1505     + <base>RHSBL_LABEL</base>
1506     + <trans>Rapport d'état de RHSBL</trans>
1507     + </entry>
1508     +
1509     + <entry>
1510     + <base>BADHELO_DESCRIPTION</base>
1511     + <trans>Vérifie un message HELO livré par un hôte se connectant. Ceci refuse tout ceux qui apparaissent dans badhelo au moment de la phase 'helo'.</trans>
1512     + </entry>
1513     +
1514     + <entry>
1515     + <base>BADHELO_LABEL</base>
1516     + <trans>qpsmtpd badhelo</trans>
1517     + </entry>
1518     +
1519     + <entry>
1520     + <base>BADMAILFROM_DESCRIPTION</base>
1521     + <trans>Vérifie l'adresse de l'expéditeur. Refuse tout ce qui apparaît (@hôte ou utilisateur@hôte) dans 'badmailfrom' pendant la phase 'mail'</trans>
1522     + </entry>
1523     +
1524     + <entry>
1525     + <base>BADMAILFROM_LABEL</base>
1526     + <trans>qmail 'badmailfrom'</trans>
1527     + </entry>
1528     +
1529     +# WBL_PAGE_WHITELIST
1530     +
1531     + <entry>
1532     + <base>WHITE_TITLE</base>
1533     + <trans>Utilisez cette page pour modifier les paramètres de liste blanche de de votre serveur. Toutes les entrées seront activées par default</trans>
1534     + </entry>
1535     +
1536     + <entry>
1537     + <base>RRFH_LABEL</base>
1538     + <trans>État des listes blanches</trans>
1539     + </entry>
1540     +
1541     + <entry>
1542     + <base>WHITELISTHOSTS_DESCRIPTION</base>
1543     + <trans>Toute IP présente dans whitelisthosts sera exemptée de toutes validations supplémentaires pendant la phase 'connexion'</trans>
1544     + </entry>
1545     +
1546     + <entry>
1547     + <base>WHITELISTHOSTS_LABEL</base>
1548     + <trans>Qpsmtpd whitelisthosts</trans>
1549     + </entry>
1550     +
1551     + <entry>
1552     + <base>WHITELISTHELO_DESCRIPTION</base>
1553     + <trans>Tout hôte qui émet un HELO correspondant à une entrée dans whitelisthelo sera exempté de toute autre validation pendant la phase 'helo'</trans>
1554     + </entry>
1555     +
1556     + <entry>
1557     + <base>WHITELISTHELO_LABEL</base>
1558     + <trans>qpsmtpd whitelisthelo</trans>
1559     + </entry>
1560     +
1561     + <entry>
1562     + <base>WHITELISTSENDERS_DESCRIPTION</base>
1563     + <trans>Tout expéditeur d'un courriel (hôte.domaine ou utilisateur@hôte.domaine) correspondant à une entrée dans la liste blanche des expéditeurs (whitelistsenders) sera exempté de toutes validations supplémentaires durant la phase 'mail'.</trans>
1564     + </entry>
1565     +
1566     + <entry>
1567     + <base>WHITELISTSENDERS_LABEL</base>
1568     + <trans>qpsmtpd whitelistsenders</trans>
1569     + </entry>
1570     +
1571     + <entry>
1572     + <base>WHITELISTFROM_DESCRIPTION</base>
1573     + <trans>Tout expéditeur d'un courriel (*@hôte ou utilisateur@hôte) correspondant à une entrée dans whitelist_from sera exempté d'un rejet par spamassassin.</trans>
1574     + </entry>
1575     +
1576     + <entry>
1577     + <base>WHITELISTFROM_LABEL</base>
1578     + <trans>spamassassin whitelist_from</trans>
1579     + </entry>
1580     + <entry>
1581     + <base>BLACKLISTFROM_LABEL</base>
1582     + <trans>spamassassin blacklist_from</trans>
1583     + </entry>
1584     + <entry>
1585     + <base>BLACKLISTFROM_DESCRIPTION</base>
1586     + <trans>Tout expéditeur d'un courriel (*@hôte ou utilisateur@hôte) correspondant à une entrée dans blacklist_from sera rejeté par spamassassin.</trans>
1587     + </entry>
1588     + <entry>
1589     + <base>SBLLIST_LABEL</base>
1590     + <trans>RHSBL (qpsmtpd SBLList)</trans>
1591     + </entry>
1592     + <entry>
1593     + <base>SBLLIST_DESCRIPTION</base>
1594     + <trans>Liste de blocage RHS - (Right Hand Side) des expéditeurs hôte / domaine sera vérifié contre les serveurs suivants</trans>
1595     + </entry>
1596     + <entry>
1597     + <base>RBLLIST_LABEL</base>
1598     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
1599     + </entry>
1600     + <entry>
1601     + <base>RBLLIST_DESCRIPTION</base>
1602     + <trans>Liste de bloquage DNS - L'adresse IP des expéditeurs sera vérifiée à partir des serveurs suivants.</trans>
1603     + </entry>
1604     + <entry>
1605     + <base>RBL_TITLE</base>
1606     + <trans>Les listes noires en temps réel sont désactivés par défaut. Pour aider à réduire le spam vous pouvez activer les RBLs ici.</trans>
1607     + </entry>
1608     +</lexicon>
1609     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/he/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/he/etc/e-smith/web/functions/wbl
1610     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/he/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
1611     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/he/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
1612     @@ -0,0 +1,191 @@
1613     +<lexicon lang="he">
1614     + <!-- vim: ft=xml:
1615     + -->
1616     +
1617     +# WBL_BUTTONS
1618     +
1619     + <entry>
1620     + <base>SAVE</base>
1621     + <trans>שמור</trans>
1622     + </entry>
1623     +
1624     + <entry>
1625     + <base>PERFORM</base>
1626     + <trans>Perform</trans>
1627     + </entry>
1628     +
1629     +# WBL_PAGE_FIRST
1630     +
1631     + <entry>
1632     + <base>FORM_TITLE</base>
1633     + <trans>E-mail WBL</trans>
1634     + </entry>
1635     +
1636     + <entry>
1637     + <base>OPERATION_STATUS_REPORT</base>
1638     + <trans>Operation status report</trans>
1639     + </entry>
1640     +
1641     + <entry>
1642     + <base>WBL_DESCRIPTION</base>
1643     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
1644     + </entry>
1645     +
1646     + <entry>
1647     + <base>RBL_LIST_DESCRIPTION</base>
1648     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
1649     + </entry>
1650     +
1651     +
1652     + <entry>
1653     + <base>RBL_LIST</base>
1654     + <trans>RBL's List</trans>
1655     + </entry>
1656     +
1657     + <entry>
1658     + <base>BLACK_LIST_DESCRIPTION</base>
1659     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
1660     + </entry>
1661     +
1662     + <entry>
1663     + <base>BLACK_LIST</base>
1664     + <trans>Black List</trans>
1665     + </entry>
1666     +
1667     + <entry>
1668     + <base>WHITE_LIST_DESCRIPTION</base>
1669     + <trans>White lists are used for accepting e-mail traffic.</trans>
1670     + </entry>
1671     +
1672     + <entry>
1673     + <base>WHITE_LIST</base>
1674     + <trans>White List</trans>
1675     + </entry>
1676     +
1677     +# WBL_PAGE_BLACK
1678     +
1679     + <entry>
1680     + <base>BLACK_TITLE</base>
1681     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
1682     + </entry>
1683     +
1684     + <entry>
1685     + <base>DNSBL_DESCRIPTION</base>
1686     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
1687     + </entry>
1688     +
1689     + <entry>
1690     + <base>DNSBL_LABEL</base>
1691     + <trans>DNSBL status</trans>
1692     + </entry>
1693     +
1694     + <entry>
1695     + <base>RHSBL_DESCRIPTION</base>
1696     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
1697     + </entry>
1698     +
1699     + <entry>
1700     + <base>RHSBL_LABEL</base>
1701     + <trans>RHSBL status</trans>
1702     + </entry>
1703     +
1704     + <entry>
1705     + <base>BADHELO_DESCRIPTION</base>
1706     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
1707     + </entry>
1708     +
1709     + <entry>
1710     + <base>BADHELO_LABEL</base>
1711     + <trans>qpsmtpd badhelo</trans>
1712     + </entry>
1713     +
1714     + <entry>
1715     + <base>BADMAILFROM_DESCRIPTION</base>
1716     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
1717     + </entry>
1718     +
1719     + <entry>
1720     + <base>BADMAILFROM_LABEL</base>
1721     + <trans>qmail badmailfrom</trans>
1722     + </entry>
1723     +
1724     +# WBL_PAGE_WHITELIST
1725     +
1726     + <entry>
1727     + <base>WHITE_TITLE</base>
1728     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
1729     + </entry>
1730     +
1731     + <entry>
1732     + <base>RRFH_LABEL</base>
1733     + <trans>Whitelists status</trans>
1734     + </entry>
1735     +
1736     + <entry>
1737     + <base>WHITELISTHOSTS_DESCRIPTION</base>
1738     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
1739     + </entry>
1740     +
1741     + <entry>
1742     + <base>WHITELISTHOSTS_LABEL</base>
1743     + <trans>qpsmtpd whitelisthosts</trans>
1744     + </entry>
1745     +
1746     + <entry>
1747     + <base>WHITELISTHELO_DESCRIPTION</base>
1748     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
1749     + </entry>
1750     +
1751     + <entry>
1752     + <base>WHITELISTHELO_LABEL</base>
1753     + <trans>qpsmtpd whitelisthelo</trans>
1754     + </entry>
1755     +
1756     + <entry>
1757     + <base>WHITELISTSENDERS_DESCRIPTION</base>
1758     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
1759     + </entry>
1760     +
1761     + <entry>
1762     + <base>WHITELISTSENDERS_LABEL</base>
1763     + <trans>qpsmtpd whitelistsenders</trans>
1764     + </entry>
1765     +
1766     + <entry>
1767     + <base>WHITELISTFROM_DESCRIPTION</base>
1768     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
1769     + </entry>
1770     +
1771     + <entry>
1772     + <base>WHITELISTFROM_LABEL</base>
1773     + <trans>spamassassin whitelist_from</trans>
1774     + </entry>
1775     + <entry>
1776     + <base>BLACKLISTFROM_LABEL</base>
1777     + <trans>spamassassin blacklist_from</trans>
1778     + </entry>
1779     + <entry>
1780     + <base>BLACKLISTFROM_DESCRIPTION</base>
1781     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
1782     + </entry>
1783     + <entry>
1784     + <base>SBLLIST_LABEL</base>
1785     + <trans>RHSBL (qpsmtpd SBLList)</trans>
1786     + </entry>
1787     + <entry>
1788     + <base>SBLLIST_DESCRIPTION</base>
1789     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
1790     + </entry>
1791     + <entry>
1792     + <base>RBLLIST_LABEL</base>
1793     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
1794     + </entry>
1795     + <entry>
1796     + <base>RBLLIST_DESCRIPTION</base>
1797     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
1798     + </entry>
1799     + <entry>
1800     + <base>RBL_TITLE</base>
1801     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
1802     + </entry>
1803     +</lexicon>
1804     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/wbl
1805     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
1806     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
1807     @@ -0,0 +1,191 @@
1808     +<lexicon lang="hu">
1809     + <!-- vim: ft=xml:
1810     + -->
1811     +
1812     +# WBL_BUTTONS
1813     +
1814     + <entry>
1815     + <base>SAVE</base>
1816     + <trans>Mentés</trans>
1817     + </entry>
1818     +
1819     + <entry>
1820     + <base>PERFORM</base>
1821     + <trans>Végrehajtás</trans>
1822     + </entry>
1823     +
1824     +# WBL_PAGE_FIRST
1825     +
1826     + <entry>
1827     + <base>FORM_TITLE</base>
1828     + <trans>E-mail WBL</trans>
1829     + </entry>
1830     +
1831     + <entry>
1832     + <base>OPERATION_STATUS_REPORT</base>
1833     + <trans>Használati jelentés</trans>
1834     + </entry>
1835     +
1836     + <entry>
1837     + <base>WBL_DESCRIPTION</base>
1838     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
1839     + </entry>
1840     +
1841     + <entry>
1842     + <base>RBL_LIST_DESCRIPTION</base>
1843     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
1844     + </entry>
1845     +
1846     +
1847     + <entry>
1848     + <base>RBL_LIST</base>
1849     + <trans>RBL's List</trans>
1850     + </entry>
1851     +
1852     + <entry>
1853     + <base>BLACK_LIST_DESCRIPTION</base>
1854     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
1855     + </entry>
1856     +
1857     + <entry>
1858     + <base>BLACK_LIST</base>
1859     + <trans>Black List</trans>
1860     + </entry>
1861     +
1862     + <entry>
1863     + <base>WHITE_LIST_DESCRIPTION</base>
1864     + <trans>White lists are used for accepting e-mail traffic.</trans>
1865     + </entry>
1866     +
1867     + <entry>
1868     + <base>WHITE_LIST</base>
1869     + <trans>White List</trans>
1870     + </entry>
1871     +
1872     +# WBL_PAGE_BLACK
1873     +
1874     + <entry>
1875     + <base>BLACK_TITLE</base>
1876     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
1877     + </entry>
1878     +
1879     + <entry>
1880     + <base>DNSBL_DESCRIPTION</base>
1881     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
1882     + </entry>
1883     +
1884     + <entry>
1885     + <base>DNSBL_LABEL</base>
1886     + <trans>DNSBL status</trans>
1887     + </entry>
1888     +
1889     + <entry>
1890     + <base>RHSBL_DESCRIPTION</base>
1891     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
1892     + </entry>
1893     +
1894     + <entry>
1895     + <base>RHSBL_LABEL</base>
1896     + <trans>RHSBL status</trans>
1897     + </entry>
1898     +
1899     + <entry>
1900     + <base>BADHELO_DESCRIPTION</base>
1901     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
1902     + </entry>
1903     +
1904     + <entry>
1905     + <base>BADHELO_LABEL</base>
1906     + <trans>qpsmtpd badhelo</trans>
1907     + </entry>
1908     +
1909     + <entry>
1910     + <base>BADMAILFROM_DESCRIPTION</base>
1911     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
1912     + </entry>
1913     +
1914     + <entry>
1915     + <base>BADMAILFROM_LABEL</base>
1916     + <trans>qmail badmailfrom</trans>
1917     + </entry>
1918     +
1919     +# WBL_PAGE_WHITELIST
1920     +
1921     + <entry>
1922     + <base>WHITE_TITLE</base>
1923     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
1924     + </entry>
1925     +
1926     + <entry>
1927     + <base>RRFH_LABEL</base>
1928     + <trans>Whitelists status</trans>
1929     + </entry>
1930     +
1931     + <entry>
1932     + <base>WHITELISTHOSTS_DESCRIPTION</base>
1933     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
1934     + </entry>
1935     +
1936     + <entry>
1937     + <base>WHITELISTHOSTS_LABEL</base>
1938     + <trans>qpsmtpd whitelisthosts</trans>
1939     + </entry>
1940     +
1941     + <entry>
1942     + <base>WHITELISTHELO_DESCRIPTION</base>
1943     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
1944     + </entry>
1945     +
1946     + <entry>
1947     + <base>WHITELISTHELO_LABEL</base>
1948     + <trans>qpsmtpd whitelisthelo</trans>
1949     + </entry>
1950     +
1951     + <entry>
1952     + <base>WHITELISTSENDERS_DESCRIPTION</base>
1953     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
1954     + </entry>
1955     +
1956     + <entry>
1957     + <base>WHITELISTSENDERS_LABEL</base>
1958     + <trans>qpsmtpd whitelistsenders</trans>
1959     + </entry>
1960     +
1961     + <entry>
1962     + <base>WHITELISTFROM_DESCRIPTION</base>
1963     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
1964     + </entry>
1965     +
1966     + <entry>
1967     + <base>WHITELISTFROM_LABEL</base>
1968     + <trans>spamassassin whitelist_from</trans>
1969     + </entry>
1970     + <entry>
1971     + <base>BLACKLISTFROM_LABEL</base>
1972     + <trans>spamassassin blacklist_from</trans>
1973     + </entry>
1974     + <entry>
1975     + <base>BLACKLISTFROM_DESCRIPTION</base>
1976     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
1977     + </entry>
1978     + <entry>
1979     + <base>SBLLIST_LABEL</base>
1980     + <trans>RHSBL (qpsmtpd SBLList)</trans>
1981     + </entry>
1982     + <entry>
1983     + <base>SBLLIST_DESCRIPTION</base>
1984     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
1985     + </entry>
1986     + <entry>
1987     + <base>RBLLIST_LABEL</base>
1988     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
1989     + </entry>
1990     + <entry>
1991     + <base>RBLLIST_DESCRIPTION</base>
1992     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
1993     + </entry>
1994     + <entry>
1995     + <base>RBL_TITLE</base>
1996     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
1997     + </entry>
1998     +</lexicon>
1999     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/id/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/id/etc/e-smith/web/functions/wbl
2000     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/id/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
2001     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/id/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
2002     @@ -0,0 +1,191 @@
2003     +<lexicon lang="id">
2004     + <!-- vim: ft=xml:
2005     + -->
2006     +
2007     +# WBL_BUTTONS
2008     +
2009     + <entry>
2010     + <base>SAVE</base>
2011     + <trans>Simpan</trans>
2012     + </entry>
2013     +
2014     + <entry>
2015     + <base>PERFORM</base>
2016     + <trans>Jalankan</trans>
2017     + </entry>
2018     +
2019     +# WBL_PAGE_FIRST
2020     +
2021     + <entry>
2022     + <base>FORM_TITLE</base>
2023     + <trans>E-mail WBL</trans>
2024     + </entry>
2025     +
2026     + <entry>
2027     + <base>OPERATION_STATUS_REPORT</base>
2028     + <trans>Laporan status operasi</trans>
2029     + </entry>
2030     +
2031     + <entry>
2032     + <base>WBL_DESCRIPTION</base>
2033     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
2034     + </entry>
2035     +
2036     + <entry>
2037     + <base>RBL_LIST_DESCRIPTION</base>
2038     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
2039     + </entry>
2040     +
2041     +
2042     + <entry>
2043     + <base>RBL_LIST</base>
2044     + <trans>RBL's List</trans>
2045     + </entry>
2046     +
2047     + <entry>
2048     + <base>BLACK_LIST_DESCRIPTION</base>
2049     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
2050     + </entry>
2051     +
2052     + <entry>
2053     + <base>BLACK_LIST</base>
2054     + <trans>Black List</trans>
2055     + </entry>
2056     +
2057     + <entry>
2058     + <base>WHITE_LIST_DESCRIPTION</base>
2059     + <trans>White lists are used for accepting e-mail traffic.</trans>
2060     + </entry>
2061     +
2062     + <entry>
2063     + <base>WHITE_LIST</base>
2064     + <trans>White List</trans>
2065     + </entry>
2066     +
2067     +# WBL_PAGE_BLACK
2068     +
2069     + <entry>
2070     + <base>BLACK_TITLE</base>
2071     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
2072     + </entry>
2073     +
2074     + <entry>
2075     + <base>DNSBL_DESCRIPTION</base>
2076     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
2077     + </entry>
2078     +
2079     + <entry>
2080     + <base>DNSBL_LABEL</base>
2081     + <trans>DNSBL status</trans>
2082     + </entry>
2083     +
2084     + <entry>
2085     + <base>RHSBL_DESCRIPTION</base>
2086     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
2087     + </entry>
2088     +
2089     + <entry>
2090     + <base>RHSBL_LABEL</base>
2091     + <trans>RHSBL status</trans>
2092     + </entry>
2093     +
2094     + <entry>
2095     + <base>BADHELO_DESCRIPTION</base>
2096     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
2097     + </entry>
2098     +
2099     + <entry>
2100     + <base>BADHELO_LABEL</base>
2101     + <trans>qpsmtpd badhelo</trans>
2102     + </entry>
2103     +
2104     + <entry>
2105     + <base>BADMAILFROM_DESCRIPTION</base>
2106     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
2107     + </entry>
2108     +
2109     + <entry>
2110     + <base>BADMAILFROM_LABEL</base>
2111     + <trans>qmail badmailfrom</trans>
2112     + </entry>
2113     +
2114     +# WBL_PAGE_WHITELIST
2115     +
2116     + <entry>
2117     + <base>WHITE_TITLE</base>
2118     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
2119     + </entry>
2120     +
2121     + <entry>
2122     + <base>RRFH_LABEL</base>
2123     + <trans>Whitelists status</trans>
2124     + </entry>
2125     +
2126     + <entry>
2127     + <base>WHITELISTHOSTS_DESCRIPTION</base>
2128     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
2129     + </entry>
2130     +
2131     + <entry>
2132     + <base>WHITELISTHOSTS_LABEL</base>
2133     + <trans>qpsmtpd whitelisthosts</trans>
2134     + </entry>
2135     +
2136     + <entry>
2137     + <base>WHITELISTHELO_DESCRIPTION</base>
2138     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
2139     + </entry>
2140     +
2141     + <entry>
2142     + <base>WHITELISTHELO_LABEL</base>
2143     + <trans>qpsmtpd whitelisthelo</trans>
2144     + </entry>
2145     +
2146     + <entry>
2147     + <base>WHITELISTSENDERS_DESCRIPTION</base>
2148     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
2149     + </entry>
2150     +
2151     + <entry>
2152     + <base>WHITELISTSENDERS_LABEL</base>
2153     + <trans>qpsmtpd whitelistsenders</trans>
2154     + </entry>
2155     +
2156     + <entry>
2157     + <base>WHITELISTFROM_DESCRIPTION</base>
2158     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
2159     + </entry>
2160     +
2161     + <entry>
2162     + <base>WHITELISTFROM_LABEL</base>
2163     + <trans>spamassassin whitelist_from</trans>
2164     + </entry>
2165     + <entry>
2166     + <base>BLACKLISTFROM_LABEL</base>
2167     + <trans>spamassassin blacklist_from</trans>
2168     + </entry>
2169     + <entry>
2170     + <base>BLACKLISTFROM_DESCRIPTION</base>
2171     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
2172     + </entry>
2173     + <entry>
2174     + <base>SBLLIST_LABEL</base>
2175     + <trans>RHSBL (qpsmtpd SBLList)</trans>
2176     + </entry>
2177     + <entry>
2178     + <base>SBLLIST_DESCRIPTION</base>
2179     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
2180     + </entry>
2181     + <entry>
2182     + <base>RBLLIST_LABEL</base>
2183     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
2184     + </entry>
2185     + <entry>
2186     + <base>RBLLIST_DESCRIPTION</base>
2187     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
2188     + </entry>
2189     + <entry>
2190     + <base>RBL_TITLE</base>
2191     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
2192     + </entry>
2193     +</lexicon>
2194     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/it/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/it/etc/e-smith/web/functions/wbl
2195     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/it/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
2196     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/it/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
2197     @@ -0,0 +1,191 @@
2198     +<lexicon lang="it">
2199     + <!-- vim: ft=xml:
2200     + -->
2201     +
2202     +# WBL_BUTTONS
2203     +
2204     + <entry>
2205     + <base>SAVE</base>
2206     + <trans>Salva</trans>
2207     + </entry>
2208     +
2209     + <entry>
2210     + <base>PERFORM</base>
2211     + <trans>Esegui</trans>
2212     + </entry>
2213     +
2214     +# WBL_PAGE_FIRST
2215     +
2216     + <entry>
2217     + <base>FORM_TITLE</base>
2218     + <trans>E-mail WBL</trans>
2219     + </entry>
2220     +
2221     + <entry>
2222     + <base>OPERATION_STATUS_REPORT</base>
2223     + <trans>Rapporto operazione</trans>
2224     + </entry>
2225     +
2226     + <entry>
2227     + <base>WBL_DESCRIPTION</base>
2228     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
2229     + </entry>
2230     +
2231     + <entry>
2232     + <base>RBL_LIST_DESCRIPTION</base>
2233     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
2234     + </entry>
2235     +
2236     +
2237     + <entry>
2238     + <base>RBL_LIST</base>
2239     + <trans>RBL's List</trans>
2240     + </entry>
2241     +
2242     + <entry>
2243     + <base>BLACK_LIST_DESCRIPTION</base>
2244     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
2245     + </entry>
2246     +
2247     + <entry>
2248     + <base>BLACK_LIST</base>
2249     + <trans>Black List</trans>
2250     + </entry>
2251     +
2252     + <entry>
2253     + <base>WHITE_LIST_DESCRIPTION</base>
2254     + <trans>White lists are used for accepting e-mail traffic.</trans>
2255     + </entry>
2256     +
2257     + <entry>
2258     + <base>WHITE_LIST</base>
2259     + <trans>White List</trans>
2260     + </entry>
2261     +
2262     +# WBL_PAGE_BLACK
2263     +
2264     + <entry>
2265     + <base>BLACK_TITLE</base>
2266     + <trans><![CDATA[ <p>Il server integra il supporto di due black list esterne, DNSBL and RHSBL. Sono anche previste delle black list liste definite da admin, ' badhelo' and 'badmailfrom'.</p> ]]></trans>
2267     + </entry>
2268     +
2269     + <entry>
2270     + <base>DNSBL_DESCRIPTION</base>
2271     + <trans>DNSBL è una abbreviazione per "DNS blacklist". E' una lista di indirizzi IP addresses noti come spammers.</trans>
2272     + </entry>
2273     +
2274     + <entry>
2275     + <base>DNSBL_LABEL</base>
2276     + <trans>Stato DNSBL</trans>
2277     + </entry>
2278     +
2279     + <entry>
2280     + <base>RHSBL_DESCRIPTION</base>
2281     + <trans>RHSBL è una abbreviazione per "Right Hand Side Blacklist". E' una lista di domini addresses noti come spammers.</trans>
2282     + </entry>
2283     +
2284     + <entry>
2285     + <base>RHSBL_LABEL</base>
2286     + <trans>Stato RHSBL</trans>
2287     + </entry>
2288     +
2289     + <entry>
2290     + <base>BADHELO_DESCRIPTION</base>
2291     + <trans>Controlla il messaggio di HELO inviato da un host che tenta di connettersi. Respinge quelli contenuti in 'badhelo" durante la fase di 'helo'.</trans>
2292     + </entry>
2293     +
2294     + <entry>
2295     + <base>BADHELO_LABEL</base>
2296     + <trans>qpsmtpd badhelo</trans>
2297     + </entry>
2298     +
2299     + <entry>
2300     + <base>BADMAILFROM_DESCRIPTION</base>
2301     + <trans>Controlla l'indirizzo del mittente. Respinge qulunque mittente (@host or user@host) appaia in "badmailfrom" durante la fase 'mail'.</trans>
2302     + </entry>
2303     +
2304     + <entry>
2305     + <base>BADMAILFROM_LABEL</base>
2306     + <trans>qmail badmailfrom</trans>
2307     + </entry>
2308     +
2309     +# WBL_PAGE_WHITELIST
2310     +
2311     + <entry>
2312     + <base>WHITE_TITLE</base>
2313     + <trans>Utilizzare questo pannello per modificare le impostazioni della White List.</trans>
2314     + </entry>
2315     +
2316     + <entry>
2317     + <base>RRFH_LABEL</base>
2318     + <trans>Stato della White List</trans>
2319     + </entry>
2320     +
2321     + <entry>
2322     + <base>WHITELISTHOSTS_DESCRIPTION</base>
2323     + <trans>Qualunque indirizzo IP nella White List viene esentato da ogni ulteriore controllo durante la fase 'connect'.</trans>
2324     + </entry>
2325     +
2326     + <entry>
2327     + <base>WHITELISTHOSTS_LABEL</base>
2328     + <trans>qpsmtpd whitelisthosts</trans>
2329     + </entry>
2330     +
2331     + <entry>
2332     + <base>WHITELISTHELO_DESCRIPTION</base>
2333     + <trans>Ogni host che invia un comando HELO corrispondente ad un elemento di 'whitelisthelo' viene esentato da ogni ulteriore controllo durante la fase 'helo'.</trans>
2334     + </entry>
2335     +
2336     + <entry>
2337     + <base>WHITELISTHELO_LABEL</base>
2338     + <trans>qpsmtpd whitelisthelo</trans>
2339     + </entry>
2340     +
2341     + <entry>
2342     + <base>WHITELISTSENDERS_DESCRIPTION</base>
2343     + <trans>Qualunque mittente di un messaggio (host.domain o user@host.domain) corrispondente ad un elemento di 'whitelistsenders' viene esentato da ogni ulteriore controllo durante la fase 'stage'.</trans>
2344     + </entry>
2345     +
2346     + <entry>
2347     + <base>WHITELISTSENDERS_LABEL</base>
2348     + <trans>qpsmtpd whitelistsenders</trans>
2349     + </entry>
2350     +
2351     + <entry>
2352     + <base>WHITELISTFROM_DESCRIPTION</base>
2353     + <trans>Qualunque mittente di un messaggio (*@host o user@host) corrispondente ad un elemento di 'whitelist_from' viene esentato da ogni controllo durante il controllo spamassassin.</trans>
2354     + </entry>
2355     +
2356     + <entry>
2357     + <base>WHITELISTFROM_LABEL</base>
2358     + <trans>spamassassin whitelist_from</trans>
2359     + </entry>
2360     + <entry>
2361     + <base>BLACKLISTFROM_LABEL</base>
2362     + <trans>spamassassin blacklist_from</trans>
2363     + </entry>
2364     + <entry>
2365     + <base>BLACKLISTFROM_DESCRIPTION</base>
2366     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
2367     + </entry>
2368     + <entry>
2369     + <base>SBLLIST_LABEL</base>
2370     + <trans>RHSBL (qpsmtpd SBLList)</trans>
2371     + </entry>
2372     + <entry>
2373     + <base>SBLLIST_DESCRIPTION</base>
2374     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
2375     + </entry>
2376     + <entry>
2377     + <base>RBLLIST_LABEL</base>
2378     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
2379     + </entry>
2380     + <entry>
2381     + <base>RBLLIST_DESCRIPTION</base>
2382     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
2383     + </entry>
2384     + <entry>
2385     + <base>RBL_TITLE</base>
2386     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
2387     + </entry>
2388     +</lexicon>
2389     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/wbl
2390     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
2391     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
2392     @@ -0,0 +1,191 @@
2393     +<lexicon lang="ja">
2394     + <!-- vim: ft=xml:
2395     + -->
2396     +
2397     +# WBL_BUTTONS
2398     +
2399     + <entry>
2400     + <base>SAVE</base>
2401     + <trans>保存</trans>
2402     + </entry>
2403     +
2404     + <entry>
2405     + <base>PERFORM</base>
2406     + <trans>Perform</trans>
2407     + </entry>
2408     +
2409     +# WBL_PAGE_FIRST
2410     +
2411     + <entry>
2412     + <base>FORM_TITLE</base>
2413     + <trans>E-mail WBL</trans>
2414     + </entry>
2415     +
2416     + <entry>
2417     + <base>OPERATION_STATUS_REPORT</base>
2418     + <trans>Operation status report</trans>
2419     + </entry>
2420     +
2421     + <entry>
2422     + <base>WBL_DESCRIPTION</base>
2423     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
2424     + </entry>
2425     +
2426     + <entry>
2427     + <base>RBL_LIST_DESCRIPTION</base>
2428     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
2429     + </entry>
2430     +
2431     +
2432     + <entry>
2433     + <base>RBL_LIST</base>
2434     + <trans>RBL's List</trans>
2435     + </entry>
2436     +
2437     + <entry>
2438     + <base>BLACK_LIST_DESCRIPTION</base>
2439     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
2440     + </entry>
2441     +
2442     + <entry>
2443     + <base>BLACK_LIST</base>
2444     + <trans>Black List</trans>
2445     + </entry>
2446     +
2447     + <entry>
2448     + <base>WHITE_LIST_DESCRIPTION</base>
2449     + <trans>White lists are used for accepting e-mail traffic.</trans>
2450     + </entry>
2451     +
2452     + <entry>
2453     + <base>WHITE_LIST</base>
2454     + <trans>White List</trans>
2455     + </entry>
2456     +
2457     +# WBL_PAGE_BLACK
2458     +
2459     + <entry>
2460     + <base>BLACK_TITLE</base>
2461     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
2462     + </entry>
2463     +
2464     + <entry>
2465     + <base>DNSBL_DESCRIPTION</base>
2466     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
2467     + </entry>
2468     +
2469     + <entry>
2470     + <base>DNSBL_LABEL</base>
2471     + <trans>DNSBL status</trans>
2472     + </entry>
2473     +
2474     + <entry>
2475     + <base>RHSBL_DESCRIPTION</base>
2476     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
2477     + </entry>
2478     +
2479     + <entry>
2480     + <base>RHSBL_LABEL</base>
2481     + <trans>RHSBL status</trans>
2482     + </entry>
2483     +
2484     + <entry>
2485     + <base>BADHELO_DESCRIPTION</base>
2486     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
2487     + </entry>
2488     +
2489     + <entry>
2490     + <base>BADHELO_LABEL</base>
2491     + <trans>qpsmtpd badhelo</trans>
2492     + </entry>
2493     +
2494     + <entry>
2495     + <base>BADMAILFROM_DESCRIPTION</base>
2496     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
2497     + </entry>
2498     +
2499     + <entry>
2500     + <base>BADMAILFROM_LABEL</base>
2501     + <trans>qmail badmailfrom</trans>
2502     + </entry>
2503     +
2504     +# WBL_PAGE_WHITELIST
2505     +
2506     + <entry>
2507     + <base>WHITE_TITLE</base>
2508     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
2509     + </entry>
2510     +
2511     + <entry>
2512     + <base>RRFH_LABEL</base>
2513     + <trans>Whitelists status</trans>
2514     + </entry>
2515     +
2516     + <entry>
2517     + <base>WHITELISTHOSTS_DESCRIPTION</base>
2518     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
2519     + </entry>
2520     +
2521     + <entry>
2522     + <base>WHITELISTHOSTS_LABEL</base>
2523     + <trans>qpsmtpd whitelisthosts</trans>
2524     + </entry>
2525     +
2526     + <entry>
2527     + <base>WHITELISTHELO_DESCRIPTION</base>
2528     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
2529     + </entry>
2530     +
2531     + <entry>
2532     + <base>WHITELISTHELO_LABEL</base>
2533     + <trans>qpsmtpd whitelisthelo</trans>
2534     + </entry>
2535     +
2536     + <entry>
2537     + <base>WHITELISTSENDERS_DESCRIPTION</base>
2538     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
2539     + </entry>
2540     +
2541     + <entry>
2542     + <base>WHITELISTSENDERS_LABEL</base>
2543     + <trans>qpsmtpd whitelistsenders</trans>
2544     + </entry>
2545     +
2546     + <entry>
2547     + <base>WHITELISTFROM_DESCRIPTION</base>
2548     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
2549     + </entry>
2550     +
2551     + <entry>
2552     + <base>WHITELISTFROM_LABEL</base>
2553     + <trans>spamassassin whitelist_from</trans>
2554     + </entry>
2555     + <entry>
2556     + <base>BLACKLISTFROM_LABEL</base>
2557     + <trans>spamassassin blacklist_from</trans>
2558     + </entry>
2559     + <entry>
2560     + <base>BLACKLISTFROM_DESCRIPTION</base>
2561     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
2562     + </entry>
2563     + <entry>
2564     + <base>SBLLIST_LABEL</base>
2565     + <trans>RHSBL (qpsmtpd SBLList)</trans>
2566     + </entry>
2567     + <entry>
2568     + <base>SBLLIST_DESCRIPTION</base>
2569     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
2570     + </entry>
2571     + <entry>
2572     + <base>RBLLIST_LABEL</base>
2573     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
2574     + </entry>
2575     + <entry>
2576     + <base>RBLLIST_DESCRIPTION</base>
2577     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
2578     + </entry>
2579     + <entry>
2580     + <base>RBL_TITLE</base>
2581     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
2582     + </entry>
2583     +</lexicon>
2584     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/wbl
2585     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
2586     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
2587     @@ -0,0 +1,191 @@
2588     +<lexicon lang="nb">
2589     + <!-- vim: ft=xml:
2590     + -->
2591     +
2592     +# WBL_BUTTONS
2593     +
2594     + <entry>
2595     + <base>SAVE</base>
2596     + <trans>Lagre</trans>
2597     + </entry>
2598     +
2599     + <entry>
2600     + <base>PERFORM</base>
2601     + <trans>Utfør</trans>
2602     + </entry>
2603     +
2604     +# WBL_PAGE_FIRST
2605     +
2606     + <entry>
2607     + <base>FORM_TITLE</base>
2608     + <trans>E-mail WBL</trans>
2609     + </entry>
2610     +
2611     + <entry>
2612     + <base>OPERATION_STATUS_REPORT</base>
2613     + <trans>Statusrapport for operasjonen</trans>
2614     + </entry>
2615     +
2616     + <entry>
2617     + <base>WBL_DESCRIPTION</base>
2618     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
2619     + </entry>
2620     +
2621     + <entry>
2622     + <base>RBL_LIST_DESCRIPTION</base>
2623     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
2624     + </entry>
2625     +
2626     +
2627     + <entry>
2628     + <base>RBL_LIST</base>
2629     + <trans>RBL's List</trans>
2630     + </entry>
2631     +
2632     + <entry>
2633     + <base>BLACK_LIST_DESCRIPTION</base>
2634     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
2635     + </entry>
2636     +
2637     + <entry>
2638     + <base>BLACK_LIST</base>
2639     + <trans>Black List</trans>
2640     + </entry>
2641     +
2642     + <entry>
2643     + <base>WHITE_LIST_DESCRIPTION</base>
2644     + <trans>White lists are used for accepting e-mail traffic.</trans>
2645     + </entry>
2646     +
2647     + <entry>
2648     + <base>WHITE_LIST</base>
2649     + <trans>White List</trans>
2650     + </entry>
2651     +
2652     +# WBL_PAGE_BLACK
2653     +
2654     + <entry>
2655     + <base>BLACK_TITLE</base>
2656     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
2657     + </entry>
2658     +
2659     + <entry>
2660     + <base>DNSBL_DESCRIPTION</base>
2661     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
2662     + </entry>
2663     +
2664     + <entry>
2665     + <base>DNSBL_LABEL</base>
2666     + <trans>DNSBL status</trans>
2667     + </entry>
2668     +
2669     + <entry>
2670     + <base>RHSBL_DESCRIPTION</base>
2671     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
2672     + </entry>
2673     +
2674     + <entry>
2675     + <base>RHSBL_LABEL</base>
2676     + <trans>RHSBL status</trans>
2677     + </entry>
2678     +
2679     + <entry>
2680     + <base>BADHELO_DESCRIPTION</base>
2681     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
2682     + </entry>
2683     +
2684     + <entry>
2685     + <base>BADHELO_LABEL</base>
2686     + <trans>qpsmtpd badhelo</trans>
2687     + </entry>
2688     +
2689     + <entry>
2690     + <base>BADMAILFROM_DESCRIPTION</base>
2691     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
2692     + </entry>
2693     +
2694     + <entry>
2695     + <base>BADMAILFROM_LABEL</base>
2696     + <trans>qmail badmailfrom</trans>
2697     + </entry>
2698     +
2699     +# WBL_PAGE_WHITELIST
2700     +
2701     + <entry>
2702     + <base>WHITE_TITLE</base>
2703     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
2704     + </entry>
2705     +
2706     + <entry>
2707     + <base>RRFH_LABEL</base>
2708     + <trans>Whitelists status</trans>
2709     + </entry>
2710     +
2711     + <entry>
2712     + <base>WHITELISTHOSTS_DESCRIPTION</base>
2713     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
2714     + </entry>
2715     +
2716     + <entry>
2717     + <base>WHITELISTHOSTS_LABEL</base>
2718     + <trans>qpsmtpd whitelisthosts</trans>
2719     + </entry>
2720     +
2721     + <entry>
2722     + <base>WHITELISTHELO_DESCRIPTION</base>
2723     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
2724     + </entry>
2725     +
2726     + <entry>
2727     + <base>WHITELISTHELO_LABEL</base>
2728     + <trans>qpsmtpd whitelisthelo</trans>
2729     + </entry>
2730     +
2731     + <entry>
2732     + <base>WHITELISTSENDERS_DESCRIPTION</base>
2733     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
2734     + </entry>
2735     +
2736     + <entry>
2737     + <base>WHITELISTSENDERS_LABEL</base>
2738     + <trans>qpsmtpd whitelistsenders</trans>
2739     + </entry>
2740     +
2741     + <entry>
2742     + <base>WHITELISTFROM_DESCRIPTION</base>
2743     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
2744     + </entry>
2745     +
2746     + <entry>
2747     + <base>WHITELISTFROM_LABEL</base>
2748     + <trans>spamassassin whitelist_from</trans>
2749     + </entry>
2750     + <entry>
2751     + <base>BLACKLISTFROM_LABEL</base>
2752     + <trans>spamassassin blacklist_from</trans>
2753     + </entry>
2754     + <entry>
2755     + <base>BLACKLISTFROM_DESCRIPTION</base>
2756     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
2757     + </entry>
2758     + <entry>
2759     + <base>SBLLIST_LABEL</base>
2760     + <trans>RHSBL (qpsmtpd SBLList)</trans>
2761     + </entry>
2762     + <entry>
2763     + <base>SBLLIST_DESCRIPTION</base>
2764     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
2765     + </entry>
2766     + <entry>
2767     + <base>RBLLIST_LABEL</base>
2768     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
2769     + </entry>
2770     + <entry>
2771     + <base>RBLLIST_DESCRIPTION</base>
2772     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
2773     + </entry>
2774     + <entry>
2775     + <base>RBL_TITLE</base>
2776     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
2777     + </entry>
2778     +</lexicon>
2779     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/wbl
2780     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
2781     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
2782     @@ -0,0 +1,191 @@
2783     +<lexicon lang="nl">
2784     + <!-- vim: ft=xml:
2785     + -->
2786     +
2787     +# WBL_BUTTONS
2788     +
2789     + <entry>
2790     + <base>SAVE</base>
2791     + <trans>Opslaan</trans>
2792     + </entry>
2793     +
2794     + <entry>
2795     + <base>PERFORM</base>
2796     + <trans>Uitvoeren</trans>
2797     + </entry>
2798     +
2799     +# WBL_PAGE_FIRST
2800     +
2801     + <entry>
2802     + <base>FORM_TITLE</base>
2803     + <trans>E-mail WBL</trans>
2804     + </entry>
2805     +
2806     + <entry>
2807     + <base>OPERATION_STATUS_REPORT</base>
2808     + <trans>Operationeel status rapport</trans>
2809     + </entry>
2810     +
2811     + <entry>
2812     + <base>WBL_DESCRIPTION</base>
2813     + <trans>E-mail berichten verkeer wordt doorzocht en kan op verschillende manieren geblokkeerd worden. U kunt met dit paneel witte en zwarte lijsten voor email definiëren.</trans>
2814     + </entry>
2815     +
2816     + <entry>
2817     + <base>RBL_LIST_DESCRIPTION</base>
2818     + <trans>RBL's Lijsten wordt gebruikt om DNSBL en RHSBL aan te passen.</trans>
2819     + </entry>
2820     +
2821     +
2822     + <entry>
2823     + <base>RBL_LIST</base>
2824     + <trans>RBL's Lijsten</trans>
2825     + </entry>
2826     +
2827     + <entry>
2828     + <base>BLACK_LIST_DESCRIPTION</base>
2829     + <trans>Zwarte lijsten worden gebruikt on email verkeer te weigeren.</trans>
2830     + </entry>
2831     +
2832     + <entry>
2833     + <base>BLACK_LIST</base>
2834     + <trans>Zwarte lijst</trans>
2835     + </entry>
2836     +
2837     + <entry>
2838     + <base>WHITE_LIST_DESCRIPTION</base>
2839     + <trans>Witte lijsten worden gebruikt on email verkeer te accepteren.</trans>
2840     + </entry>
2841     +
2842     + <entry>
2843     + <base>WHITE_LIST</base>
2844     + <trans>Witte lijst</trans>
2845     + </entry>
2846     +
2847     +# WBL_PAGE_BLACK
2848     +
2849     + <entry>
2850     + <base>BLACK_TITLE</base>
2851     + <trans>Deze server heeft ondersteuning voor het gebruik van beheerder gedefinieerde zwarte lijst, badhelo en badmailfrom.</trans>
2852     + </entry>
2853     +
2854     + <entry>
2855     + <base>DNSBL_DESCRIPTION</base>
2856     + <trans>DNSBL is een afkorting voor "DNS BlackList".</trans>
2857     + </entry>
2858     +
2859     + <entry>
2860     + <base>DNSBL_LABEL</base>
2861     + <trans>DNSBL status</trans>
2862     + </entry>
2863     +
2864     + <entry>
2865     + <base>RHSBL_DESCRIPTION</base>
2866     + <trans>RHSBL is een afkorting voor "Right Hand Side Blacklist".</trans>
2867     + </entry>
2868     +
2869     + <entry>
2870     + <base>RHSBL_LABEL</base>
2871     + <trans>RHSBL status</trans>
2872     + </entry>
2873     +
2874     + <entry>
2875     + <base>BADHELO_DESCRIPTION</base>
2876     + <trans>Controleer een HELO bericht van een inkomende host. Weiger ieder die voorkomt in 'badhelo' gedurende het 'helo' stadium.</trans>
2877     + </entry>
2878     +
2879     + <entry>
2880     + <base>BADHELO_LABEL</base>
2881     + <trans>qpsmtpd badhelo</trans>
2882     + </entry>
2883     +
2884     + <entry>
2885     + <base>BADMAILFROM_DESCRIPTION</base>
2886     + <trans>Controleer de envelop verzender adres. Weiger ieder die voorkomt (@host of gebruiker@host) in 'badmailfrom' gedurende het 'mail' stadium.</trans>
2887     + </entry>
2888     +
2889     + <entry>
2890     + <base>BADMAILFROM_LABEL</base>
2891     + <trans>qmail badmailfrom</trans>
2892     + </entry>
2893     +
2894     +# WBL_PAGE_WHITELIST
2895     +
2896     + <entry>
2897     + <base>WHITE_TITLE</base>
2898     + <trans>Gebruik dit paneel om de Witte Lijst instellingen van uw server te wijzigen. All instellingen staan standaard aan.</trans>
2899     + </entry>
2900     +
2901     + <entry>
2902     + <base>RRFH_LABEL</base>
2903     + <trans>Witte lijst status</trans>
2904     + </entry>
2905     +
2906     + <entry>
2907     + <base>WHITELISTHOSTS_DESCRIPTION</base>
2908     + <trans>Elk IP adres dat voorkomt in whitelisthosts zal uitgezonderd zijn van verdere validatie tijdens het 'verbindings' stadium.</trans>
2909     + </entry>
2910     +
2911     + <entry>
2912     + <base>WHITELISTHOSTS_LABEL</base>
2913     + <trans>qpsmtpd whitelisthosts</trans>
2914     + </entry>
2915     +
2916     + <entry>
2917     + <base>WHITELISTHELO_DESCRIPTION</base>
2918     + <trans>Elke host die een HELO doet en voorkomt in whitelisthelo zal uitgezonderd zijn van verdere validatie gedurende het 'helo' stadium.</trans>
2919     + </entry>
2920     +
2921     + <entry>
2922     + <base>WHITELISTHELO_LABEL</base>
2923     + <trans>qpsmtpd whitelisthelo</trans>
2924     + </entry>
2925     +
2926     + <entry>
2927     + <base>WHITELISTSENDERS_DESCRIPTION</base>
2928     + <trans>Elke envelop verzender van een mail (@host of gebruiker@host) die voorkomt in whitelistsenders zal uitgezonderd zijn van verdere validatie gedurende het 'mail' stadium.</trans>
2929     + </entry>
2930     +
2931     + <entry>
2932     + <base>WHITELISTSENDERS_LABEL</base>
2933     + <trans>qpsmtpd whitelistsenders</trans>
2934     + </entry>
2935     +
2936     + <entry>
2937     + <base>WHITELISTFROM_DESCRIPTION</base>
2938     + <trans>Elke envelop verzender van een mail (*@host of gebruiker@host) en voorkomt in whitelist_from zal worden uitgezonderd van spamassassin weigering.</trans>
2939     + </entry>
2940     +
2941     + <entry>
2942     + <base>WHITELISTFROM_LABEL</base>
2943     + <trans>spamassassin whitelist_from</trans>
2944     + </entry>
2945     + <entry>
2946     + <base>BLACKLISTFROM_LABEL</base>
2947     + <trans>spamassassin blacklist_from</trans>
2948     + </entry>
2949     + <entry>
2950     + <base>BLACKLISTFROM_DESCRIPTION</base>
2951     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
2952     + </entry>
2953     + <entry>
2954     + <base>SBLLIST_LABEL</base>
2955     + <trans>RHSBL (qpsmtpd SBLList)</trans>
2956     + </entry>
2957     + <entry>
2958     + <base>SBLLIST_DESCRIPTION</base>
2959     + <trans>RHS 'right hand side' blokkeer list. Verzenders domain zal gecontrolleerd worden met de volgende servers</trans>
2960     + </entry>
2961     + <entry>
2962     + <base>RBLLIST_LABEL</base>
2963     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
2964     + </entry>
2965     + <entry>
2966     + <base>RBLLIST_DESCRIPTION</base>
2967     + <trans>DNS Blokkeer Lijst - Verzenders IP adres zal gecontrolleerd woden met de volgende servers</trans>
2968     + </entry>
2969     + <entry>
2970     + <base>RBL_TITLE</base>
2971     + <trans>Real-time Blackhole Lists zijn default uitgeschakeld. Om spam te bestrijden kan je RBLs hier inschakelen.</trans>
2972     + </entry>
2973     +</lexicon>
2974     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/wbl
2975     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
2976     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
2977     @@ -0,0 +1,191 @@
2978     +<lexicon lang="pl">
2979     + <!-- vim: ft=xml:
2980     + -->
2981     +
2982     +# WBL_BUTTONS
2983     +
2984     + <entry>
2985     + <base>SAVE</base>
2986     + <trans>Zapisz</trans>
2987     + </entry>
2988     +
2989     + <entry>
2990     + <base>PERFORM</base>
2991     + <trans>Perform</trans>
2992     + </entry>
2993     +
2994     +# WBL_PAGE_FIRST
2995     +
2996     + <entry>
2997     + <base>FORM_TITLE</base>
2998     + <trans>E-mail WBL</trans>
2999     + </entry>
3000     +
3001     + <entry>
3002     + <base>OPERATION_STATUS_REPORT</base>
3003     + <trans>Raport o stanie procesu</trans>
3004     + </entry>
3005     +
3006     + <entry>
3007     + <base>WBL_DESCRIPTION</base>
3008     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
3009     + </entry>
3010     +
3011     + <entry>
3012     + <base>RBL_LIST_DESCRIPTION</base>
3013     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
3014     + </entry>
3015     +
3016     +
3017     + <entry>
3018     + <base>RBL_LIST</base>
3019     + <trans>RBL's List</trans>
3020     + </entry>
3021     +
3022     + <entry>
3023     + <base>BLACK_LIST_DESCRIPTION</base>
3024     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
3025     + </entry>
3026     +
3027     + <entry>
3028     + <base>BLACK_LIST</base>
3029     + <trans>Black List</trans>
3030     + </entry>
3031     +
3032     + <entry>
3033     + <base>WHITE_LIST_DESCRIPTION</base>
3034     + <trans>White lists are used for accepting e-mail traffic.</trans>
3035     + </entry>
3036     +
3037     + <entry>
3038     + <base>WHITE_LIST</base>
3039     + <trans>White List</trans>
3040     + </entry>
3041     +
3042     +# WBL_PAGE_BLACK
3043     +
3044     + <entry>
3045     + <base>BLACK_TITLE</base>
3046     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
3047     + </entry>
3048     +
3049     + <entry>
3050     + <base>DNSBL_DESCRIPTION</base>
3051     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
3052     + </entry>
3053     +
3054     + <entry>
3055     + <base>DNSBL_LABEL</base>
3056     + <trans>DNSBL status</trans>
3057     + </entry>
3058     +
3059     + <entry>
3060     + <base>RHSBL_DESCRIPTION</base>
3061     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
3062     + </entry>
3063     +
3064     + <entry>
3065     + <base>RHSBL_LABEL</base>
3066     + <trans>RHSBL status</trans>
3067     + </entry>
3068     +
3069     + <entry>
3070     + <base>BADHELO_DESCRIPTION</base>
3071     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
3072     + </entry>
3073     +
3074     + <entry>
3075     + <base>BADHELO_LABEL</base>
3076     + <trans>qpsmtpd badhelo</trans>
3077     + </entry>
3078     +
3079     + <entry>
3080     + <base>BADMAILFROM_DESCRIPTION</base>
3081     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
3082     + </entry>
3083     +
3084     + <entry>
3085     + <base>BADMAILFROM_LABEL</base>
3086     + <trans>qmail badmailfrom</trans>
3087     + </entry>
3088     +
3089     +# WBL_PAGE_WHITELIST
3090     +
3091     + <entry>
3092     + <base>WHITE_TITLE</base>
3093     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
3094     + </entry>
3095     +
3096     + <entry>
3097     + <base>RRFH_LABEL</base>
3098     + <trans>Whitelists status</trans>
3099     + </entry>
3100     +
3101     + <entry>
3102     + <base>WHITELISTHOSTS_DESCRIPTION</base>
3103     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
3104     + </entry>
3105     +
3106     + <entry>
3107     + <base>WHITELISTHOSTS_LABEL</base>
3108     + <trans>qpsmtpd whitelisthosts</trans>
3109     + </entry>
3110     +
3111     + <entry>
3112     + <base>WHITELISTHELO_DESCRIPTION</base>
3113     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
3114     + </entry>
3115     +
3116     + <entry>
3117     + <base>WHITELISTHELO_LABEL</base>
3118     + <trans>qpsmtpd whitelisthelo</trans>
3119     + </entry>
3120     +
3121     + <entry>
3122     + <base>WHITELISTSENDERS_DESCRIPTION</base>
3123     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
3124     + </entry>
3125     +
3126     + <entry>
3127     + <base>WHITELISTSENDERS_LABEL</base>
3128     + <trans>qpsmtpd whitelistsenders</trans>
3129     + </entry>
3130     +
3131     + <entry>
3132     + <base>WHITELISTFROM_DESCRIPTION</base>
3133     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
3134     + </entry>
3135     +
3136     + <entry>
3137     + <base>WHITELISTFROM_LABEL</base>
3138     + <trans>spamassassin whitelist_from</trans>
3139     + </entry>
3140     + <entry>
3141     + <base>BLACKLISTFROM_LABEL</base>
3142     + <trans>spamassassin blacklist_from</trans>
3143     + </entry>
3144     + <entry>
3145     + <base>BLACKLISTFROM_DESCRIPTION</base>
3146     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
3147     + </entry>
3148     + <entry>
3149     + <base>SBLLIST_LABEL</base>
3150     + <trans>RHSBL (qpsmtpd SBLList)</trans>
3151     + </entry>
3152     + <entry>
3153     + <base>SBLLIST_DESCRIPTION</base>
3154     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
3155     + </entry>
3156     + <entry>
3157     + <base>RBLLIST_LABEL</base>
3158     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
3159     + </entry>
3160     + <entry>
3161     + <base>RBLLIST_DESCRIPTION</base>
3162     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
3163     + </entry>
3164     + <entry>
3165     + <base>RBL_TITLE</base>
3166     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
3167     + </entry>
3168     +</lexicon>
3169     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/wbl
3170     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
3171     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
3172     @@ -0,0 +1,191 @@
3173     +<lexicon lang="pt">
3174     + <!-- vim: ft=xml:
3175     + -->
3176     +
3177     +# WBL_BUTTONS
3178     +
3179     + <entry>
3180     + <base>SAVE</base>
3181     + <trans>Salvar</trans>
3182     + </entry>
3183     +
3184     + <entry>
3185     + <base>PERFORM</base>
3186     + <trans>Executar</trans>
3187     + </entry>
3188     +
3189     +# WBL_PAGE_FIRST
3190     +
3191     + <entry>
3192     + <base>FORM_TITLE</base>
3193     + <trans>E-mail WBL</trans>
3194     + </entry>
3195     +
3196     + <entry>
3197     + <base>OPERATION_STATUS_REPORT</base>
3198     + <trans>Relarório de status de operação</trans>
3199     + </entry>
3200     +
3201     + <entry>
3202     + <base>WBL_DESCRIPTION</base>
3203     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
3204     + </entry>
3205     +
3206     + <entry>
3207     + <base>RBL_LIST_DESCRIPTION</base>
3208     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
3209     + </entry>
3210     +
3211     +
3212     + <entry>
3213     + <base>RBL_LIST</base>
3214     + <trans>RBL's List</trans>
3215     + </entry>
3216     +
3217     + <entry>
3218     + <base>BLACK_LIST_DESCRIPTION</base>
3219     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
3220     + </entry>
3221     +
3222     + <entry>
3223     + <base>BLACK_LIST</base>
3224     + <trans>Black List</trans>
3225     + </entry>
3226     +
3227     + <entry>
3228     + <base>WHITE_LIST_DESCRIPTION</base>
3229     + <trans>White lists are used for accepting e-mail traffic.</trans>
3230     + </entry>
3231     +
3232     + <entry>
3233     + <base>WHITE_LIST</base>
3234     + <trans>White List</trans>
3235     + </entry>
3236     +
3237     +# WBL_PAGE_BLACK
3238     +
3239     + <entry>
3240     + <base>BLACK_TITLE</base>
3241     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
3242     + </entry>
3243     +
3244     + <entry>
3245     + <base>DNSBL_DESCRIPTION</base>
3246     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
3247     + </entry>
3248     +
3249     + <entry>
3250     + <base>DNSBL_LABEL</base>
3251     + <trans>DNSBL status</trans>
3252     + </entry>
3253     +
3254     + <entry>
3255     + <base>RHSBL_DESCRIPTION</base>
3256     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
3257     + </entry>
3258     +
3259     + <entry>
3260     + <base>RHSBL_LABEL</base>
3261     + <trans>RHSBL status</trans>
3262     + </entry>
3263     +
3264     + <entry>
3265     + <base>BADHELO_DESCRIPTION</base>
3266     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
3267     + </entry>
3268     +
3269     + <entry>
3270     + <base>BADHELO_LABEL</base>
3271     + <trans>qpsmtpd badhelo</trans>
3272     + </entry>
3273     +
3274     + <entry>
3275     + <base>BADMAILFROM_DESCRIPTION</base>
3276     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
3277     + </entry>
3278     +
3279     + <entry>
3280     + <base>BADMAILFROM_LABEL</base>
3281     + <trans>qmail badmailfrom</trans>
3282     + </entry>
3283     +
3284     +# WBL_PAGE_WHITELIST
3285     +
3286     + <entry>
3287     + <base>WHITE_TITLE</base>
3288     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
3289     + </entry>
3290     +
3291     + <entry>
3292     + <base>RRFH_LABEL</base>
3293     + <trans>Whitelists status</trans>
3294     + </entry>
3295     +
3296     + <entry>
3297     + <base>WHITELISTHOSTS_DESCRIPTION</base>
3298     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
3299     + </entry>
3300     +
3301     + <entry>
3302     + <base>WHITELISTHOSTS_LABEL</base>
3303     + <trans>qpsmtpd whitelisthosts</trans>
3304     + </entry>
3305     +
3306     + <entry>
3307     + <base>WHITELISTHELO_DESCRIPTION</base>
3308     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
3309     + </entry>
3310     +
3311     + <entry>
3312     + <base>WHITELISTHELO_LABEL</base>
3313     + <trans>qpsmtpd whitelisthelo</trans>
3314     + </entry>
3315     +
3316     + <entry>
3317     + <base>WHITELISTSENDERS_DESCRIPTION</base>
3318     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
3319     + </entry>
3320     +
3321     + <entry>
3322     + <base>WHITELISTSENDERS_LABEL</base>
3323     + <trans>qpsmtpd whitelistsenders</trans>
3324     + </entry>
3325     +
3326     + <entry>
3327     + <base>WHITELISTFROM_DESCRIPTION</base>
3328     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
3329     + </entry>
3330     +
3331     + <entry>
3332     + <base>WHITELISTFROM_LABEL</base>
3333     + <trans>spamassassin whitelist_from</trans>
3334     + </entry>
3335     + <entry>
3336     + <base>BLACKLISTFROM_LABEL</base>
3337     + <trans>spamassassin blacklist_from</trans>
3338     + </entry>
3339     + <entry>
3340     + <base>BLACKLISTFROM_DESCRIPTION</base>
3341     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
3342     + </entry>
3343     + <entry>
3344     + <base>SBLLIST_LABEL</base>
3345     + <trans>RHSBL (qpsmtpd SBLList)</trans>
3346     + </entry>
3347     + <entry>
3348     + <base>SBLLIST_DESCRIPTION</base>
3349     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
3350     + </entry>
3351     + <entry>
3352     + <base>RBLLIST_LABEL</base>
3353     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
3354     + </entry>
3355     + <entry>
3356     + <base>RBLLIST_DESCRIPTION</base>
3357     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
3358     + </entry>
3359     + <entry>
3360     + <base>RBL_TITLE</base>
3361     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
3362     + </entry>
3363     +</lexicon>
3364     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/wbl
3365     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
3366     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
3367     @@ -0,0 +1,191 @@
3368     +<lexicon lang="pt-br">
3369     + <!-- vim: ft=xml:
3370     + -->
3371     +
3372     +# WBL_BUTTONS
3373     +
3374     + <entry>
3375     + <base>SAVE</base>
3376     + <trans>Salvar</trans>
3377     + </entry>
3378     +
3379     + <entry>
3380     + <base>PERFORM</base>
3381     + <trans>Executar</trans>
3382     + </entry>
3383     +
3384     +# WBL_PAGE_FIRST
3385     +
3386     + <entry>
3387     + <base>FORM_TITLE</base>
3388     + <trans>E-mail WBL</trans>
3389     + </entry>
3390     +
3391     + <entry>
3392     + <base>OPERATION_STATUS_REPORT</base>
3393     + <trans>Relatório de status da operação</trans>
3394     + </entry>
3395     +
3396     + <entry>
3397     + <base>WBL_DESCRIPTION</base>
3398     + <trans>O tráfego de e-mail é escaneado e pode ser bloqueado devido a vários métodos de procura habilitados. Você pode usar este painel para definir as listas Branca e Negra de e-mail.</trans>
3399     + </entry>
3400     +
3401     + <entry>
3402     + <base>RBL_LIST_DESCRIPTION</base>
3403     + <trans>Listas RBL's são usadas para configurar DNSBL e RHSBL.</trans>
3404     + </entry>
3405     +
3406     +
3407     + <entry>
3408     + <base>RBL_LIST</base>
3409     + <trans>Lista RBL</trans>
3410     + </entry>
3411     +
3412     + <entry>
3413     + <base>BLACK_LIST_DESCRIPTION</base>
3414     + <trans>Listas negras são usadas para rejeitar o tráfego de e-mail.</trans>
3415     + </entry>
3416     +
3417     + <entry>
3418     + <base>BLACK_LIST</base>
3419     + <trans>Lista Negra</trans>
3420     + </entry>
3421     +
3422     + <entry>
3423     + <base>WHITE_LIST_DESCRIPTION</base>
3424     + <trans>Listas Brancas são usadas para aceitar tráfego de e-mali.</trans>
3425     + </entry>
3426     +
3427     + <entry>
3428     + <base>WHITE_LIST</base>
3429     + <trans>Lista Branca</trans>
3430     + </entry>
3431     +
3432     +# WBL_PAGE_BLACK
3433     +
3434     + <entry>
3435     + <base>BLACK_TITLE</base>
3436     + <trans>Este servidor inclui suporte interno para que o admin defina o uso de Lista Negra, badhelo e badmailrom.</trans>
3437     + </entry>
3438     +
3439     + <entry>
3440     + <base>DNSBL_DESCRIPTION</base>
3441     + <trans>DNSBL é uma abreviação para "DNS blacklist". É uma lista de endereços IP conhecidos como sendo de spammers.</trans>
3442     + </entry>
3443     +
3444     + <entry>
3445     + <base>DNSBL_LABEL</base>
3446     + <trans>status da DNSBL</trans>
3447     + </entry>
3448     +
3449     + <entry>
3450     + <base>RHSBL_DESCRIPTION</base>
3451     + <trans>RHSBL é uma abreviação para "Right Hand Side Blacklist". É uma lista de nomes de domínio conhecidos como serem spammers.</trans>
3452     + </entry>
3453     +
3454     + <entry>
3455     + <base>RHSBL_LABEL</base>
3456     + <trans>status da RHSBL</trans>
3457     + </entry>
3458     +
3459     + <entry>
3460     + <base>BADHELO_DESCRIPTION</base>
3461     + <trans>Checar uma mensagem HELO durante a conexão do host. Rejeitar qualquer uma que apareça in badhelo durante o estágio 'helo'.</trans>
3462     + </entry>
3463     +
3464     + <entry>
3465     + <base>BADHELO_LABEL</base>
3466     + <trans>qpsmtpd badhelo</trans>
3467     + </entry>
3468     +
3469     + <entry>
3470     + <base>BADMAILFROM_DESCRIPTION</base>
3471     + <trans>Verificar envelope para endereço do remetente. Rejeitar qualquer coisa (@host ou usuario@host) constante do badmailfrom durante o estagio 'mail'.</trans>
3472     + </entry>
3473     +
3474     + <entry>
3475     + <base>BADMAILFROM_LABEL</base>
3476     + <trans>qmail badmailfrom</trans>
3477     + </entry>
3478     +
3479     +# WBL_PAGE_WHITELIST
3480     +
3481     + <entry>
3482     + <base>WHITE_TITLE</base>
3483     + <trans>Use este painel para modificar as configurações de Lista Branca do seu servidor. Todas entradas serão habilitadas por padrão</trans>
3484     + </entry>
3485     +
3486     + <entry>
3487     + <base>RRFH_LABEL</base>
3488     + <trans>Status das Listas Brancas</trans>
3489     + </entry>
3490     +
3491     + <entry>
3492     + <base>WHITELISTHOSTS_DESCRIPTION</base>
3493     + <trans>Qualquer endereço IP listado em whitelisthosts será isentado de qualquer outra validação durante o estágio 'connect'.</trans>
3494     + </entry>
3495     +
3496     + <entry>
3497     + <base>WHITELISTHOSTS_LABEL</base>
3498     + <trans>qpsmtpd whitelisthosts</trans>
3499     + </entry>
3500     +
3501     + <entry>
3502     + <base>WHITELISTHELO_DESCRIPTION</base>
3503     + <trans>Qualquer host que emitir um HELO igual a uma entrada em whitelisthelo será isentado de qualquer outra validação durante o estagio 'helo'.</trans>
3504     + </entry>
3505     +
3506     + <entry>
3507     + <base>WHITELISTHELO_LABEL</base>
3508     + <trans>qpsmtpd whitelisthelo</trans>
3509     + </entry>
3510     +
3511     + <entry>
3512     + <base>WHITELISTSENDERS_DESCRIPTION</base>
3513     + <trans>Qualquer envelope do e-mail de remetente (@host ou usuario@dominio. host) correspondendo a uma entrada em whitelistsenders será isentado de qualquer outra validação durante o estágio 'mail'.</trans>
3514     + </entry>
3515     +
3516     + <entry>
3517     + <base>WHITELISTSENDERS_LABEL</base>
3518     + <trans>qpsmtpd whitelistsenders</trans>
3519     + </entry>
3520     +
3521     + <entry>
3522     + <base>WHITELISTFROM_DESCRIPTION</base>
3523     + <trans>Qualquer envelope do e-mail de remetente (*@host ou usuario@host) correspondendo a uma entrada em whitelist_from ficará isento de rejeição pelo spamassassin.</trans>
3524     + </entry>
3525     +
3526     + <entry>
3527     + <base>WHITELISTFROM_LABEL</base>
3528     + <trans>spamassassin whitelist_from</trans>
3529     + </entry>
3530     + <entry>
3531     + <base>BLACKLISTFROM_LABEL</base>
3532     + <trans>spamassassin blacklist_from</trans>
3533     + </entry>
3534     + <entry>
3535     + <base>BLACKLISTFROM_DESCRIPTION</base>
3536     + <trans>Qualquer remetente de e-mail (*@host ou usuario@host) igual a uma entrada de Lista Negra será rejeitado pelo spamassassin.</trans>
3537     + </entry>
3538     + <entry>
3539     + <base>SBLLIST_LABEL</base>
3540     + <trans>RHSBL (qpsmtpd SBLList)</trans>
3541     + </entry>
3542     + <entry>
3543     + <base>SBLLIST_DESCRIPTION</base>
3544     + <trans>RHS block list - 'right hand side' ou a lista do lado da mão certa é uma lista de servidores/domínios que será verificada contra os seguintes servidores</trans>
3545     + </entry>
3546     + <entry>
3547     + <base>RBLLIST_LABEL</base>
3548     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
3549     + </entry>
3550     + <entry>
3551     + <base>RBLLIST_DESCRIPTION</base>
3552     + <trans>Lista de DNS Bloqueados - o endereços IP do remetente será verificado nos seguintes servidores</trans>
3553     + </entry>
3554     + <entry>
3555     + <base>RBL_TITLE</base>
3556     + <trans>Listas RBL (Real-time Blackhole Lists) são desligadas por padrão. Para ajudar a reduzir o SPAM você pode habilitar as RBLs aqui.</trans>
3557     + </entry>
3558     +</lexicon>
3559     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/wbl
3560     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
3561     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
3562     @@ -0,0 +1,191 @@
3563     +<lexicon lang="ro">
3564     + <!-- vim: ft=xml:
3565     + -->
3566     +
3567     +# WBL_BUTTONS
3568     +
3569     + <entry>
3570     + <base>SAVE</base>
3571     + <trans>Salvează</trans>
3572     + </entry>
3573     +
3574     + <entry>
3575     + <base>PERFORM</base>
3576     + <trans>Execută</trans>
3577     + </entry>
3578     +
3579     +# WBL_PAGE_FIRST
3580     +
3581     + <entry>
3582     + <base>FORM_TITLE</base>
3583     + <trans>E-mail WBL</trans>
3584     + </entry>
3585     +
3586     + <entry>
3587     + <base>OPERATION_STATUS_REPORT</base>
3588     + <trans>Raport operațiune</trans>
3589     + </entry>
3590     +
3591     + <entry>
3592     + <base>WBL_DESCRIPTION</base>
3593     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
3594     + </entry>
3595     +
3596     + <entry>
3597     + <base>RBL_LIST_DESCRIPTION</base>
3598     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
3599     + </entry>
3600     +
3601     +
3602     + <entry>
3603     + <base>RBL_LIST</base>
3604     + <trans>RBL's List</trans>
3605     + </entry>
3606     +
3607     + <entry>
3608     + <base>BLACK_LIST_DESCRIPTION</base>
3609     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
3610     + </entry>
3611     +
3612     + <entry>
3613     + <base>BLACK_LIST</base>
3614     + <trans>Black List</trans>
3615     + </entry>
3616     +
3617     + <entry>
3618     + <base>WHITE_LIST_DESCRIPTION</base>
3619     + <trans>White lists are used for accepting e-mail traffic.</trans>
3620     + </entry>
3621     +
3622     + <entry>
3623     + <base>WHITE_LIST</base>
3624     + <trans>White List</trans>
3625     + </entry>
3626     +
3627     +# WBL_PAGE_BLACK
3628     +
3629     + <entry>
3630     + <base>BLACK_TITLE</base>
3631     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
3632     + </entry>
3633     +
3634     + <entry>
3635     + <base>DNSBL_DESCRIPTION</base>
3636     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
3637     + </entry>
3638     +
3639     + <entry>
3640     + <base>DNSBL_LABEL</base>
3641     + <trans>DNSBL status</trans>
3642     + </entry>
3643     +
3644     + <entry>
3645     + <base>RHSBL_DESCRIPTION</base>
3646     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
3647     + </entry>
3648     +
3649     + <entry>
3650     + <base>RHSBL_LABEL</base>
3651     + <trans>RHSBL status</trans>
3652     + </entry>
3653     +
3654     + <entry>
3655     + <base>BADHELO_DESCRIPTION</base>
3656     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
3657     + </entry>
3658     +
3659     + <entry>
3660     + <base>BADHELO_LABEL</base>
3661     + <trans>qpsmtpd badhelo</trans>
3662     + </entry>
3663     +
3664     + <entry>
3665     + <base>BADMAILFROM_DESCRIPTION</base>
3666     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
3667     + </entry>
3668     +
3669     + <entry>
3670     + <base>BADMAILFROM_LABEL</base>
3671     + <trans>qmail badmailfrom</trans>
3672     + </entry>
3673     +
3674     +# WBL_PAGE_WHITELIST
3675     +
3676     + <entry>
3677     + <base>WHITE_TITLE</base>
3678     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
3679     + </entry>
3680     +
3681     + <entry>
3682     + <base>RRFH_LABEL</base>
3683     + <trans>Whitelists status</trans>
3684     + </entry>
3685     +
3686     + <entry>
3687     + <base>WHITELISTHOSTS_DESCRIPTION</base>
3688     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
3689     + </entry>
3690     +
3691     + <entry>
3692     + <base>WHITELISTHOSTS_LABEL</base>
3693     + <trans>qpsmtpd whitelisthosts</trans>
3694     + </entry>
3695     +
3696     + <entry>
3697     + <base>WHITELISTHELO_DESCRIPTION</base>
3698     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
3699     + </entry>
3700     +
3701     + <entry>
3702     + <base>WHITELISTHELO_LABEL</base>
3703     + <trans>qpsmtpd whitelisthelo</trans>
3704     + </entry>
3705     +
3706     + <entry>
3707     + <base>WHITELISTSENDERS_DESCRIPTION</base>
3708     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
3709     + </entry>
3710     +
3711     + <entry>
3712     + <base>WHITELISTSENDERS_LABEL</base>
3713     + <trans>qpsmtpd whitelistsenders</trans>
3714     + </entry>
3715     +
3716     + <entry>
3717     + <base>WHITELISTFROM_DESCRIPTION</base>
3718     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
3719     + </entry>
3720     +
3721     + <entry>
3722     + <base>WHITELISTFROM_LABEL</base>
3723     + <trans>spamassassin whitelist_from</trans>
3724     + </entry>
3725     + <entry>
3726     + <base>BLACKLISTFROM_LABEL</base>
3727     + <trans>spamassassin blacklist_from</trans>
3728     + </entry>
3729     + <entry>
3730     + <base>BLACKLISTFROM_DESCRIPTION</base>
3731     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
3732     + </entry>
3733     + <entry>
3734     + <base>SBLLIST_LABEL</base>
3735     + <trans>RHSBL (qpsmtpd SBLList)</trans>
3736     + </entry>
3737     + <entry>
3738     + <base>SBLLIST_DESCRIPTION</base>
3739     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
3740     + </entry>
3741     + <entry>
3742     + <base>RBLLIST_LABEL</base>
3743     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
3744     + </entry>
3745     + <entry>
3746     + <base>RBLLIST_DESCRIPTION</base>
3747     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
3748     + </entry>
3749     + <entry>
3750     + <base>RBL_TITLE</base>
3751     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
3752     + </entry>
3753     +</lexicon>
3754     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/wbl
3755     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
3756     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
3757     @@ -0,0 +1,191 @@
3758     +<lexicon lang="ru">
3759     + <!-- vim: ft=xml:
3760     + -->
3761     +
3762     +# WBL_BUTTONS
3763     +
3764     + <entry>
3765     + <base>SAVE</base>
3766     + <trans>Сохранить</trans>
3767     + </entry>
3768     +
3769     + <entry>
3770     + <base>PERFORM</base>
3771     + <trans>Выполнить</trans>
3772     + </entry>
3773     +
3774     +# WBL_PAGE_FIRST
3775     +
3776     + <entry>
3777     + <base>FORM_TITLE</base>
3778     + <trans>E-mail WBL</trans>
3779     + </entry>
3780     +
3781     + <entry>
3782     + <base>OPERATION_STATUS_REPORT</base>
3783     + <trans>Данные о состоянии функционирования</trans>
3784     + </entry>
3785     +
3786     + <entry>
3787     + <base>WBL_DESCRIPTION</base>
3788     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
3789     + </entry>
3790     +
3791     + <entry>
3792     + <base>RBL_LIST_DESCRIPTION</base>
3793     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
3794     + </entry>
3795     +
3796     +
3797     + <entry>
3798     + <base>RBL_LIST</base>
3799     + <trans>RBL's List</trans>
3800     + </entry>
3801     +
3802     + <entry>
3803     + <base>BLACK_LIST_DESCRIPTION</base>
3804     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
3805     + </entry>
3806     +
3807     + <entry>
3808     + <base>BLACK_LIST</base>
3809     + <trans>Black List</trans>
3810     + </entry>
3811     +
3812     + <entry>
3813     + <base>WHITE_LIST_DESCRIPTION</base>
3814     + <trans>White lists are used for accepting e-mail traffic.</trans>
3815     + </entry>
3816     +
3817     + <entry>
3818     + <base>WHITE_LIST</base>
3819     + <trans>White List</trans>
3820     + </entry>
3821     +
3822     +# WBL_PAGE_BLACK
3823     +
3824     + <entry>
3825     + <base>BLACK_TITLE</base>
3826     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
3827     + </entry>
3828     +
3829     + <entry>
3830     + <base>DNSBL_DESCRIPTION</base>
3831     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
3832     + </entry>
3833     +
3834     + <entry>
3835     + <base>DNSBL_LABEL</base>
3836     + <trans>Состояние DNSBL</trans>
3837     + </entry>
3838     +
3839     + <entry>
3840     + <base>RHSBL_DESCRIPTION</base>
3841     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
3842     + </entry>
3843     +
3844     + <entry>
3845     + <base>RHSBL_LABEL</base>
3846     + <trans>Состояние RHSBL</trans>
3847     + </entry>
3848     +
3849     + <entry>
3850     + <base>BADHELO_DESCRIPTION</base>
3851     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
3852     + </entry>
3853     +
3854     + <entry>
3855     + <base>BADHELO_LABEL</base>
3856     + <trans>qpsmtpd badhelo</trans>
3857     + </entry>
3858     +
3859     + <entry>
3860     + <base>BADMAILFROM_DESCRIPTION</base>
3861     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
3862     + </entry>
3863     +
3864     + <entry>
3865     + <base>BADMAILFROM_LABEL</base>
3866     + <trans>qmail badmailfrom</trans>
3867     + </entry>
3868     +
3869     +# WBL_PAGE_WHITELIST
3870     +
3871     + <entry>
3872     + <base>WHITE_TITLE</base>
3873     + <trans>Используйте эту панель, чтобы изменить настройки White List серверов.</trans>
3874     + </entry>
3875     +
3876     + <entry>
3877     + <base>RRFH_LABEL</base>
3878     + <trans>Состояние whitelists</trans>
3879     + </entry>
3880     +
3881     + <entry>
3882     + <base>WHITELISTHOSTS_DESCRIPTION</base>
3883     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
3884     + </entry>
3885     +
3886     + <entry>
3887     + <base>WHITELISTHOSTS_LABEL</base>
3888     + <trans>qpsmtpd whitelisthosts</trans>
3889     + </entry>
3890     +
3891     + <entry>
3892     + <base>WHITELISTHELO_DESCRIPTION</base>
3893     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
3894     + </entry>
3895     +
3896     + <entry>
3897     + <base>WHITELISTHELO_LABEL</base>
3898     + <trans>qpsmtpd whitelisthelo</trans>
3899     + </entry>
3900     +
3901     + <entry>
3902     + <base>WHITELISTSENDERS_DESCRIPTION</base>
3903     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
3904     + </entry>
3905     +
3906     + <entry>
3907     + <base>WHITELISTSENDERS_LABEL</base>
3908     + <trans>qpsmtpd whitelistsenders</trans>
3909     + </entry>
3910     +
3911     + <entry>
3912     + <base>WHITELISTFROM_DESCRIPTION</base>
3913     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
3914     + </entry>
3915     +
3916     + <entry>
3917     + <base>WHITELISTFROM_LABEL</base>
3918     + <trans>spamassassin whitelist_from</trans>
3919     + </entry>
3920     + <entry>
3921     + <base>BLACKLISTFROM_LABEL</base>
3922     + <trans>spamassassin whitelist_from</trans>
3923     + </entry>
3924     + <entry>
3925     + <base>BLACKLISTFROM_DESCRIPTION</base>
3926     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
3927     + </entry>
3928     + <entry>
3929     + <base>SBLLIST_LABEL</base>
3930     + <trans>RHSBL (qpsmtpd SBLList)</trans>
3931     + </entry>
3932     + <entry>
3933     + <base>SBLLIST_DESCRIPTION</base>
3934     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
3935     + </entry>
3936     + <entry>
3937     + <base>RBLLIST_LABEL</base>
3938     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
3939     + </entry>
3940     + <entry>
3941     + <base>RBLLIST_DESCRIPTION</base>
3942     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
3943     + </entry>
3944     + <entry>
3945     + <base>RBL_TITLE</base>
3946     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
3947     + </entry>
3948     +</lexicon>
3949     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/wbl
3950     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
3951     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
3952     @@ -0,0 +1,191 @@
3953     +<lexicon lang="sl">
3954     + <!-- vim: ft=xml:
3955     + -->
3956     +
3957     +# WBL_BUTTONS
3958     +
3959     + <entry>
3960     + <base>SAVE</base>
3961     + <trans>Shrani</trans>
3962     + </entry>
3963     +
3964     + <entry>
3965     + <base>PERFORM</base>
3966     + <trans>Izvedi</trans>
3967     + </entry>
3968     +
3969     +# WBL_PAGE_FIRST
3970     +
3971     + <entry>
3972     + <base>FORM_TITLE</base>
3973     + <trans>E-mail WBL</trans>
3974     + </entry>
3975     +
3976     + <entry>
3977     + <base>OPERATION_STATUS_REPORT</base>
3978     + <trans>Porocilo o delovanju</trans>
3979     + </entry>
3980     +
3981     + <entry>
3982     + <base>WBL_DESCRIPTION</base>
3983     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
3984     + </entry>
3985     +
3986     + <entry>
3987     + <base>RBL_LIST_DESCRIPTION</base>
3988     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
3989     + </entry>
3990     +
3991     +
3992     + <entry>
3993     + <base>RBL_LIST</base>
3994     + <trans>RBL's List</trans>
3995     + </entry>
3996     +
3997     + <entry>
3998     + <base>BLACK_LIST_DESCRIPTION</base>
3999     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
4000     + </entry>
4001     +
4002     + <entry>
4003     + <base>BLACK_LIST</base>
4004     + <trans>Black List</trans>
4005     + </entry>
4006     +
4007     + <entry>
4008     + <base>WHITE_LIST_DESCRIPTION</base>
4009     + <trans>White lists are used for accepting e-mail traffic.</trans>
4010     + </entry>
4011     +
4012     + <entry>
4013     + <base>WHITE_LIST</base>
4014     + <trans>White List</trans>
4015     + </entry>
4016     +
4017     +# WBL_PAGE_BLACK
4018     +
4019     + <entry>
4020     + <base>BLACK_TITLE</base>
4021     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
4022     + </entry>
4023     +
4024     + <entry>
4025     + <base>DNSBL_DESCRIPTION</base>
4026     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
4027     + </entry>
4028     +
4029     + <entry>
4030     + <base>DNSBL_LABEL</base>
4031     + <trans>DNSBL status</trans>
4032     + </entry>
4033     +
4034     + <entry>
4035     + <base>RHSBL_DESCRIPTION</base>
4036     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
4037     + </entry>
4038     +
4039     + <entry>
4040     + <base>RHSBL_LABEL</base>
4041     + <trans>RHSBL status</trans>
4042     + </entry>
4043     +
4044     + <entry>
4045     + <base>BADHELO_DESCRIPTION</base>
4046     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
4047     + </entry>
4048     +
4049     + <entry>
4050     + <base>BADHELO_LABEL</base>
4051     + <trans>qpsmtpd badhelo</trans>
4052     + </entry>
4053     +
4054     + <entry>
4055     + <base>BADMAILFROM_DESCRIPTION</base>
4056     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
4057     + </entry>
4058     +
4059     + <entry>
4060     + <base>BADMAILFROM_LABEL</base>
4061     + <trans>qmail badmailfrom</trans>
4062     + </entry>
4063     +
4064     +# WBL_PAGE_WHITELIST
4065     +
4066     + <entry>
4067     + <base>WHITE_TITLE</base>
4068     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
4069     + </entry>
4070     +
4071     + <entry>
4072     + <base>RRFH_LABEL</base>
4073     + <trans>Whitelists status</trans>
4074     + </entry>
4075     +
4076     + <entry>
4077     + <base>WHITELISTHOSTS_DESCRIPTION</base>
4078     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
4079     + </entry>
4080     +
4081     + <entry>
4082     + <base>WHITELISTHOSTS_LABEL</base>
4083     + <trans>qpsmtpd whitelisthosts</trans>
4084     + </entry>
4085     +
4086     + <entry>
4087     + <base>WHITELISTHELO_DESCRIPTION</base>
4088     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
4089     + </entry>
4090     +
4091     + <entry>
4092     + <base>WHITELISTHELO_LABEL</base>
4093     + <trans>qpsmtpd whitelisthelo</trans>
4094     + </entry>
4095     +
4096     + <entry>
4097     + <base>WHITELISTSENDERS_DESCRIPTION</base>
4098     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
4099     + </entry>
4100     +
4101     + <entry>
4102     + <base>WHITELISTSENDERS_LABEL</base>
4103     + <trans>qpsmtpd whitelistsenders</trans>
4104     + </entry>
4105     +
4106     + <entry>
4107     + <base>WHITELISTFROM_DESCRIPTION</base>
4108     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
4109     + </entry>
4110     +
4111     + <entry>
4112     + <base>WHITELISTFROM_LABEL</base>
4113     + <trans>spamassassin whitelist_from</trans>
4114     + </entry>
4115     + <entry>
4116     + <base>BLACKLISTFROM_LABEL</base>
4117     + <trans>spamassassin blacklist_from</trans>
4118     + </entry>
4119     + <entry>
4120     + <base>BLACKLISTFROM_DESCRIPTION</base>
4121     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
4122     + </entry>
4123     + <entry>
4124     + <base>SBLLIST_LABEL</base>
4125     + <trans>RHSBL (qpsmtpd SBLList)</trans>
4126     + </entry>
4127     + <entry>
4128     + <base>SBLLIST_DESCRIPTION</base>
4129     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
4130     + </entry>
4131     + <entry>
4132     + <base>RBLLIST_LABEL</base>
4133     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
4134     + </entry>
4135     + <entry>
4136     + <base>RBLLIST_DESCRIPTION</base>
4137     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
4138     + </entry>
4139     + <entry>
4140     + <base>RBL_TITLE</base>
4141     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
4142     + </entry>
4143     +</lexicon>
4144     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/wbl
4145     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
4146     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
4147     @@ -0,0 +1,191 @@
4148     +<lexicon lang="sv">
4149     + <!-- vim: ft=xml:
4150     + -->
4151     +
4152     +# WBL_BUTTONS
4153     +
4154     + <entry>
4155     + <base>SAVE</base>
4156     + <trans>Spara</trans>
4157     + </entry>
4158     +
4159     + <entry>
4160     + <base>PERFORM</base>
4161     + <trans>Verkställ</trans>
4162     + </entry>
4163     +
4164     +# WBL_PAGE_FIRST
4165     +
4166     + <entry>
4167     + <base>FORM_TITLE</base>
4168     + <trans>E-post WBL</trans>
4169     + </entry>
4170     +
4171     + <entry>
4172     + <base>OPERATION_STATUS_REPORT</base>
4173     + <trans>Statusrapport över operationerna</trans>
4174     + </entry>
4175     +
4176     + <entry>
4177     + <base>WBL_DESCRIPTION</base>
4178     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
4179     + </entry>
4180     +
4181     + <entry>
4182     + <base>RBL_LIST_DESCRIPTION</base>
4183     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
4184     + </entry>
4185     +
4186     +
4187     + <entry>
4188     + <base>RBL_LIST</base>
4189     + <trans>RBL's List</trans>
4190     + </entry>
4191     +
4192     + <entry>
4193     + <base>BLACK_LIST_DESCRIPTION</base>
4194     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
4195     + </entry>
4196     +
4197     + <entry>
4198     + <base>BLACK_LIST</base>
4199     + <trans>Black List</trans>
4200     + </entry>
4201     +
4202     + <entry>
4203     + <base>WHITE_LIST_DESCRIPTION</base>
4204     + <trans>White lists are used for accepting e-mail traffic.</trans>
4205     + </entry>
4206     +
4207     + <entry>
4208     + <base>WHITE_LIST</base>
4209     + <trans>White List</trans>
4210     + </entry>
4211     +
4212     +# WBL_PAGE_BLACK
4213     +
4214     + <entry>
4215     + <base>BLACK_TITLE</base>
4216     + <trans><![CDATA[ <p>Denna server har inbyggt stöd för nyttjande av två externa svartlistningsmetoder, DNSBL och RHSBL. Servern stödjer också administratörsdefinierade svartlistor, badhelo och badmailfrom.</p> ]]></trans>
4217     + </entry>
4218     +
4219     + <entry>
4220     + <base>DNSBL_DESCRIPTION</base>
4221     + <trans>DNSBL är en förkortning av "DNS blacklist". Det är en lista över IP-adressen som är kända för att vara spammare.</trans>
4222     + </entry>
4223     +
4224     + <entry>
4225     + <base>DNSBL_LABEL</base>
4226     + <trans>DNSBL status</trans>
4227     + </entry>
4228     +
4229     + <entry>
4230     + <base>RHSBL_DESCRIPTION</base>
4231     + <trans>RHSBL är en förkortning av "Right Hand Side Blacklist". Det är en lista över domännamn som är kända för att vara spammare.</trans>
4232     + </entry>
4233     +
4234     + <entry>
4235     + <base>RHSBL_LABEL</base>
4236     + <trans>RHSBL status</trans>
4237     + </entry>
4238     +
4239     + <entry>
4240     + <base>BADHELO_DESCRIPTION</base>
4241     + <trans>Kontrollera HELO-meddelandet som levereras från en anslutande värd. Förkasta alla som syns i badhelo under 'helo'-stadiet.</trans>
4242     + </entry>
4243     +
4244     + <entry>
4245     + <base>BADHELO_LABEL</base>
4246     + <trans>qpsmtpd badhelo</trans>
4247     + </entry>
4248     +
4249     + <entry>
4250     + <base>BADMAILFROM_DESCRIPTION</base>
4251     + <trans>Kontrollera meddelandets avsändaradress. Förkasta alla som finns (@host eller i user@host) i dåligtmeddelandefrån under 'mail'-processen.</trans>
4252     + </entry>
4253     +
4254     + <entry>
4255     + <base>BADMAILFROM_LABEL</base>
4256     + <trans>qmail dåligtmeddelandefrån (badmailfrom)</trans>
4257     + </entry>
4258     +
4259     +# WBL_PAGE_WHITELIST
4260     +
4261     + <entry>
4262     + <base>WHITE_TITLE</base>
4263     + <trans>Använd denna panel för att modifiera din servers inställningar för vitlista.</trans>
4264     + </entry>
4265     +
4266     + <entry>
4267     + <base>RRFH_LABEL</base>
4268     + <trans>Vitlistans status</trans>
4269     + </entry>
4270     +
4271     + <entry>
4272     + <base>WHITELISTHOSTS_DESCRIPTION</base>
4273     + <trans>Alla IP-adresser som finns på vitlistans värdar kommer att undantas från all kommande validering under 'skapa kontakt'-stadiet.</trans>
4274     + </entry>
4275     +
4276     + <entry>
4277     + <base>WHITELISTHOSTS_LABEL</base>
4278     + <trans>qpsmtpd värdar på vitlistan</trans>
4279     + </entry>
4280     +
4281     + <entry>
4282     + <base>WHITELISTHELO_DESCRIPTION</base>
4283     + <trans>Alla värdar som ger en HELO och som stämmer överens med ett värde i vitlitans helo kommer att undantas från fortsatt validering under 'helo'-stadiet.</trans>
4284     + </entry>
4285     +
4286     + <entry>
4287     + <base>WHITELISTHELO_LABEL</base>
4288     + <trans>qpsmtpd vitlista över helo</trans>
4289     + </entry>
4290     +
4291     + <entry>
4292     + <base>WHITELISTSENDERS_DESCRIPTION</base>
4293     + <trans>Alla avsändare av e-post (@host eller user@host) som stämmer överens med ett värde i vitlistans avsändare kommer att undantas från kommande validering under 'mail'-stadiet.</trans>
4294     + </entry>
4295     +
4296     + <entry>
4297     + <base>WHITELISTSENDERS_LABEL</base>
4298     + <trans>qpsmtpd vitlistans avsändare</trans>
4299     + </entry>
4300     +
4301     + <entry>
4302     + <base>WHITELISTFROM_DESCRIPTION</base>
4303     + <trans>Alla avsändare av e-postmeddelande (*@host eller user@host) som stämmer överens med ett värde i vitlistans_från kommer att undantas från förkastning av spamassassin.</trans>
4304     + </entry>
4305     +
4306     + <entry>
4307     + <base>WHITELISTFROM_LABEL</base>
4308     + <trans>spamassassin vitlista_från</trans>
4309     + </entry>
4310     + <entry>
4311     + <base>BLACKLISTFROM_LABEL</base>
4312     + <trans>spamassassin blacklist_from</trans>
4313     + </entry>
4314     + <entry>
4315     + <base>BLACKLISTFROM_DESCRIPTION</base>
4316     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
4317     + </entry>
4318     + <entry>
4319     + <base>SBLLIST_LABEL</base>
4320     + <trans>RHSBL (qpsmtpd SBLList)</trans>
4321     + </entry>
4322     + <entry>
4323     + <base>SBLLIST_DESCRIPTION</base>
4324     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
4325     + </entry>
4326     + <entry>
4327     + <base>RBLLIST_LABEL</base>
4328     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
4329     + </entry>
4330     + <entry>
4331     + <base>RBLLIST_DESCRIPTION</base>
4332     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
4333     + </entry>
4334     + <entry>
4335     + <base>RBL_TITLE</base>
4336     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
4337     + </entry>
4338     +</lexicon>
4339     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/th/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/th/etc/e-smith/web/functions/wbl
4340     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/th/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
4341     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/th/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
4342     @@ -0,0 +1,191 @@
4343     +<lexicon lang="th">
4344     + <!-- vim: ft=xml:
4345     + -->
4346     +
4347     +# WBL_BUTTONS
4348     +
4349     + <entry>
4350     + <base>SAVE</base>
4351     + <trans>บันทึก</trans>
4352     + </entry>
4353     +
4354     + <entry>
4355     + <base>PERFORM</base>
4356     + <trans>ดำเนินงาน</trans>
4357     + </entry>
4358     +
4359     +# WBL_PAGE_FIRST
4360     +
4361     + <entry>
4362     + <base>FORM_TITLE</base>
4363     + <trans>E-mail WBL</trans>
4364     + </entry>
4365     +
4366     + <entry>
4367     + <base>OPERATION_STATUS_REPORT</base>
4368     + <trans>รายงานสถานะการทำงาน</trans>
4369     + </entry>
4370     +
4371     + <entry>
4372     + <base>WBL_DESCRIPTION</base>
4373     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
4374     + </entry>
4375     +
4376     + <entry>
4377     + <base>RBL_LIST_DESCRIPTION</base>
4378     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
4379     + </entry>
4380     +
4381     +
4382     + <entry>
4383     + <base>RBL_LIST</base>
4384     + <trans>RBL's List</trans>
4385     + </entry>
4386     +
4387     + <entry>
4388     + <base>BLACK_LIST_DESCRIPTION</base>
4389     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
4390     + </entry>
4391     +
4392     + <entry>
4393     + <base>BLACK_LIST</base>
4394     + <trans>Black List</trans>
4395     + </entry>
4396     +
4397     + <entry>
4398     + <base>WHITE_LIST_DESCRIPTION</base>
4399     + <trans>White lists are used for accepting e-mail traffic.</trans>
4400     + </entry>
4401     +
4402     + <entry>
4403     + <base>WHITE_LIST</base>
4404     + <trans>White List</trans>
4405     + </entry>
4406     +
4407     +# WBL_PAGE_BLACK
4408     +
4409     + <entry>
4410     + <base>BLACK_TITLE</base>
4411     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
4412     + </entry>
4413     +
4414     + <entry>
4415     + <base>DNSBL_DESCRIPTION</base>
4416     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
4417     + </entry>
4418     +
4419     + <entry>
4420     + <base>DNSBL_LABEL</base>
4421     + <trans>DNSBL status</trans>
4422     + </entry>
4423     +
4424     + <entry>
4425     + <base>RHSBL_DESCRIPTION</base>
4426     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
4427     + </entry>
4428     +
4429     + <entry>
4430     + <base>RHSBL_LABEL</base>
4431     + <trans>RHSBL status</trans>
4432     + </entry>
4433     +
4434     + <entry>
4435     + <base>BADHELO_DESCRIPTION</base>
4436     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
4437     + </entry>
4438     +
4439     + <entry>
4440     + <base>BADHELO_LABEL</base>
4441     + <trans>qpsmtpd badhelo</trans>
4442     + </entry>
4443     +
4444     + <entry>
4445     + <base>BADMAILFROM_DESCRIPTION</base>
4446     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
4447     + </entry>
4448     +
4449     + <entry>
4450     + <base>BADMAILFROM_LABEL</base>
4451     + <trans>qmail badmailfrom</trans>
4452     + </entry>
4453     +
4454     +# WBL_PAGE_WHITELIST
4455     +
4456     + <entry>
4457     + <base>WHITE_TITLE</base>
4458     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
4459     + </entry>
4460     +
4461     + <entry>
4462     + <base>RRFH_LABEL</base>
4463     + <trans>Whitelists status</trans>
4464     + </entry>
4465     +
4466     + <entry>
4467     + <base>WHITELISTHOSTS_DESCRIPTION</base>
4468     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
4469     + </entry>
4470     +
4471     + <entry>
4472     + <base>WHITELISTHOSTS_LABEL</base>
4473     + <trans>qpsmtpd whitelisthosts</trans>
4474     + </entry>
4475     +
4476     + <entry>
4477     + <base>WHITELISTHELO_DESCRIPTION</base>
4478     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
4479     + </entry>
4480     +
4481     + <entry>
4482     + <base>WHITELISTHELO_LABEL</base>
4483     + <trans>qpsmtpd whitelisthelo</trans>
4484     + </entry>
4485     +
4486     + <entry>
4487     + <base>WHITELISTSENDERS_DESCRIPTION</base>
4488     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
4489     + </entry>
4490     +
4491     + <entry>
4492     + <base>WHITELISTSENDERS_LABEL</base>
4493     + <trans>qpsmtpd whitelistsenders</trans>
4494     + </entry>
4495     +
4496     + <entry>
4497     + <base>WHITELISTFROM_DESCRIPTION</base>
4498     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
4499     + </entry>
4500     +
4501     + <entry>
4502     + <base>WHITELISTFROM_LABEL</base>
4503     + <trans>spamassassin whitelist_from</trans>
4504     + </entry>
4505     + <entry>
4506     + <base>BLACKLISTFROM_LABEL</base>
4507     + <trans>spamassassin blacklist_from</trans>
4508     + </entry>
4509     + <entry>
4510     + <base>BLACKLISTFROM_DESCRIPTION</base>
4511     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
4512     + </entry>
4513     + <entry>
4514     + <base>SBLLIST_LABEL</base>
4515     + <trans>RHSBL (qpsmtpd SBLList)</trans>
4516     + </entry>
4517     + <entry>
4518     + <base>SBLLIST_DESCRIPTION</base>
4519     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
4520     + </entry>
4521     + <entry>
4522     + <base>RBLLIST_LABEL</base>
4523     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
4524     + </entry>
4525     + <entry>
4526     + <base>RBLLIST_DESCRIPTION</base>
4527     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
4528     + </entry>
4529     + <entry>
4530     + <base>RBL_TITLE</base>
4531     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
4532     + </entry>
4533     +</lexicon>
4534     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/wbl
4535     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
4536     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
4537     @@ -0,0 +1,191 @@
4538     +<lexicon lang="tr">
4539     + <!-- vim: ft=xml:
4540     + -->
4541     +
4542     +# WBL_BUTTONS
4543     +
4544     + <entry>
4545     + <base>SAVE</base>
4546     + <trans>Kaydet</trans>
4547     + </entry>
4548     +
4549     + <entry>
4550     + <base>PERFORM</base>
4551     + <trans>Uygula</trans>
4552     + </entry>
4553     +
4554     +# WBL_PAGE_FIRST
4555     +
4556     + <entry>
4557     + <base>FORM_TITLE</base>
4558     + <trans>E-mail WBL</trans>
4559     + </entry>
4560     +
4561     + <entry>
4562     + <base>OPERATION_STATUS_REPORT</base>
4563     + <trans>İşlem durum raporu</trans>
4564     + </entry>
4565     +
4566     + <entry>
4567     + <base>WBL_DESCRIPTION</base>
4568     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
4569     + </entry>
4570     +
4571     + <entry>
4572     + <base>RBL_LIST_DESCRIPTION</base>
4573     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
4574     + </entry>
4575     +
4576     +
4577     + <entry>
4578     + <base>RBL_LIST</base>
4579     + <trans>RBL's List</trans>
4580     + </entry>
4581     +
4582     + <entry>
4583     + <base>BLACK_LIST_DESCRIPTION</base>
4584     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
4585     + </entry>
4586     +
4587     + <entry>
4588     + <base>BLACK_LIST</base>
4589     + <trans>Black List</trans>
4590     + </entry>
4591     +
4592     + <entry>
4593     + <base>WHITE_LIST_DESCRIPTION</base>
4594     + <trans>White lists are used for accepting e-mail traffic.</trans>
4595     + </entry>
4596     +
4597     + <entry>
4598     + <base>WHITE_LIST</base>
4599     + <trans>White List</trans>
4600     + </entry>
4601     +
4602     +# WBL_PAGE_BLACK
4603     +
4604     + <entry>
4605     + <base>BLACK_TITLE</base>
4606     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
4607     + </entry>
4608     +
4609     + <entry>
4610     + <base>DNSBL_DESCRIPTION</base>
4611     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
4612     + </entry>
4613     +
4614     + <entry>
4615     + <base>DNSBL_LABEL</base>
4616     + <trans>DNSBL status</trans>
4617     + </entry>
4618     +
4619     + <entry>
4620     + <base>RHSBL_DESCRIPTION</base>
4621     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
4622     + </entry>
4623     +
4624     + <entry>
4625     + <base>RHSBL_LABEL</base>
4626     + <trans>RHSBL status</trans>
4627     + </entry>
4628     +
4629     + <entry>
4630     + <base>BADHELO_DESCRIPTION</base>
4631     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
4632     + </entry>
4633     +
4634     + <entry>
4635     + <base>BADHELO_LABEL</base>
4636     + <trans>qpsmtpd badhelo</trans>
4637     + </entry>
4638     +
4639     + <entry>
4640     + <base>BADMAILFROM_DESCRIPTION</base>
4641     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
4642     + </entry>
4643     +
4644     + <entry>
4645     + <base>BADMAILFROM_LABEL</base>
4646     + <trans>qmail badmailfrom</trans>
4647     + </entry>
4648     +
4649     +# WBL_PAGE_WHITELIST
4650     +
4651     + <entry>
4652     + <base>WHITE_TITLE</base>
4653     + <trans>Use this panel to modify your servers White List settings. All entries will be enabled by default</trans>
4654     + </entry>
4655     +
4656     + <entry>
4657     + <base>RRFH_LABEL</base>
4658     + <trans>Whitelists status</trans>
4659     + </entry>
4660     +
4661     + <entry>
4662     + <base>WHITELISTHOSTS_DESCRIPTION</base>
4663     + <trans>Any IP address listed in whitelisthosts will be exempted from any further validation during the 'connect' stage.</trans>
4664     + </entry>
4665     +
4666     + <entry>
4667     + <base>WHITELISTHOSTS_LABEL</base>
4668     + <trans>qpsmtpd whitelisthosts</trans>
4669     + </entry>
4670     +
4671     + <entry>
4672     + <base>WHITELISTHELO_DESCRIPTION</base>
4673     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
4674     + </entry>
4675     +
4676     + <entry>
4677     + <base>WHITELISTHELO_LABEL</base>
4678     + <trans>qpsmtpd whitelisthelo</trans>
4679     + </entry>
4680     +
4681     + <entry>
4682     + <base>WHITELISTSENDERS_DESCRIPTION</base>
4683     + <trans>Any envelope sender of a mail (host.domain or user@host.domain) matching an entry in whitelistsenders will be exempted from further validation during the 'mail' stage.</trans>
4684     + </entry>
4685     +
4686     + <entry>
4687     + <base>WHITELISTSENDERS_LABEL</base>
4688     + <trans>qpsmtpd whitelistsenders</trans>
4689     + </entry>
4690     +
4691     + <entry>
4692     + <base>WHITELISTFROM_DESCRIPTION</base>
4693     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
4694     + </entry>
4695     +
4696     + <entry>
4697     + <base>WHITELISTFROM_LABEL</base>
4698     + <trans>spamassassin whitelist_from</trans>
4699     + </entry>
4700     + <entry>
4701     + <base>BLACKLISTFROM_LABEL</base>
4702     + <trans>spamassassin blacklist_from</trans>
4703     + </entry>
4704     + <entry>
4705     + <base>BLACKLISTFROM_DESCRIPTION</base>
4706     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
4707     + </entry>
4708     + <entry>
4709     + <base>SBLLIST_LABEL</base>
4710     + <trans>RHSBL (qpsmtpd SBLList)</trans>
4711     + </entry>
4712     + <entry>
4713     + <base>SBLLIST_DESCRIPTION</base>
4714     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
4715     + </entry>
4716     + <entry>
4717     + <base>RBLLIST_LABEL</base>
4718     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
4719     + </entry>
4720     + <entry>
4721     + <base>RBLLIST_DESCRIPTION</base>
4722     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
4723     + </entry>
4724     + <entry>
4725     + <base>RBL_TITLE</base>
4726     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
4727     + </entry>
4728     +</lexicon>
4729     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/wbl
4730     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
4731     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
4732     @@ -0,0 +1,191 @@
4733     +<lexicon lang="zh-cn">
4734     + <!-- vim: ft=xml:
4735     + -->
4736     +
4737     +# WBL_BUTTONS
4738     +
4739     + <entry>
4740     + <base>SAVE</base>
4741     + <trans>保存</trans>
4742     + </entry>
4743     +
4744     + <entry>
4745     + <base>PERFORM</base>
4746     + <trans>执行</trans>
4747     + </entry>
4748     +
4749     +# WBL_PAGE_FIRST
4750     +
4751     + <entry>
4752     + <base>FORM_TITLE</base>
4753     + <trans>E-mail WBL</trans>
4754     + </entry>
4755     +
4756     + <entry>
4757     + <base>OPERATION_STATUS_REPORT</base>
4758     + <trans>操作报告</trans>
4759     + </entry>
4760     +
4761     + <entry>
4762     + <base>WBL_DESCRIPTION</base>
4763     + <trans>E-mail traffic is scanned and may be blocked due to the various screening methods enabled. You may use this panel to define e-mail white/black lists.</trans>
4764     + </entry>
4765     +
4766     + <entry>
4767     + <base>RBL_LIST_DESCRIPTION</base>
4768     + <trans>RBL's List is used to adjust DNSBL and RHSBL.</trans>
4769     + </entry>
4770     +
4771     +
4772     + <entry>
4773     + <base>RBL_LIST</base>
4774     + <trans>RBL's List</trans>
4775     + </entry>
4776     +
4777     + <entry>
4778     + <base>BLACK_LIST_DESCRIPTION</base>
4779     + <trans>Black lists are used for rejecting e-mail traffic.</trans>
4780     + </entry>
4781     +
4782     + <entry>
4783     + <base>BLACK_LIST</base>
4784     + <trans>Black List</trans>
4785     + </entry>
4786     +
4787     + <entry>
4788     + <base>WHITE_LIST_DESCRIPTION</base>
4789     + <trans>White lists are used for accepting e-mail traffic.</trans>
4790     + </entry>
4791     +
4792     + <entry>
4793     + <base>WHITE_LIST</base>
4794     + <trans>White List</trans>
4795     + </entry>
4796     +
4797     +# WBL_PAGE_BLACK
4798     +
4799     + <entry>
4800     + <base>BLACK_TITLE</base>
4801     + <trans>This server includes built-in support for using the admin defined black lists, badhelo and badmailfrom.</trans>
4802     + </entry>
4803     +
4804     + <entry>
4805     + <base>DNSBL_DESCRIPTION</base>
4806     + <trans>DNSBL is an abbreviation for "DNS blacklist".</trans>
4807     + </entry>
4808     +
4809     + <entry>
4810     + <base>DNSBL_LABEL</base>
4811     + <trans>DNSBL status</trans>
4812     + </entry>
4813     +
4814     + <entry>
4815     + <base>RHSBL_DESCRIPTION</base>
4816     + <trans>RHSBL is an abbreviation for "Right Hand Side Blacklist".</trans>
4817     + </entry>
4818     +
4819     + <entry>
4820     + <base>RHSBL_LABEL</base>
4821     + <trans>RHSBL status</trans>
4822     + </entry>
4823     +
4824     + <entry>
4825     + <base>BADHELO_DESCRIPTION</base>
4826     + <trans>Check a HELO message delivered from a connecting host. Reject any that appear in badhelo during the 'helo' stage.</trans>
4827     + </entry>
4828     +
4829     + <entry>
4830     + <base>BADHELO_LABEL</base>
4831     + <trans>qpsmtpd badhelo</trans>
4832     + </entry>
4833     +
4834     + <entry>
4835     + <base>BADMAILFROM_DESCRIPTION</base>
4836     + <trans>Check envelope sender addresses. Reject any that appear (@host or user@host) in badmailfrom during the 'mail' stage.</trans>
4837     + </entry>
4838     +
4839     + <entry>
4840     + <base>BADMAILFROM_LABEL</base>
4841     + <trans>qmail 恶意邮件来源</trans>
4842     + </entry>
4843     +
4844     +# WBL_PAGE_WHITELIST
4845     +
4846     + <entry>
4847     + <base>WHITE_TITLE</base>
4848     + <trans>通过这个面板来修改服务器的白名单设置。</trans>
4849     + </entry>
4850     +
4851     + <entry>
4852     + <base>RRFH_LABEL</base>
4853     + <trans>白名单状态</trans>
4854     + </entry>
4855     +
4856     + <entry>
4857     + <base>WHITELISTHOSTS_DESCRIPTION</base>
4858     + <trans>任何出现在“白名单主机”的IP地址在连接阶段时将跳过验证。</trans>
4859     + </entry>
4860     +
4861     + <entry>
4862     + <base>WHITELISTHOSTS_LABEL</base>
4863     + <trans>qpsmtpd 白名单主机</trans>
4864     + </entry>
4865     +
4866     + <entry>
4867     + <base>WHITELISTHELO_DESCRIPTION</base>
4868     + <trans>Any host that issues a HELO matching an entry in whitelisthelo will be exempted from further validation during the 'helo' stage.</trans>
4869     + </entry>
4870     +
4871     + <entry>
4872     + <base>WHITELISTHELO_LABEL</base>
4873     + <trans>qpsmtpd whitelisthelo</trans>
4874     + </entry>
4875     +
4876     + <entry>
4877     + <base>WHITELISTSENDERS_DESCRIPTION</base>
4878     + <trans>任何出现在“白名单主机”的IP地址在连接阶段时将跳过验证。</trans>
4879     + </entry>
4880     +
4881     + <entry>
4882     + <base>WHITELISTSENDERS_LABEL</base>
4883     + <trans>发件人白名单</trans>
4884     + </entry>
4885     +
4886     + <entry>
4887     + <base>WHITELISTFROM_DESCRIPTION</base>
4888     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in whitelist_from will be exempted from spamassassin rejection.</trans>
4889     + </entry>
4890     +
4891     + <entry>
4892     + <base>WHITELISTFROM_LABEL</base>
4893     + <trans>spamassassin 发件人白名单</trans>
4894     + </entry>
4895     + <entry>
4896     + <base>BLACKLISTFROM_LABEL</base>
4897     + <trans>spamassassin 发件人白名单</trans>
4898     + </entry>
4899     + <entry>
4900     + <base>BLACKLISTFROM_DESCRIPTION</base>
4901     + <trans>任何出现在“白名单主机”的IP地址在连接阶段时将跳过验证。</trans>
4902     + </entry>
4903     + <entry>
4904     + <base>SBLLIST_LABEL</base>
4905     + <trans>RHSBL (qpsmtpd SBLList)</trans>
4906     + </entry>
4907     + <entry>
4908     + <base>SBLLIST_DESCRIPTION</base>
4909     + <trans>RHS block list - 'right hand side' of senders host/domain will be checked against the following servers</trans>
4910     + </entry>
4911     + <entry>
4912     + <base>RBLLIST_LABEL</base>
4913     + <trans>DNSBL Zones (qpsmtpd RBLList)</trans>
4914     + </entry>
4915     + <entry>
4916     + <base>RBLLIST_DESCRIPTION</base>
4917     + <trans>DNS Block List - senders IP address will be checked against the following servers</trans>
4918     + </entry>
4919     + <entry>
4920     + <base>RBL_TITLE</base>
4921     + <trans>Real-time Blackhole Lists are disabled by default. To help reduce spam you can enable RBLs here.</trans>
4922     + </entry>
4923     +</lexicon>
4924     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/wbl
4925     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
4926     +++ smeserver-wbl-0.5.0/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
4927     @@ -0,0 +1,191 @@
4928     +<lexicon lang="zh-tw">
4929     + <!-- vim: ft=xml:
4930     + -->
4931     +
4932     +# WBL_BUTTONS
4933     +
4934     + <entry>
4935     + <base>SAVE</base>
4936     + <trans>儲存</trans>
4937     + </entry>
4938     +
4939     + <entry>
4940     + <base>PERFORM</base>
4941     + <trans>效能</trans>
4942     + </entry>
4943     +
4944     +# WBL_PAGE_FIRST
4945     +
4946     + <entry>
4947     + <base>FORM_TITLE</base>
4948     + <trans>E-mail 黑白名單列表</trans>
4949     + </entry>
4950     +
4951     + <entry>
4952     + <base>OPERATION_STATUS_REPORT</base>
4953     + <trans>運作狀態回報</trans>
4954     + </entry>
4955     +
4956     + <entry>
4957     + <base>WBL_DESCRIPTION</base>
4958     + <trans>電子郵件流量被掃描而且基於各種篩選技術的啟用很可能被阻擋。您能使用此介面以定義電子郵件的黑/白名單。</trans>
4959     + </entry>
4960     +
4961     + <entry>
4962     + <base>RBL_LIST_DESCRIPTION</base>
4963     + <trans>RBL 黑名單被用來調整 DNSBL 與 RHSBL 黑名單資料庫。</trans>
4964     + </entry>
4965     +
4966     +
4967     + <entry>
4968     + <base>RBL_LIST</base>
4969     + <trans>RBL 黑名單</trans>
4970     + </entry>
4971     +
4972     + <entry>
4973     + <base>BLACK_LIST_DESCRIPTION</base>
4974     + <trans>黑名單被用來拒絕電子郵件流量。</trans>
4975     + </entry>
4976     +
4977     + <entry>
4978     + <base>BLACK_LIST</base>
4979     + <trans>黑名單</trans>
4980     + </entry>
4981     +
4982     + <entry>
4983     + <base>WHITE_LIST_DESCRIPTION</base>
4984     + <trans>白名單被用來接受電子郵件流量。</trans>
4985     + </entry>
4986     +
4987     + <entry>
4988     + <base>WHITE_LIST</base>
4989     + <trans>白名單</trans>
4990     + </entry>
4991     +
4992     +# WBL_PAGE_BLACK
4993     +
4994     + <entry>
4995     + <base>BLACK_TITLE</base>
4996     + <trans><![CDATA[ <p>此伺服器內建支援兩種外部黑名單機制DNSBL與RHSBL。亦支援可由管理者自行定義的badhelo與badmailfrom。</p> ]]></trans>
4997     + </entry>
4998     +
4999     + <entry>
5000     + <base>DNSBL_DESCRIPTION</base>
5001     + <trans>DNSBL是"DNS blacklist"縮寫。其為已知垃圾郵件IP位址名單。</trans>
5002     + </entry>
5003     +
5004     + <entry>
5005     + <base>DNSBL_LABEL</base>
5006     + <trans>DNSBL 狀態</trans>
5007     + </entry>
5008     +
5009     + <entry>
5010     + <base>RHSBL_DESCRIPTION</base>
5011     + <trans> RHSBL是"Right Hand Side Blacklist"縮寫。其為已知垃圾郵件網域名稱之名單。</trans>
5012     + </entry>
5013     +
5014     + <entry>
5015     + <base>RHSBL_LABEL</base>
5016     + <trans>RHSBL 狀態</trans>
5017     + </entry>
5018     +
5019     + <entry>
5020     + <base>BADHELO_DESCRIPTION</base>
5021     + <trans>確認從已連結主機的HELO訊息傳送。在'helo'區域,拒絕任何顯示在badhelo名單的郵件。</trans>
5022     + </entry>
5023     +
5024     + <entry>
5025     + <base>BADHELO_LABEL</base>
5026     + <trans>qpsmtpd badhelo</trans>
5027     + </entry>
5028     +
5029     + <entry>
5030     + <base>BADMAILFROM_DESCRIPTION</base>
5031     + <trans>檢查信封上的寄件人地址。在'mail'階段,拒絕任何(@host or user@host)顯示在不良郵件名單的出處。</trans>
5032     + </entry>
5033     +
5034     + <entry>
5035     + <base>BADMAILFROM_LABEL</base>
5036     + <trans>qmail 壞郵件名單</trans>
5037     + </entry>
5038     +
5039     +# WBL_PAGE_WHITELIST
5040     +
5041     + <entry>
5042     + <base>WHITE_TITLE</base>
5043     + <trans>通過此控制台來修正伺服器的白名單設定。所有輸入值將被預設為啟動。</trans>
5044     + </entry>
5045     +
5046     + <entry>
5047     + <base>RRFH_LABEL</base>
5048     + <trans>白名單狀態</trans>
5049     + </entry>
5050     +
5051     + <entry>
5052     + <base>WHITELISTHOSTS_DESCRIPTION</base>
5053     + <trans>任何出現在「白名單主機」的IP位址在連接階段時將跳過進一步驗證。</trans>
5054     + </entry>
5055     +
5056     + <entry>
5057     + <base>WHITELISTHOSTS_LABEL</base>
5058     + <trans>qpsmtpd 白名單主機</trans>
5059     + </entry>
5060     +
5061     + <entry>
5062     + <base>WHITELISTHELO_DESCRIPTION</base>
5063     + <trans>任何出現在「HELO白名單」的主機在'helo'階段時將跳過進一步驗證。</trans>
5064     + </entry>
5065     +
5066     + <entry>
5067     + <base>WHITELISTHELO_LABEL</base>
5068     + <trans>qpsmtpd 白名單列表問候</trans>
5069     + </entry>
5070     +
5071     + <entry>
5072     + <base>WHITELISTSENDERS_DESCRIPTION</base>
5073     + <trans>郵件(@host or user@host)符合「寄件者白名單」中的信件上的任何寄件人在'mail'階段時將跳過進一步驗證。</trans>
5074     + </entry>
5075     +
5076     + <entry>
5077     + <base>WHITELISTSENDERS_LABEL</base>
5078     + <trans>qpsmtpd 白名單列表寄件者</trans>
5079     + </entry>
5080     +
5081     + <entry>
5082     + <base>WHITELISTFROM_DESCRIPTION</base>
5083     + <trans>郵件(*@host or user@host)符合「發信白名單」中的信件上的任何寄件人在垃圾郵件攔截階段時將跳過進一步驗證。</trans>
5084     + </entry>
5085     +
5086     + <entry>
5087     + <base>WHITELISTFROM_LABEL</base>
5088     + <trans>spamassassin 寄件人白名單</trans>
5089     + </entry>
5090     + <entry>
5091     + <base>BLACKLISTFROM_LABEL</base>
5092     + <trans>spamassassin blacklist_from</trans>
5093     + </entry>
5094     + <entry>
5095     + <base>BLACKLISTFROM_DESCRIPTION</base>
5096     + <trans>Any envelope sender of a mail (*@host or user@host) matching an entry in blacklist_from will be rejected by spamassassin.</trans>
5097     + </entry>
5098     + <entry>
5099     + <base>SBLLIST_LABEL</base>
5100     + <trans>RHSBL (qpsmtpd SBLList)</trans>
5101     + </entry>
5102     + <entry>
5103     + <base>SBLLIST_DESCRIPTION</base>
5104     + <trans>RHS阻擋表列 - 'RHS'的寄件人的主機/網域將被檢核以對照接下來的伺服器。</trans>
5105     + </entry>
5106     + <entry>
5107     + <base>RBLLIST_LABEL</base>
5108     + <trans>DNSBL 區域 (qpsmtpd RBLList)</trans>
5109     + </entry>
5110     + <entry>
5111     + <base>RBLLIST_DESCRIPTION</base>
5112     + <trans>DNS 阻擋表列 - 寄件人的 IP 位址將再被檢核以阻擋下列伺服器</trans>
5113     + </entry>
5114     + <entry>
5115     + <base>RBL_TITLE</base>
5116     + <trans>RBL黑名單預設值是關閉。您能啟動RBLs黑名單阻擋以降低垃圾郵件。</trans>
5117     + </entry>
5118     +</lexicon>
5119     diff -urN smeserver-wbl-0.5.0.old/root/etc/e-smith/web/functions/wbl smeserver-wbl-0.5.0/root/etc/e-smith/web/functions/wbl
5120     --- smeserver-wbl-0.5.0.old/root/etc/e-smith/web/functions/wbl 1970-01-01 04:00:00.000000000 +0400
5121     +++ smeserver-wbl-0.5.0/root/etc/e-smith/web/functions/wbl 2020-11-29 22:33:36.000000000 +0400
5122     @@ -0,0 +1,179 @@
5123     +#!/usr/bin/perl -wT
5124     +# vim: ft=xml:
5125     +
5126     +#----------------------------------------------------------------------
5127     +# heading : Configuration
5128     +# description : E-mail WBL
5129     +# navigation : 6000 6710
5130     +#----------------------------------------------------------------------
5131     +
5132     +use strict;
5133     +use warnings;
5134     +
5135     +use esmith::FormMagick::Panel::wbl;
5136     +
5137     +my $f = esmith::FormMagick::Panel::wbl->new();
5138     +$f->display();
5139     +
5140     +__DATA__
5141     +<form
5142     + title="FORM_TITLE"
5143     + header="/etc/e-smith/web/common/head.tmpl"
5144     + footer="/etc/e-smith/web/common/foot.tmpl">
5145     +
5146     + <page name="First" pre-event="print_status_message()">
5147     +
5148     + <field type="literal" id="client_label" value="">
5149     + <description>WBL_DESCRIPTION</description>
5150     + </field>
5151     +
5152     +
5153     + <field type="literal" id="client_label" value="">
5154     + <description>RBL_LIST_DESCRIPTION</description>
5155     + </field>
5156     +
5157     + <subroutine src="print_custom_button('RBL_LIST', 'WBL_PAGE_RBL')"/>
5158     +
5159     + <field type="literal" id="client_label" value="">
5160     + <description>BLACK_LIST_DESCRIPTION</description>
5161     + </field>
5162     +
5163     + <subroutine src="print_custom_button('BLACK_LIST', 'WBL_PAGE_BLACK')"/>
5164     +
5165     + <field type="literal" id="client_label" value="">
5166     + <description>WHITE_LIST_DESCRIPTION</description>
5167     + </field>
5168     +
5169     + <subroutine src="print_custom_button('WHITE_LIST', 'WBL_PAGE_WHITE')"/>
5170     +
5171     +
5172     + </page>
5173     + <page name="WBL_PAGE_RBL"
5174     + pre-event="turn_off_buttons()"
5175     + post-event="create_modify_rbl" >
5176     + <description>RBL_TITLE</description>
5177     +
5178     + <field
5179     + type="select"
5180     + id="dnsbl"
5181     + options="'enabled' => 'ENABLED',
5182     + 'disabled' => 'DISABLED'"
5183     + value="get_dnsbl()"
5184     + validation="nonblank">
5185     + <label>DNSBL_LABEL</label>
5186     + <description>DNSBL_DESCRIPTION</description>
5187     + </field>
5188     + <field
5189     + type="textarea"
5190     + id="rbllist"
5191     + size="80"
5192     + value="get_rbllist()"
5193     + validation="">
5194     + <label>RBLLIST_LABEL</label>
5195     + <description>RBLLIST_DESCRIPTION</description>
5196     + </field>
5197     + <field
5198     + type="select"
5199     + id="rhsbl"
5200     + options="'enabled' => 'ENABLED',
5201     + 'disabled' => 'DISABLED'"
5202     + value="get_rhsbl()"
5203     + validation="nonblank">
5204     + <label>RHSBL_LABEL</label>
5205     + <description>RHSBL_DESCRIPTION</description>
5206     + </field>
5207     + <field
5208     + type="textarea"
5209     + id="sbllist"
5210     + size="80"
5211     + value="get_sbllist()"
5212     + validation="">
5213     + <label>SBLLIST_LABEL</label>
5214     + <description>SBLLIST_DESCRIPTION</description>
5215     + </field>
5216     +
5217     + <subroutine src="print_button('SAVE')" />
5218     + </page>
5219     +
5220     + <page name="WBL_PAGE_BLACK"
5221     + pre-event="turn_off_buttons()"
5222     + post-event="create_modify_black" >
5223     +
5224     + <description>BLACK_TITLE</description>
5225     +
5226     + <field
5227     + type="textarea"
5228     + id="badhelo"
5229     + value="get_badhelo()"
5230     + validation="">
5231     + <label>BADHELO_LABEL</label>
5232     + <description>BADHELO_DESCRIPTION</description>
5233     + </field>
5234     +
5235     + <field
5236     + type="textarea"
5237     + id="badmailfrom"
5238     + value="get_badmailfrom()"
5239     + validation="">
5240     + <label>BADMAILFROM_LABEL</label>
5241     + <description>BADMAILFROM_DESCRIPTION</description>
5242     + </field>
5243     +
5244     + <field
5245     + type="textarea"
5246     + id="blacklistfrom"
5247     + value="get_blacklistfrom()"
5248     + validation="">
5249     + <label>BLACKLISTFROM_LABEL</label>
5250     + <description>BLACKLISTFROM_DESCRIPTION</description>
5251     + </field>
5252     +
5253     + <subroutine src="print_button('SAVE')" />
5254     + </page>
5255     +
5256     + <page name="WBL_PAGE_WHITE"
5257     + pre-event="turn_off_buttons()"
5258     + post-event="create_modify_white" >
5259     +
5260     + <description>WHITE_TITLE</description>
5261     +
5262     + <field
5263     + type="textarea"
5264     + id="whitelisthosts"
5265     + value="get_whitelisthosts()"
5266     + validation="">
5267     + <label>WHITELISTHOSTS_LABEL</label>
5268     + <description>WHITELISTHOSTS_DESCRIPTION</description>
5269     + </field>
5270     +
5271     + <field
5272     + type="textarea"
5273     + id="whitelisthelo"
5274     + value="get_whitelisthelo()"
5275     + validation="">
5276     + <label>WHITELISTHELO_LABEL</label>
5277     + <description>WHITELISTHELO_DESCRIPTION</description>
5278     + </field>
5279     +
5280     + <field
5281     + type="textarea"
5282     + id="whitelistsenders"
5283     + value="get_whitelistsenders()"
5284     + validation="">
5285     + <label>WHITELISTSENDERS_LABEL</label>
5286     + <description>WHITELISTSENDERS_DESCRIPTION</description>
5287     + </field>
5288     +
5289     + <field
5290     + type="textarea"
5291     + id="whitelistfrom"
5292     + value="get_whitelistfrom()"
5293     + validation="">
5294     + <label>WHITELISTFROM_LABEL</label>
5295     + <description>WHITELISTFROM_DESCRIPTION</description>
5296     + </field>
5297     +
5298     + <subroutine src="print_button('SAVE')" />
5299     + </page>
5300     +
5301     +</form>
5302     diff -urN smeserver-wbl-0.5.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/wbl.pm smeserver-wbl-0.5.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/wbl.pm
5303     --- smeserver-wbl-0.5.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/wbl.pm 1970-01-01 04:00:00.000000000 +0400
5304     +++ smeserver-wbl-0.5.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/wbl.pm 2020-11-29 22:33:36.000000000 +0400
5305     @@ -0,0 +1,415 @@
5306     +#!/usr/bin/perl -w
5307     +package esmith::FormMagick::Panel::wbl;
5308     +
5309     +use strict;
5310     +use warnings;
5311     +use esmith::FormMagick;
5312     +use esmith::ConfigDB;
5313     +use esmith::cgi;
5314     +use esmith::util;
5315     +use File::Basename;
5316     +use Exporter;
5317     +use Carp qw(verbose);
5318     +
5319     +our @ISA = qw(esmith::FormMagick Exporter);
5320     +
5321     +our @EXPORT = qw();
5322     +
5323     +our $VERSION = sprintf '%d.%03d', q$Revision: 1.1 $ =~ /: (\d+).(\d+)/;
5324     +
5325     +our $db = esmith::ConfigDB->open() or die "Couldn't open ConfigDB\n";
5326     +our $wdb = esmith::ConfigDB->open('wbl') or die "Couldn't open wbl dbase\n";
5327     +our $sdb = esmith::ConfigDB->open('spamassassin') or die "Couldn't open spamassassin dbase\n";
5328     +
5329     +sub get_dnsbl
5330     +{
5331     + return ($db->get_prop('qpsmtpd', 'DNSBL') || 'disabled');
5332     +}
5333     +
5334     +sub get_rhsbl
5335     +{
5336     + return ($db->get_prop('qpsmtpd', 'RHSBL') || 'disabled');
5337     +}
5338     +
5339     +sub get_sbllist
5340     +{
5341     +my $sbllistform = $db->get_prop('qpsmtpd', 'SBLList') || '';
5342     +$sbllistform =~ s/,/\n/g;
5343     +return $sbllistform;
5344     +}
5345     +
5346     +sub get_rbllist
5347     +{
5348     +my $rbllistform = $db->get_prop('qpsmtpd', 'RBLList') || '';
5349     +$rbllistform =~ s/,/\n/g;
5350     +return $rbllistform;
5351     +}
5352     +
5353     +sub get_badhelo
5354     +{
5355     + my %list = $wdb->get('badhelo')->props;
5356     +
5357     + my @badhelo = ();
5358     + my $parameter = "";
5359     + my $value = "";
5360     + while (($parameter,$value) = each(%list)) {
5361     + if ($parameter eq "type") {next;}
5362     +
5363     + if ($value eq "Black") {
5364     + push @badhelo, $parameter;
5365     + }
5366     + }
5367     +
5368     + return "" unless (scalar @badhelo);
5369     +
5370     + return join "\n", sort(@badhelo);
5371     +}
5372     +
5373     +sub get_badmailfrom
5374     +{
5375     + my %list = $wdb->get('badmailfrom')->props;
5376     +
5377     + my @badmailfrom = ();
5378     + my $parameter = "";
5379     + my $value = "";
5380     + while (($parameter,$value) = each(%list)) {
5381     + if ($parameter eq "type") {next;}
5382     +
5383     + if ($value eq "Black") {
5384     + push @badmailfrom, $parameter;
5385     + }
5386     + }
5387     +
5388     + return "" unless (scalar @badmailfrom);
5389     +
5390     + return join "\n", sort(@badmailfrom);
5391     +}
5392     +
5393     +sub get_whitelisthosts
5394     +{
5395     + my %list = $wdb->get('whitelisthosts')->props;
5396     +
5397     + my @whitelisthosts = ();
5398     + my $parameter = "";
5399     + my $value = "";
5400     + while (($parameter,$value) = each(%list)) {
5401     + if ($parameter eq "type") {next;}
5402     +
5403     + if ($value eq "White") {
5404     + push @whitelisthosts, $parameter;
5405     + }
5406     + }
5407     +
5408     + return "" unless (scalar @whitelisthosts);
5409     +
5410     + return join "\n", sort(@whitelisthosts);
5411     +}
5412     +
5413     +sub get_whitelisthelo
5414     +{
5415     + my %list = $wdb->get('whitelisthelo')->props;
5416     +
5417     + my @whitelisthelo = ();
5418     + my $parameter = "";
5419     + my $value = "";
5420     + while (($parameter,$value) = each(%list)) {
5421     + if ($parameter eq "type") {next;}
5422     +
5423     + if ($value eq "White") {
5424     + push @whitelisthelo, $parameter;
5425     + }
5426     + }
5427     +
5428     + return "" unless (scalar @whitelisthelo);
5429     +
5430     + return join "\n", sort(@whitelisthelo);
5431     +}
5432     +
5433     +sub get_whitelistsenders
5434     +{
5435     + my %list = $wdb->get('whitelistsenders')->props;
5436     +
5437     + my @whitelistsenders = ();
5438     + my $parameter = "";
5439     + my $value = "";
5440     + while (($parameter,$value) = each(%list)) {
5441     + if ($parameter eq "type") {next;}
5442     +
5443     + if ($value eq "White") {
5444     + push @whitelistsenders, $parameter;
5445     + }
5446     + }
5447     +
5448     + return "" unless (scalar @whitelistsenders);
5449     +
5450     + return join "\n", sort(@whitelistsenders);
5451     +}
5452     +
5453     +sub get_whitelistfrom
5454     +{
5455     + my %list = $sdb->get('wbl.global')->props;
5456     +
5457     + my @whitelistfrom = ();
5458     + my $parameter = "";
5459     + my $value = "";
5460     + while (($parameter,$value) = each(%list)) {
5461     + if ($parameter eq "type") {next;}
5462     +
5463     + if ($value eq "White") {
5464     + push @whitelistfrom, $parameter;
5465     + }
5466     + }
5467     +
5468     + return "" unless (scalar @whitelistfrom);
5469     +
5470     + return join "\n", sort(@whitelistfrom);
5471     +}
5472     +
5473     +sub create_modify_black
5474     +{
5475     + my $fm = shift;
5476     + my $q = $fm->{'cgi'};
5477     +
5478     + # qmail badhelo
5479     + my %list = $wdb->get('badhelo')->props;
5480     + my $parameter = "";
5481     + my $value = "";
5482     + while (($parameter,$value) = each(%list)) {
5483     + if ($parameter eq "type") {next;}
5484     +
5485     + if ($value eq "Black") {
5486     + $wdb->get_prop_and_delete('badhelo', "$parameter");
5487     + }
5488     + }
5489     +
5490     + my $BadHelo = $q->param("badhelo");
5491     + $BadHelo =~ s/\r\n/,/g;
5492     + my @BadHelo = sort(split /,/, $BadHelo);
5493     + foreach $BadHelo (@BadHelo)
5494     + {
5495     + $wdb->set_prop('badhelo', "$BadHelo", 'Black');
5496     + }
5497     +
5498     + # qmail badmailfrom
5499     + my %list_badmailfrom = $wdb->get('badmailfrom')->props;
5500     + my $parameter_badmailfrom = "";
5501     + my $value_badmailfrom = "";
5502     + while (($parameter_badmailfrom,$value_badmailfrom) = each(%list_badmailfrom)) {
5503     + if ($parameter_badmailfrom eq "type") {next;}
5504     +
5505     + if ($value_badmailfrom eq "Black") {
5506     + $wdb->get_prop_and_delete('badmailfrom', "$parameter_badmailfrom");
5507     + }
5508     + }
5509     +
5510     + my $BadMailFrom = $q->param("badmailfrom");
5511     + $BadMailFrom =~ s/\r\n/,/g;
5512     + my @BadMailFrom = sort(split /,/, $BadMailFrom);
5513     + foreach $BadMailFrom (@BadMailFrom){
5514     + $wdb->set_prop('badmailfrom', "$BadMailFrom", 'Black');
5515     + }
5516     + # spamassassin blacklist_from
5517     + my %list_wblglobal = $sdb->get('wbl.global')->props;
5518     + my $parameter_wblglobal = "";
5519     + my $value_wblglobal = "";
5520     + while (($parameter_wblglobal,$value_wblglobal) = each(%list_wblglobal)) {
5521     + if ($parameter_wblglobal eq "type") {next;}
5522     +
5523     + if ($value_wblglobal eq "Black") {
5524     + $sdb->get_prop_and_delete('wbl.global', "$parameter_wblglobal");
5525     + }
5526     + }
5527     +
5528     + my $BlacklistFrom = $q->param("blacklistfrom");
5529     + $BlacklistFrom =~ s/\r\n/,/g;
5530     + my @BlacklistFrom = sort(split /,/, $BlacklistFrom);
5531     + foreach $BlacklistFrom (@BlacklistFrom){
5532     + $sdb->set_prop('wbl.global', "$BlacklistFrom", 'Black');
5533     + }
5534     +
5535     + ##Update email settings
5536     + unless ( system ("/sbin/e-smith/signal-event", "smeserver-wbl-update") == 0 ){
5537     + $fm->error('ERROR_UPDATING');
5538     + return undef;
5539     + }
5540     +
5541     + $fm->success('SUCCESS');
5542     +}
5543     +
5544     +sub create_modify_white
5545     +{
5546     + my $fm = shift;
5547     + my $q = $fm->{'cgi'};
5548     +
5549     + # qpsmtpd whitelisthosts
5550     + my %list = $wdb->get('whitelisthosts')->props;
5551     + my $parameter = "";
5552     + my $value = "";
5553     + while (($parameter,$value) = each(%list)) {
5554     + if ($parameter eq "type") {next;}
5555     +
5556     + if ($value eq "White") {
5557     + $wdb->get_prop_and_delete('whitelisthosts', "$parameter");
5558     + }
5559     + }
5560     +
5561     + my $WhitelistHosts = $q->param("whitelisthosts");
5562     + $WhitelistHosts =~ s/\r\n/,/g;
5563     + my @WhitelistHosts = sort(split /,/, $WhitelistHosts);
5564     + foreach $WhitelistHosts (@WhitelistHosts)
5565     + {
5566     + $wdb->set_prop('whitelisthosts', "$WhitelistHosts", 'White');
5567     + }
5568     +
5569     + # qpsmtpd whitelisthelo
5570     + my %list_whitelisthelo = $wdb->get('whitelisthelo')->props;
5571     + my $parameter_whitelisthelo = "";
5572     + my $value_whitelisthelo = "";
5573     + while (($parameter_whitelisthelo,$value_whitelisthelo) = each(%list_whitelisthelo)) {
5574     + if ($parameter_whitelisthelo eq "type") {next;}
5575     +
5576     + if ($value_whitelisthelo eq "White") {
5577     + $wdb->get_prop_and_delete('whitelisthelo', "$parameter_whitelisthelo");
5578     + }
5579     + }
5580     +
5581     + my $WhitelistHelo = $q->param("whitelisthelo");
5582     + $WhitelistHelo =~ s/\r\n/,/g;
5583     + my @WhitelistHelo = sort(split /,/, $WhitelistHelo);
5584     + foreach $WhitelistHelo (@WhitelistHelo)
5585     + {
5586     + $wdb->set_prop('whitelisthelo', "$WhitelistHelo", 'White');
5587     + }
5588     +
5589     + # qpsmtpd whitelistsenders
5590     + my %list_whitelistsenders = $wdb->get('whitelistsenders')->props;
5591     + my $parameter_whitelistsenders = "";
5592     + my $value_whitelistsenders = "";
5593     + while (($parameter_whitelistsenders,$value_whitelistsenders) = each(%list_whitelistsenders)) {
5594     + if ($parameter_whitelistsenders eq "type") {next;}
5595     +
5596     + if ($value_whitelistsenders eq "White") {
5597     + $wdb->get_prop_and_delete('whitelistsenders', "$parameter_whitelistsenders");
5598     + }
5599     + }
5600     +
5601     + my $WhitelistSenders = $q->param("whitelistsenders");
5602     + $WhitelistSenders =~ s/\r\n/,/g;
5603     + my @WhitelistSenders = sort(split /,/, $WhitelistSenders);
5604     + foreach $WhitelistSenders (@WhitelistSenders)
5605     + {
5606     + $wdb->set_prop('whitelistsenders', "$WhitelistSenders", 'White');
5607     + }
5608     +
5609     + # spamassassin whitelist_from
5610     + my %list_wblglobal = $sdb->get('wbl.global')->props;
5611     + my $parameter_wblglobal = "";
5612     + my $value_wblglobal = "";
5613     + while (($parameter_wblglobal,$value_wblglobal) = each(%list_wblglobal)) {
5614     + if ($parameter_wblglobal eq "type") {next;}
5615     +
5616     + if ($value_wblglobal eq "White") {
5617     + $sdb->get_prop_and_delete('wbl.global', "$parameter_wblglobal");
5618     + }
5619     + }
5620     +
5621     + my $WhitelistFrom = $q->param("whitelistfrom");
5622     + $WhitelistFrom =~ s/\r\n/,/g;
5623     + my @WhitelistFrom = sort(split /,/, $WhitelistFrom);
5624     + foreach $WhitelistFrom (@WhitelistFrom){
5625     + $sdb->set_prop('wbl.global', "$WhitelistFrom", 'White');
5626     + }
5627     +
5628     + ##Update email settings
5629     + unless ( system ("/sbin/e-smith/signal-event", "smeserver-wbl-update") == 0 ){
5630     + $fm->error('ERROR_UPDATING');
5631     + return undef;
5632     + }
5633     +
5634     + $fm->success('SUCCESS');
5635     +}
5636     +
5637     +sub email_update
5638     +{
5639     + my $fm = shift;
5640     + my $q = $fm->{'cgi'};
5641     +
5642     + unless ( system ("/sbin/e-smith/signal-event", "smeserver-wbl-update") == 0 )
5643     + {
5644     + $fm->error('ERROR_UPDATING');
5645     + return undef;
5646     + }
5647     +
5648     + $fm->success('SUCCESS');
5649     +
5650     +}
5651     +
5652     +sub get_blacklistfrom
5653     +{
5654     + my %list = $sdb->get('wbl.global')->props;
5655     +
5656     + my @blacklistfrom = ();
5657     + my $parameter = "";
5658     + my $value = "";
5659     + while (($parameter,$value) = each(%list)) {
5660     + if ($parameter eq "type") {next;}
5661     +
5662     + if ($value eq "Black") {
5663     + push @blacklistfrom, $parameter;
5664     + }
5665     + }
5666     +
5667     + return "" unless (scalar @blacklistfrom);
5668     +
5669     + return join "\n", sort(@blacklistfrom);
5670     +}
5671     +sub create_modify_rbl
5672     +{
5673     + my $fm = shift;
5674     + my $q = $fm->{'cgi'};
5675     +
5676     + my $dnsbl = $q->param('dnsbl');
5677     + $db->set_prop('qpsmtpd', 'DNSBL', "$dnsbl");
5678     +
5679     + my $rhsbl = $q->param('rhsbl');
5680     + $db->set_prop('qpsmtpd', 'RHSBL', "$rhsbl");
5681     +
5682     +
5683     + my $sbllistcgi = $q->param('sbllist');
5684     + my @sbllistcgi = split /\s{2,}/, $sbllistcgi;
5685     + my $sbllistdb = '';
5686     + foreach (@sbllistcgi) { $sbllistdb = $sbllistdb . ',' . $_; }
5687     + $sbllistdb =~ s/^,//;
5688     +
5689     + $db->set_prop('qpsmtpd', 'SBLList', "$sbllistdb");
5690     +
5691     +
5692     + my $rbllistcgi = $q->param('rbllist');
5693     + my @rbllistcgi = split /\s{2,}/, $rbllistcgi;
5694     + my $rbllistdb = '';
5695     + foreach (@rbllistcgi) { $rbllistdb = $rbllistdb . ',' . $_; }
5696     + $rbllistdb =~ s/^,//;
5697     +
5698     + $db->set_prop('qpsmtpd', 'RBLList', "$rbllistdb");
5699     +
5700     + ##Update email settings
5701     +
5702     + unless ( system ("/sbin/e-smith/signal-event", "smeserver-wbl-update") == 0 ){
5703     + $fm->error('ERROR_UPDATING');
5704     + return undef;
5705     + }
5706     +
5707     + $fm->success('SUCCESS');
5708     +}
5709     +
5710     +#Subroutine to display buttons
5711     +sub print_custom_button{
5712     + my ($fm,$desc,$url) = @_;
5713     + my $q = $fm->{cgi};
5714     + $url="wbl?page=0&page_stack=&Next=Next&wherenext=".$url;
5715     + print " <tr>\n <td colspan='2'>\n";
5716     + print $q->p($q->a({href => $url, -class => "button-like"},$fm->localise($desc)));
5717     + print qq(</tr>\n);
5718     + return undef;
5719     +}
5720     +1;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed