initial commit of file from CVS for smeserver-mxbackup on Sat Sep 7 20:44:45 AEST 2024

This commit is contained in:
Trevor Batley 2024-09-07 20:44:45 +10:00
parent 9a401a3cbe
commit 41ac27ebb3
43 changed files with 4482 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.rpm
*.log
*spec-20*
*.tar.gz

21
Makefile Normal file
View File

@ -0,0 +1,21 @@
# Makefile for source rpm: smeserver-mxbackup
# $Id: Makefile,v 1.1 2022/08/31 15:23:04 jcrisp Exp $
NAME := smeserver-mxbackup
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,3 +1,15 @@
# smeserver-mxbackup # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-mxbackup
SMEServer Koozali developed git repo for smeserver-mxbackup smecontribs SMEServer Koozali developed git repo for smeserver-mxbackup smecontribs
## Wiki
<br />https://wiki.koozali.org/Mxbackup
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-mxbackup&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
*Once it has been checked, then this comment will be deleted*
<br />

340
additional/COPYING Executable file
View File

@ -0,0 +1,340 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

1
contriborbase Normal file
View File

@ -0,0 +1 @@
contribs10

32
createlinks Executable file
View File

@ -0,0 +1,32 @@
#!/usr/bin/perl -w
# This script creates the symlinks needed by this RPM
# Specific support exists to create symlinks within e-smith web "panels"
# and for links from named "events" directories into the "actions" directory
#sub safe_symlink {
# my ($from, $to) = @_;
# use File::Basename;
# use File::Path;
# mkpath(dirname($to));
# unlink($to);
# symlink($from, $to) or die "Can't create symlink from $from to $to: $!";
#}
#sub panel_link
#{
# my ($function, $panel) = @_;
#
# my $cgibin = "root/etc/e-smith/web/panels/$panel/cgi-bin";
#
# safe_symlink("../../../functions/$function",
# "$cgibin/$function")
#}
use esmith::Build::CreateLinks qw(:all);
#--------------------------------------------------
# functions for manager panel
#--------------------------------------------------
my $panel = "manager";
panel_link("mxbackup", $panel);

BIN
root/etc/e-smith/GreenLight.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
root/etc/e-smith/RedLight.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1 @@
disabled

View File

@ -0,0 +1 @@
service

View File

@ -0,0 +1,122 @@
<lexicon lang="bg">
<entry>
<base>FORM_TITLE</base>
<trans>Конфигурация на функционирането на резервния MX</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> По подразбиране SME наистина мрази да бъде ретранслатор на пощата. Това означава че, ако някой извън локалната(ите) мера(и) опита да изпрати до SME сървъра поща за домейн, който не е негов, съобщението ще бъде отхвърлено.</p> <p> Но можете да изберете да бъдете втори пощенски сървър (или MX Backup) за някой друг хост или домейн. В този случай, трябва да зададете домейните или имената на хостовете, които ще резервирате. Трябва също да укажете дали ще приемате поща само за този хост (ще приемате ел. адреси <tt>this_guy@bar.foo</tt> но няма да приемате <tt>this_other@big.bar.foo</tt>) или един цял домейн с всичките му под-домейни (пощенски адреси от вида <tt>this_guy@*.bar.foo</tt>) </p> <p> Някои интересни неща: </p> <p> <ul> <li>Това е само една част от конфигурацията. Това ще работи само ако DNS на домейните, които планирате да резервирате са правилно настроени (по-точно: Вашият сървър трябва да е MX с приоритет по-висок от 'истинския' MX сървър) <li>Можете да изберете между домейн и хост, но запомнете: Не можете да избирате пощенска кутия (лявата част на ел. адрес) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Създаване на ново правило за MX-Backup</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Включи MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup e включен</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Изключи MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup е изключен</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>Таблицата по-долу показва правилото за MX Backup, което ще добавите. Ако Ви харесва, натиснете бутона &quot;Добави&quot;. Ако не, натиснете бутона &quot;Cancel&quot;.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>Таблицата по-долу показва правилото за MX Backup, което ще премахнете. Ако сте сигурни, натиснете бутона &quot;Премахни&quot;. Ако не, натиснете бутона &quot;Cancel&quot;.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>По-долу ще видите таблица с текущите mx-backup правила настроени на този сървър. Щракнете на връзката &quot;Премахни&quot; за да премахнете съответното правило.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>Няма резервни MX хостове или домейни в системата.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Задайте името на домейна или хоста, който планирате да резервирате. Ако планирате да резервирате цял домейн изберете 'Домейн'. Ако не сте сигурни, това е най-правилния избор. Ако искате само да бъдете резервен MX за един хост (и без други хостове, които могат да са от под-домейни на този хост) тогава изберете 'Хост'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Домейн</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Хост</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Интернет име</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>ХОСТ или ДОМЕЙН</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Конфигурация</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>Резервна конфигурация MX</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Запис</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Добави</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Следващ</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Отказ</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Промяната в резервната конфигурация на MX беше успешно записана.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Премахване</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Не може да се прочете записа за mxbackup от базата му с данни.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Неподдържан режим.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>Името, което сте дали не изглежда като валидно интернет име. Името трябва да съдържа само големи, малки букви, цифри и тирета '-'. Името трябва да съдържа между 1 и 4 точки. последната дума (tld) може да съдържа само букви и трябва да поне 2 знака дълга, но не повече от 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Действие</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ВКЛЮЧЕН</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>ИЗКЛЮЧЕН</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="da">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domæne</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Vært</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Opsætning</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Gem</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Tilføj</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Næste</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Fortryd</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Fjern</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Ikke understøttet form.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Aktivitet</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>AKTIVERET</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DEAKTIVERET</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="de">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domäne</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuration</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Speichern</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Hinzufügen</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Weiter</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Abbrechen</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Entfernen</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Nicht unterstützter Modus.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Aktion</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>Eingeschaltet</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>Ausgeschaltet</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="el">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Τομέας</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Ρύθμιση παραμέτρων συστήματος</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Αποθήκευση</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Προσθήκη</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Επόμενο</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Ακύρωση</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Διαγραφή</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Μη-υποστηριζόμενη κατάσταση λειτουργίας.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Ενέργεια</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,182 @@
<lexicon lang="en-us">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[
<p>
By default, SME really hate to be a mail relay. This means
that, if someone outside your local(s) network(s)
try to send to your SME box a mail for
a domain that is not owned by this SME box, the mail is
rejected.</p>
<p>
But you can choose to be a second mail server (or MX Backup)
for some others
hosts or domains. In this case, you have to set the
domains or hosts names that you plan to backup.
You have also to say if you accept only one precise host
( you accept mail address like <tt>this_guy@bar.foo</tt>
but you won't accept <tt>this_other@big.bar.foo</tt>)
or one complete domain with all
subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>)
</p>
<p>
Some point of interest :
</p>
<p>
<ul>
<li>This is only one part of the configuration. This will
only work if the DNS of the domains you plan to backup are
correctly set (that is : your server should be a MX with a
priority higher than the 'real' MX server)
<li>You can choose between a domain and a host, but remember :
You cannot choose the mailbox ( The left part of the E-Mail address )
</ul>
</p>
]]>
</trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule
that you are about to add. If you are satisfied with the rule,
click the &quot;Add&quot; button. If you are not, click the
&quot;Cancel&quot; button.
</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule
that you are about to remove. If you are sure you want to
remove the rule, click the &quot;Remove&quot; button. If not,
click the &quot;Cancel&quot; button.
</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>
Below you will find a table summarizing the current
mx-backup rules installed on this server. Click on the
&quot;Remove&quot; link to remove the corresponding rule.
</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[
<p>
Set the domain name or host name you plan to 'MX Backup'.
If you plan to backup an entire domain select 'Domain'.
If you're unsure, this is the most sensible choice.
If you only want to act as a MX Backup for one host (and
no others hosts that could be sub-domains of this host) then
select 'Host'.
</p>
]]>
</trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domain</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuration</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Save</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Add</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Next</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Cancel</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been
successfully saved.
</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Remove</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup
database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet
Name.The name should only contain uppercase, lowercase, numbers and the '-' digit.
The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and
it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Action</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="es">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Dominio</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Anfitrión</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuración</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Guardar</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Agregar</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Siguiente</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Cancelar</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Eliminar</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Modo no soportado.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Acción</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>HABILITADO</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DESHABILITADO</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="et">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domeen</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Seadistused</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Salvesta</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Lisa</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Edasi</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Tühista</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Eemalda</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Tegevus</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="fr">
<entry>
<base>FORM_TITLE</base>
<trans>Configurer la fonctionnalité MX Backup</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><! [CDATA [<p> Par défaut, SME déteste vraiment être un relais de messagerie. Cela signifie que, si quelqu'un en dehors de votre (vos) réseau(x) local (locaux) essaie d'envoyer à votre boîte SME un courriel pour un domaine qui n'appartient pas à cette boîte SME, le courriel est rejeté. </p> <p> Mais vous pouvez choisir d'être un deuxième serveur de messagerie (ou MX Backup) pour certains autres hôtes ou domaines. Dans ce cas, vous devez définir les noms de domaines ou d'hôtes que vous prévoyez de sauvegarder. Vous devez également dire si vous n'acceptez qu'un seul hôte précis (vous acceptez une adresse courriel comme <tt> this_guy@bar.foo </tt> mais vous n'accepterez pas <tt> this_other@big.bar.foo </tt> ) ou un domaine complet avec tous les sous-domaines (adresse courriel au format <tt> this_guy@*.bar.foo. </tt>) </p> <p> Un point d'intérêt : </p> <p> <ul> <li> ce n'est qu'une partie de la configuration. Cela ne fonctionnera que si les DNS des domaines que vous prévoyez de sauvegarder sont correctement définis (c'est-à-dire que votre serveur doit être un MX avec une priorité plus élevée que le « vrai » serveur MX). <li> Vous pouvez choisir entre un domaine et un hôte, mais rappelez-vous : vous ne pouvez pas choisir la boîte aux lettres (la partie gauche de l'adresse de courriel) </ul> </p>]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Créer une nouvelle règle MX-Backup</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Activer MX-Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX-Backup est activé</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Désactiver MX-Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX-Backup est désactivé</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>Le tableau suivant résume la règle de sauvegarde MX que vous êtes sur le point d'ajouter. Si vous êtes satisfait de la règle, cliquez sur le bouton &quot;Ajouter&quot;. Si ce n'est pas le cas, cliquez sur le bouton &quot;Annuler&quot;. </trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>Le tableau suivant résume la règle de sauvegarde MX que vous êtes sur le point de supprimer. Si vous êtes sûr de vouloir supprimer la règle, cliquez sur le bouton &quot;Supprimer&quot;. Sinon, cliquez sur le bouton &quot;Annuler&quot;.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Vous trouverez ci-dessous un tableau récapitulant les règles mx-backup actuelles installées sur ce serveur. Cliquez sur le bouton &quot;Supprimer&quot; pour supprimer la règle correspondante. </trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>Il n'y a actuellement aucun hôte ou domaine de « MX Backup » sur ce système.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><! [CDATA [<p> Définissez le nom de domaine ou le nom d'hôte que vous prévoyez en « Sauvegarde MX ». Si vous prévoyez de sauvegarder un domaine entier, sélectionnez « Domaine ». Si vous n'êtes pas sûr, c'est le choix le plus judicieux. Si vous souhaitez uniquement agir en tant que sauvegarde MX pour un hôte (et pour aucun autre hôte pouvant être des sous-domaines de cet hôte), sélectionnez « Hôte ». </p>]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domaine</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Hôte</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Nom internet</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HÔTE ou DOMAINE</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuration</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>Configuration MX Backup</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Enregistrer</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Ajouter</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Suivant</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Annuler</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Vos modifications de configuration du MX Backup ont été correctement enregistrées.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Supprimer</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Impossible de récupérer l'enregistrement mxbackup de la base de données mxbackup.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Mode non pris en charge.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>Le nom que vous avez donné ne semble pas être un nom Internet valide. Le nom ne doit contenir que des majuscules, des minuscules, des chiffres et le caractère «-». Le nom doit contenir entre 1 et 4 points. Le dernier mot (le tld) ne peut contenir que des lettres et il ne doit pas comporter moins de 2 caractères, mais pas plus de 5. </trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Action</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>Activé</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>Désactivé</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="he">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domain</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>קונפיגורציה</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>שמור</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>הוסף</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Next</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Cancel</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>הסרה</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>פעולה</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="hu">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domén</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Gép</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Konfiguráció</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Mentés</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Hozzáad</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Következő</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Mégsem</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Eltávolít</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Nem támogatott mód.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Művelet</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="id">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domain</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Konfigurasi</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Simpan</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Tambah</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Selanjutnya</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Batal</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Hapus</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Mode tidak didukung.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Aksi</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="it">
<entry>
<base>FORM_TITLE</base>
<trans>Configurare la funzione MX Backup</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Per default, SME non è configurato per agire da mail relay. Ciò significa che, se dall'esterno della(e) vostra(e) rete(i) locale(i) si tenta di inviare al vostro SME server una mail per un dominio che non risiede sul server, la mail viene rifiutata.</p> <p> Ma si può scegliere di configurarlo come mail server secondario (o MX Backup) per altri host/domini. In questo caso, si devono impostare i nomi host o di dominio di cui si prevede di fare il backup. Si deve anche scegliere se accettare un host ben preciso (si accettano indirizzi come <tt>this_guy@bar.foo</tt> ma non si accetta <tt>this_other@big.bar.foo</tt>) o un dominio completo con tutti i sottodomini (indirizzi nella forma <tt>this_guy@*.bar.foo</tt>) </p> <p> Alcuni chiarimenti: </p> <p> <ul> <li>questa è solo una parte della configurazione. Questo funzionerà solo se il DNS dei domini di cui si vuol fare il backup sono impostati correttamente (vale a dire: il server deve essere un MX con una priorità più bassa (es.: MX(20)) server MX 'reale' (es. MX(10)) - priorità più bassa = numero più alto) <li>Si può scegliere tra un dominio e un host, ma ricordare che non si può scegliere una casella di posta (La parte di sinistra dell'indirizzo di posta) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Creare una nuova regola MX-Backup</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Abilita MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup è abilitato</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disabilita MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup è disabilitato</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>La tabella seguente riassume le regole MX Backup che si stanno per aggiungere. Per accettare la regola, fare click su &quot;Aggiungi&quot; . Per non accettare, fare click su &quot;Annulla&quot; .</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>La tabella seguente riassume le regole MX Backup che si stanno per eliminare. Per eliminare la regola, fare click su &quot;Rimuovi&quot; . Per non accettare, fare click su &quot;Annulla&quot; .</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Qui sotto si trova una tabella che riassume le regole di mx-backup correntemente installate sul server. Fare click su &quot;Rimuovi&quot; per eliminare la regola correspondente.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>Attualmente non è configurato nessun host o dominio 'MX Backuped' sul sistema.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Impostare in nome dominio o host a cui si vuole collegare un 'MX Backup'. Se si intende fare il backup di un intero dominio selezionare 'Domain'. Se non siete sicuri questa è la scelta più delicata. Se volete agire come MX Backup per un solo host (e per nessun altro host che possa essere un sotto-dominio di questo host) allora selezionare 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Dominio</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Nome Internet</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST o DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configurazione</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>Configurazione MX Backup</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Salva</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Aggiungi</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Avanti</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Annulla</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>La modifica alla configurazione di MX Backup è stata salvata.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Rimuovi</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Impossibile trovare il record mxbackup nel database corrispondente.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Modo non supportato.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>Il nome inserito non è un Nome Internet valido. Il nome può contenere solo lettere maiuscole/minuscole, numeri e il carattere '-'. Il nome può contenere tra 1 e 4 punti. L'ultima parola (il tld) può solo contenere lettere e deve avere almeno 2 caratteri ma non più di 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Azione</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ABILITATO</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABILITATO</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="ja">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>ドメイン</trans>
</entry>
<entry>
<base>HOST</base>
<trans>ホスト</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>設定</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>保存</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>追加</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>次へ</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>取消し</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>削除</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Action</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="nb">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domene</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Vert</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Oppsett</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Lagre</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Legg til</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Neste</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Avbryt</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Fjern</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Modus ikke støttet.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Handling</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="nl">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domein</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuratie</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Opslaan</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Toevoegen</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Volgende</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Annuleer</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Verwijderen</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Niet ondersteunde modus.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Actie</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>AAN</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>UIT</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="pl">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domena</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Komputer</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Konfiguracja</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Zapisz</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Dodaj</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Dalej</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Anuluj</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Usuń</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Action</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="pt-br">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domínio</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Máquina</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuração</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Salvar</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Adicionar</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Próximo</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Cancelar</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Remover</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Modo não suportado.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Ação</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>HABILITADO</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DESABILITADO</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="pt">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domínio</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Servidor</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configuração</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Salvar</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Adicionar</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Próximo</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Cancelar</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Remover</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Modo não suportado.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Ação</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>HABILITADO</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DESABILITADO</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="ro">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domain</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Configurare</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Salvează</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Adaugă</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Următorul</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Anulare</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Remove</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Acțiune</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ACTIV</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DEZACTIVAT</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="ru">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Домен</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Конфигурация</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Сохранить</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Добавить</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Далее</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Отмена</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Удалить</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Неподдерживаемый режим.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Действие</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="sl">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domena</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Konfiguracija</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Shrani</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Dodaj</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Naprej</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Preklici</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Odstrani</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Nepodprti nacin dela.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Izvedi</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="sv">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Domän</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Värd</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Konfiguration</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Spara</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Lägg till</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>Nästa</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>Avbryt</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Radera</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Ej stödd mod.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Verkställ</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>AKTIVERAD</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>AVAKTIVERAD</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="th">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>โดเมน</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>การตั้งค่าของระบบ</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>บันทึก</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>เพิ่ม</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>ถัดไป</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>ยกเลิก</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>ลบ</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>โหมดที่ไม่สนับสนุน</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>การดำเนินการ</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="tr">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>Etki alanı</trans>
</entry>
<entry>
<base>HOST</base>
<trans>Host</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>Konfigürasyon</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>Kaydet</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>Ekle</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>İleri</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>İptal</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>Kaldır</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Desteklenmeyen mod</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>Eylem</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>DISABLED</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="zh-cn">
<entry>
<base>FORM_TITLE</base>
<trans>设置 MX Backup 功能</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>创建新的 MX-Backup 规则</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>启用 MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup 已启用</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>禁用 MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup 已禁用</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>域名</trans>
</entry>
<entry>
<base>HOST</base>
<trans>主机</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>域名</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>主机名或域名</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>配置</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup 设置</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>保存</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>添加</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>下一步</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>取消</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>您对 MX Backup 的配置修改已保存.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>移除</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>在 mxbackup 的数据库里找不到 mxbackup 的相关记录.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>不支持的模式。</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>动作</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>启用</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>禁用</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,122 @@
<lexicon lang="zh-tw">
<entry>
<base>FORM_TITLE</base>
<trans>Configure the MX Backup function</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> By default, SME really hate to be a mail relay. This means that, if someone outside your local(s) network(s) try to send to your SME box a mail for a domain that is not owned by this SME box, the mail is rejected.</p> <p> But you can choose to be a second mail server (or MX Backup) for some others hosts or domains. In this case, you have to set the domains or hosts names that you plan to backup. You have also to say if you accept only one precise host ( you accept mail address like <tt>this_guy@bar.foo</tt> but you won't accept <tt>this_other@big.bar.foo</tt>) or one complete domain with all subdomain (mail address in form <tt>this_guy@*.bar.foo</tt>) </p> <p> Some point of interest : </p> <p> <ul> <li>This is only one part of the configuration. This will only work if the DNS of the domains you plan to backup are correctly set (that is : your server should be a MX with a priority higher than the 'real' MX server) <li>You can choose between a domain and a host, but remember : You cannot choose the mailbox ( The left part of the E-Mail address ) </ul> </p> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_CREATE</base>
<trans>Create a new MX-Backup rule</trans>
</entry>
<entry>
<base>BUTTON_LABEL_START_SERVICE</base>
<trans>Enable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_RUNNING</base>
<trans>MX Backup is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_STOP_SERVICE</base>
<trans>Disable MX Backup</trans>
</entry>
<entry>
<base>SERVICE_STOPPED</base>
<trans>MX Backup is Disabled</trans>
</entry>
<entry>
<base>SUMMARY_ADD_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to add. If you are satisfied with the rule, click the &quot;Add&quot; button. If you are not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SUMMARY_REMOVE_DESC</base>
<trans>The following table summarizes the MX Backup rule that you are about to remove. If you are sure you want to remove the rule, click the &quot;Remove&quot; button. If not, click the &quot;Cancel&quot; button.</trans>
</entry>
<entry>
<base>SHOW_MXBACKUP</base>
<trans>Below you will find a table summarizing the current mx-backup rules installed on this server. Click on the &quot;Remove&quot; link to remove the corresponding rule.</trans>
</entry>
<entry>
<base>NO_MXBACKUP</base>
<trans>There are currently no 'MX Backuped' hosts or domains on the system.</trans>
</entry>
<entry>
<base>CREATE_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Set the domain name or host name you plan to 'MX Backup'. If you plan to backup an entire domain select 'Domain'. If you're unsure, this is the most sensible choice. If you only want to act as a MX Backup for one host (and no others hosts that could be sub-domains of this host) then select 'Host'. </p> ]]></trans>
</entry>
<entry>
<base>DOMAIN</base>
<trans>網域</trans>
</entry>
<entry>
<base>HOST</base>
<trans>主機</trans>
</entry>
<entry>
<base>LABEL_NAME</base>
<trans>Internet Name</trans>
</entry>
<entry>
<base>LABEL_HOST_DOMAIN</base>
<trans>HOST or DOMAIN</trans>
</entry>
<entry>
<base>Configuration</base>
<trans>設定組態</trans>
</entry>
<entry>
<base>MX-Backup</base>
<trans>MX Backup Configuration</trans>
</entry>
<entry>
<base>SAVE</base>
<trans>儲存</trans>
</entry>
<entry>
<base>APPLY</base>
<trans>新增</trans>
</entry>
<entry>
<base>NEXT</base>
<trans>下一步</trans>
</entry>
<entry>
<base>CANCEL</base>
<trans>取消</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Your change to the MX Backup configuration has been successfully saved.</trans>
</entry>
<entry>
<base>REMOVE</base>
<trans>移除</trans>
</entry>
<entry>
<base>ERR_NO_MXBACKUP_RECORD</base>
<trans>Cannot retrieve mxbackup record from the mxbackup database.</trans>
</entry>
<entry>
<base>ERR_UNSUPPORTED_MODE</base>
<trans>Unsupported mode.</trans>
</entry>
<entry>
<base>ERR_BADNAME</base>
<trans>The name you gave don't seems to be a valid Internet Name.The name should only contain uppercase, lowercase, numbers and the '-' digit. The name should contain between 1 and 4 dot. The last word (the tld) can only contains letters and it shoult have a least 2 characters, but not more than 5.</trans>
</entry>
<entry>
<base>ACTION</base>
<trans>動作</trans>
</entry>
<entry>
<base>ENABLED</base>
<trans>允許</trans>
</entry>
<entry>
<base>DISABLED</base>
<trans>禁止</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,29 @@
{
# vim: ft=perl ts=4 sw=4 et:
# perltidy -pbp
if ( ( $mxbackup{status} || "disabled" ) eq "enabled" ) {
$OUT = "# Following is a list of systems or domains.\n";
$OUT .= "# This system is configured to act as a MX Backup for\n";
$OUT .= "# these systems (if there's only one line) or domains.\n";
$OUT .= "# If there is a line beginning with a dot, then this\n";
$OUT .= "# system will accept mails for any hosts of this domain\n";
$OUT .= "# MX Backup start\n";
my $MXFlag = 0;
my %MXValues = split /,/, ( $mxbackup{name} || "" );
foreach my $data (
sort {
( join( "\.", reverse( split /\./, $a ) ) )
cmp( join( "\.", reverse( split /\./, $b ) ) )
}
keys %MXValues
) {
$OUT .= "$data\n";
$OUT .= ".$data\n" if ( $MXValues{$data} );
$MXFlag = 1;
}
$OUT .= "### No MX Backup set Now ...\n" if ( !$MXFlag );
$OUT .= "# MX Backup end\n";
}
}

View File

@ -0,0 +1,35 @@
{
# vim: ft=perl ts=4 sw=4 et:
# perltidy -pbp
$OUT = "";
# ------------------------------------------------
# if mxbackup is enabled, we have to check if
# there a 'smart host'. If yes, the smart host
# should not be used for all 'MX-Backuped' domains.
# ------------------------------------------------
if ( ( $mxbackup{status} || "disabled" ) eq "enabled" ) {
#--------------------------------------------------
# Now check for SMTP smart host
#--------------------------------------------------
if ( $SMTPSmartHost
&& ( $SMTPSmartHost ne 'off' )
&& ( $SMTPSmartHost !~ /^\s*$/ ) ) {
my %MXValues = split /,/, ( $mxbackup{name} || "" );
foreach my $data (
sort {
( join( "\.", reverse( split /\./, $a ) ) )
cmp( join( "\.", reverse( split /\./, $b ) ) )
}
keys %MXValues
) {
$OUT .= "$data:\n";
$OUT .= ".$data:\n" if ( $MXValues{$data} );
}
}
}
chomp($OUT);
}

View File

@ -0,0 +1,26 @@
{
# vim: ft=perl ts=4 sw=4 et:
# perltidy -pbp
if ( ( $mxbackup{status} || "disabled" ) eq "enabled" ) {
$OUT .= "\n";
$OUT .= "# MX Backup entries start\n";
$OUT .= "# This is the list of the mail domains\n";
$OUT .= "# from the MX-Backup configuration of the local system.\n";
my $MXFlag = 0;
my %MXValues = split /,/, ( $mxbackup{name} || "" );
foreach my $data (
sort {
( join( "\.", reverse( split /\./, $a ) ) )
cmp( join( "\.", reverse( split /\./, $b ) ) )
}
keys %MXValues
) {
$OUT .= "\@$data\n";
$MXFlag = 1;
}
$OUT .= "### No MX Backup set Now ...\n" if ( !$MXFlag );
$OUT .= "# MX Backup entries end\n\n";
}
}

View File

@ -0,0 +1,108 @@
#!/usr/bin/perl -wT
# vim: ft=xml ts=4 sw=4 et:
#----------------------------------------------------------------------
# heading : Configuration
# description : MX-Backup
# navigation : 6000 6710
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# copyright (C) 2004 Schirrm's Studio
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#----------------------------------------------------------------------
use strict;
use esmith::FormMagick::Panel::mxbackup;
my $form = esmith::FormMagick::Panel::mxbackup->new();
# Uncomment the next line for debugging purposes.
# $form->debug(1);
$form->display();
__DATA__
<form
title="FORM_TITLE"
header="/etc/e-smith/web/common/head.tmpl"
footer="/etc/e-smith/web/common/foot.tmpl">
<!-- page 0 -->
<page
name="Front"
pre-event="print_status_message()">
<description>FIRST_PAGE_DESCRIPTION</description>
<subroutine src="show_mx_backup()" />
</page>
<!-- page 1 -->
<page
name="Create"
pre-event="print_status_message()">
<description>CREATE_PAGE_DESCRIPTION</description>
<field
id="name"
type="text"
size="35"
validation="validate_name()">
<label>LABEL_NAME</label>
</field>
<field
id="host_domain"
type="select"
options="'HOST','DOMAIN'">
<label>LABEL_HOST_DOMAIN</label>
</field>
<subroutine src="print_button('NEXT')" />
</page>
<!-- page 2 -->
<page
name="ShowSummary"
pre-event="turn_off_buttons()"
post-event="create_new()">
<subroutine src="display_summary_create" />
</page>
<!-- page 3
Note: This page is not used. It is a kludge to permit the next page
to work properly from a link on the front page. FormMagick needs
work.
-->
<page
name="Dummy">
</page>
<!-- page 4 -->
<page
name="Remove"
pre-event="turn_off_buttons()"
post-event="remove_rule()">
<subroutine src="display_summary_remove" />
</page>
<!-- page 5
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="Service"
post-event="mxbackup_enable_disable">
</page>
</form>

View File

@ -0,0 +1 @@
../../../functions/mxbackup

View File

@ -0,0 +1,483 @@
#----------------------------------------------------------------------
# $Id: portforwarding.pm,v 1.31 2003/04/08 15:28:55 msoulier Exp $
# vim: ft=perl ts=4 sw=4 et:
#----------------------------------------------------------------------
# copyright (C) 2004 Pascal Schirrmann
# copyright (C) 2002 Mitel Networks Corporation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#----------------------------------------------------------------------
package esmith::FormMagick::Panel::mxbackup;
use strict;
use esmith::ConfigDB;
use esmith::FormMagick;
use esmith::cgi;
use Exporter;
use constant TRUE => 1;
use constant FALSE => 0;
our @ISA = qw(esmith::FormMagick Exporter);
our @EXPORT = qw(
show_mx_backup create_new validate_name
display_create_summary
);
our $VERSION = sprintf '%d.%03d', q$Revision: 0.10 $ =~ /: (\d+).(\d+)/;
our $mdb = esmith::ConfigDB->open
or die "Can't open the Config database : $!\n" ;
=head1 NAME
esmith::FormMagick::Panels::mxbackup - useful panel functions
=head1 SYNOPSIS
use esmith::FormMagick::Panels::mxbackup
my $panel = esmith::FormMagick::Panel::mxbackup->new();
$panel->display();
=head1 DESCRIPTION
This module is the backend to the mxbackup panel, responsible for
supplying all functions used by that panel. It is a subclass of
esmith::FormMagick itself, so it inherits the functionality of a FormMagick
object.
=head2 new
This is the class constructor.
=cut
sub new {
my $class = ref($_[0]) || $_[0];
my $self = esmith::FormMagick->new();
bless $self, $class;
# Uncomment the following line for debugging.
#$self->debug(TRUE);
return $self;
}
=head2 show_mx_backup
This method displays the hosts or domains for witch we currently
act as an MX Backup
=cut
sub show_mx_backup {
my $self = shift ;
my $q = $self->cgi ;
my $MX = $mdb->get('mxbackup')
or ($self->error('ERR_NO_MXBACKUP_RECORD') and return undef) ;
my $empty = 0 ;
my %MXValues = split /,/, $MX->prop('name') ;
my $MXStatus = 0 ;
$MXStatus = 1 if ( ( $MX->prop('status') || 'disabled' ) eq 'enabled' ) ;
$empty = 1 if not %MXValues ;
# this was a good idea to put an enable button...
# But now, the 'unless' test has to be done 2 time !
unless ($empty) {
print $q->start_table({-class => 'sme-border'}), "\n ";
if ( $MXStatus ) {
my $button = "<a class=\"button-like\"" ;
$button .= "href=\"mxbackup?page=5&Next=Front&Current=$MXStatus\">" ;
$button .= $self->localise('BUTTON_LABEL_STOP_SERVICE') ;
$button .= "</a>" ;
print $q->Tr(
esmith::cgi::genSmallCell( $q,
"<img src=\"/server-common/GreenLight.jpg\" ALT=\"" .
$self->localise('ENABLED') . "\">" ) ,
esmith::cgi::genSmallCell( $q,
$self->localise('SERVICE_RUNNING') ), " ",
esmith::cgi::genSmallCell( $q,
$button ),"\n ",
),"\n" ;
} else {
my $button = "<a class=\"button-like\"" ;
$button .= "href=\"mxbackup?page=5&Next=Front&Current=$MXStatus\">" ;
$button .= $self->localise('BUTTON_LABEL_START_SERVICE') ;
$button .= "</a>" ;
print $q->Tr(
esmith::cgi::genSmallCell( $q,
"<img src=\"/server-common/RedLight.jpg\" ALT=\"" .
$self->localise('DISABLED') . "\">" ) ,
esmith::cgi::genSmallCell( $q,
$self->localise('SERVICE_STOPPED') ), " ",
esmith::cgi::genSmallCell( $q,
$button ),"\n ",
),"\n" ;
}
}
# the 'create button should ever be here ;-)
print $q->end_table,"\n";
print $q->Tr(
$q->td({-colspan => 2 },
$q->p("&nbsp;"),
),
),"\n" ;
print $q->Tr(
$q->td({-colspan => 2 },
$q->p("<a class=\"button-like\"" ,
"href=\"mxbackup?page=0&page_stack=&Next=Create\">" ,
$self->localise('BUTTON_LABEL_CREATE') ,
"</a>"))),"\n" ;
unless ($empty) {
print $q->Tr(
$q->td({-colspan => 2},
$q->p($self->localise('SHOW_MXBACKUP')))),"\n";
my $q = $self->{cgi};
print "<tr><td colspan=\"2\">";
print $q->start_table({-class => 'sme-border'}), "\n ";
print $q->Tr(
esmith::cgi::genSmallCell(
$q,
$self->localise('LABEL_NAME'),
"header"
), " ",
esmith::cgi::genSmallCell(
$q,
$self->localise('LABEL_HOST_DOMAIN'),
"header",
), " ",
esmith::cgi::genSmallCell(
$q,
$self->localise('ACTION'),
"header",
), "\n ",
);
foreach my $name ( sort { ( join ( "\.", reverse( split /\./, $a) ) )
cmp
( join( "\.", reverse( split /\./, $b ) ) ) }
keys %MXValues ) {
my $dom = $self->localise('HOST') ;
$dom = $self->localise('DOMAIN') if ( $MXValues{ $name } ) ;
print $q->Tr(
esmith::cgi::genSmallCell($q, $name),
" ",
esmith::cgi::genSmallCell($q, $dom || '&nbsp'),
" ",
esmith::cgi::genSmallCell(
$q,
$q->a({href => $q->url(-absolute => 1)
. "?page=3&Next=Next&name=$name&"
. "host_domain=$dom"},
$self->localise('REMOVE'))
),
"\n ",
);
}
print $q->end_table,"\n";
print '</td></tr>';
}
else {
print '<br><tr><td colspan="2">' .
$self->localise('NO_MXBACKUP') .
'</td></tr>';
}
return undef;
}
=head2 validate_name
This method try to validate the name of domains 'MX Backuped'
=cut
sub validate_name {
my $self = shift ;
my $name = $self->{cgi}->param('name') ;
if ( ! ( $name =~ /^([a-z0-9\-]+\.){1,4}[a-z]{2,5}$/i ) ) {
# A valid name is 1 to four word + dot, then a word between 2 and 5 characters
$self->debug_msg("the name $name don't seems to be a valid host or domain name");
return $self->localise('ERR_BADNAME');
}
else
{ return 'OK'; }
}
=head2 mxbackup_enable_disable
This method change the status of MXBackup
=cut
sub mxbackup_enable_disable {
my $self = shift ;
$self->debug_msg("Start of sub 'mxbackup_enable_disable'.") ;
my $current = $self->{cgi}->param('Current') ;
$self->debug_msg("'mxbackup_enable_disable' : \$current = $current") ;
my $MX = $mdb->get('mxbackup')
|| ($self->error('ERR_NO_MXBACKUP_RECORD') and return undef);
if ( $current ) {
$MX->set_prop("status", "disabled") ;
$self->debug_msg("'mxbackup_enable_disable' : mxbackup disabled.") ;
} else {
$MX->set_prop("status", "enabled") ;
$self->debug_msg("'mxbackup_enable_disable' : mxbackup enabled.") ;
}
esmith::templates::processTemplate
( {
TEMPLATE_PATH => "/var/qmail/control/rcpthosts",
PERMS => 0644,
UID => "root",
GID => "root",
} );
$self->debug_msg("'mxbackup_enable_disable' : rcpthost file regenerated.") ;
esmith::templates::processTemplate (
{
TEMPLATE_PATH => "/var/qmail/control/smtproutes",
PERMS => 0644,
UID => "root",
GID => "root",
} );
$self->debug_msg("'mxbackup_enable_disable' : smtproutes file regenerated.") ;
# arg ! ugly ! I should do that all by an action... how bad !
# but it's a 'q&d patch' : the whole must be changed in a sme7 mode.
if ( -e "/var/service/qpsmtpd/config/goodrcptto" ) { #SME 7 server
esmith::templates::processTemplate
( {
TEMPLATE_PATH => "/var/service/qpsmtpd/config/goodrcptto",
} );
$self->debug_msg("'mxbackup_enable_disable' : goodrcptto file regenerated.") ;
}
$self->debug_msg("'mxbackup_enable_disable' : \$self->wherenext(\"Finished\");") ;
$self->wherenext("Finished");
$self->debug_msg("'mxbackup_enable_disable' : \$self->success();") ;
$self->success();
return undef ;
}
=head2 display_summary_create
This is a wrapper for the display_summary method, to call it in create mode.
=cut
sub display_summary_create {
my $self = shift;
$self->display_summary('create');
}
=head2 display_summary_remove
This is a wrapper for the display_summary method, to call it in remove mode.
=cut
sub display_summary_remove {
my $self = shift;
$self->display_summary('remove');
}
=head2 display_summary
This method's purpose is to display a summary of the rule about to be added.
=cut
sub display_summary {
my $self = shift;
my $mode = shift;
my $save = $self->localise('SAVE');
my $cancel = $self->localise('CANCEL');
my $output = "";
my $q = $self->{cgi};
$self->debug_msg("start of method");
print "<tr><td colspan=\"2\">";
my $description = "";
if ($mode eq 'create') {
$description = $self->localise('SUMMARY_ADD_DESC');
}
elsif ($mode eq 'remove') {
$description = $self->localise('SUMMARY_REMOVE_DESC');
}
else {
$self->error('ERR_UNSUPPORTED_MODE');
return undef;
}
print $q->p($description);
print $q->start_table({-class => 'sme-border'});
foreach my $tablearrayref (
[$self->localise('LABEL_NAME')
=> $q->param('name')],
[$self->localise('LABEL_HOST_DOMAIN')
=> $self->localise($q->param('host_domain'))]
)
{
print $q->Tr($q->td({-class => 'sme-border-right'}, $tablearrayref->[0]),
esmith::cgi::genSmallCell($q, $tablearrayref->[1]),
"\n "
);
}
print $q->end_table, "\n";
if ($mode eq 'create') {
print $q->table({-width => '100%'}, $q->Tr($q->th({-class => 'sme-layout'},
$q->submit(-name => 'apply',
-value => $self->localise('APPLY')),
'&nbsp;',
$q->submit(-name => 'cancel',
-value => $self->localise('CANCEL')))));
}
elsif ($mode eq 'remove') {
print $q->table({-width => '100%'}, $q->Tr($q->th({-class => 'sme-layout'},
$q->submit( -name => 'remove',
-value => $self->localise('REMOVE')),
'&nbsp;',
$q->submit( -name => 'cancel',
-value => $self->localise('CANCEL')))));
}
else {
$self->error('ERR_UNSUPPORTED_MODE');
return undef;
}
$self->debug_msg("returning");
print "</td></tr>";
return undef;
}
=head2 remove_rule
This method is a remove wrapper for the modify method.
=cut
sub remove_rule {
my $self = shift;
$self->modify('remove');
}
=head2 create_new
This method is a create wrapper for the modify method.
=cut
sub create_new {
my $self = shift;
$self->modify('create');
}
=head2 modify
This method's purpose is to add or remove rules from the database, and then
cause the firewall rules to update.
=cut
sub modify {
no strict 'refs';
my $self = shift;
my $mode = shift;
my $q = $self->{cgi};
$self->debug_msg("at start of modify method");
# If the cancel button was pressed, just go back to the start page.
if ($q->param("cancel")) {
$self->debug_msg("the cancel button was pressed");
$self->wherenext("Front");
}
else {
# Save the changes.
my $name = $q->param('name');
my $host_domain = $q->param('host_domain');
my $tpe = 0 ;
$tpe = 1 if ($host_domain eq 'DOMAIN' );
$self->debug_msg("name is $name");
$self->debug_msg("tpe is $tpe");
$self->debug_msg("host_domain is $host_domain");
my $MX = $mdb->get('mxbackup')
|| ($self->error('ERR_NO_MXBACKUP_RECORD') and return undef);
$self->debug_msg("fetching name property from mxbackup record");
my %MXValues = split /,/, $MX->prop("name");
$self->debug_msg("the db property is " . join ( ",", %MXValues ) );
if ($mode eq 'create') {
$self->debug_msg("we are in create mode");
my $newrule = "$name,$tpe";
$self->debug_msg("new rule is $newrule");
$MXValues{ $name } = $tpe ;
$self->debug_msg("MXValues now contains : " . join ( ",", %MXValues ) );
}
elsif ($mode eq 'remove') {
$self->debug_msg("we are in remove mode");
if ( exists $MXValues{ $name } ) {
delete $MXValues{ $name }
}
}
$self->debug_msg("We're now writing : " . join ( ",", %MXValues ) );
$MX->set_prop("name", ( join ",", %MXValues ) );
# if %MXValues is empty, disable the MX Backup feature, enable otherwise
if ( ( join ",", %MXValues ) eq "" ) {
$MX->set_prop("status", "disabled")
} else {
$MX->set_prop("status", "enabled")
}
esmith::templates::processTemplate
( {
TEMPLATE_PATH => "/var/qmail/control/rcpthosts",
PERMS => 0644,
UID => "root",
GID => "root",
} );
$self->debug_msg("rcpthost file regenerated.") ;
esmith::templates::processTemplate (
{
TEMPLATE_PATH => "/var/qmail/control/smtproutes",
PERMS => 0644,
UID => "root",
GID => "root",
} );
$self->debug_msg("smtproutes file regenerated.") ;
# arg ! ugly ! I should do that all by an action... how bad !
# but it's a 'q&d patch' : the whole must be changed in a sme7 mode.
if ( -e "/var/service/qpsmtpd/config/goodrcptto" ) { #SME 7 server
esmith::templates::processTemplate
( {
TEMPLATE_PATH => "/var/service/qpsmtpd/config/goodrcptto",
} );
$self->debug_msg("'mxbackup_enable_disable' : goodrcptto file regenerated.") ;
}
$self->wherenext("Finished");
$self->success();
}
$self->debug_msg("at end of modify method");
return undef;
}
1;

154
smeserver-mxbackup.spec Normal file
View File

@ -0,0 +1,154 @@
Summary: MX Backup configuration panel for SME Server
%define name smeserver-mxbackup
Name: %{name}
%define version 0.3
%define release 4
Version: %{version}
Release: %{release}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
Packager: Pascal Schirrmann <schirrms@schirrms.net>
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildRequires: e-smith-devtools
BuildArchitectures: noarch
Requires: smeserver-release >= 10
Requires: e-smith-email >= 5.6.0
Requires: e-smith-formmagick >= 2.6.0
Requires: e-smith-base
Requires: e-smith-qmail >= 2.6.0
AutoReqProv: no
%description
Adds a MX Backup Configuration panel to the SME server-manager.
%changelog
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-4.sme
- Roll up patches and move to git repo [SME: 12338]
* Sat Sep 07 2024 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
* Fri Sep 06 2024 Terry Fage <terry@fage.id.au> 0.3-3.sme
- apply local 2024-09-06.patch
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-2.sme
- apply local 2022-11-11 patch
* Wed Aug 31 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1.sme
- First import to Koozali SME v10 [SME: 12162]
* Tue Jan 28 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-1.sme
- Update createlinks file
- Remove unnecessary apostrophe
- Updated readme
- Comment out debugging in pm file
- Updating for v9
- Dropped the UTF-8
- Modify the vendor_perl directory
* Sun Apr 20 2008 Pascal Schirrmann <schirrms@schirrms.net>
- This is a fork of smeserver-mxbackup, with utf-8 charset.
As long as the two versions will exist, the sequence number will stay the same.
I just increment the version number for the tracker.
[0.1.0-03]
* Wed Apr 26 2006 Pascal Schirrmann <schirrms@schirrms.net>
- Change default to host for any new creation
[0.1.0-02]
* Wed Apr 26 2006 Pascal Schirrmann <schirrms@schirrms.net>
- Fast port to SME 7 : a qpsmtpd configuration file need
to be altered to accept incoming mails for mx-backuped domains
[0.1.0-01]
* Tue May 11 2004 Pascal Schirrmann <schirrms@schirrms.net>
- New : if the MX-Backup server use a 'smart host' it
still use DNS for the 'MX-Backuped Domains'
[0.1.0-00]
* Thu Apr 22 2004 Pascal Schirrmann <schirrms@schirrms.net>
- Unable to set a domain containing a Zero !!!
[0.0.4-00]
* Mon Mar 08 2004 Pascal Schirrmann <schirrms@schirrms.net>
- This RPM can only work on SME 6.0 and later, adds a
require in the 'spec' file
[0.0.3-01]
* Sun Mar 07 2004 Pascal Schirrmann <schirrms@schirrms.net>
- Add some nice stuff, ligths and so on...
Sounds are awaited for a far future release ;-)
[0.0.3-00]
* Sat Mar 06 2004 Pascal Schirrmann <schirrms@schirrms.net>
- My database conception was not very 'SME-aware'
majors change in the database storage modes.
[0.0.2-00]
* Wed Mar 03 2004 Pascal Schirrmann <schirrms@schirrms.net>
- some cosmetics change on the package name to be nearer
of contribs.org naming systems
[0.0.1-01]
* Fri Feb 27 2004 Pascal Schirrmann <schirrms@schirrms.net>
- initial release
[0.0.1-00]
%prep
%setup
%build
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f e-smith-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
%clean
cd ..
rm -rf %{name}-%{version}
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%pre
%post
# SME 6 comes with a 'left panel cache' to improve the server panel display speed
# But I haven't found a nice way to update this cache
# So I chose to do this update here.
if [ -x /etc/e-smith/events/actions/navigation-conf ]
then
echo "Rebuilding Web Server Manager Left Panel Cache ... Can take up to a minute."
/etc/e-smith/events/actions/navigation-conf
echo "Done."
fi
if [ -x /etc/e-smith/events/actions/initialize-default-databases ]
then
echo "Setting defaults values in SME configuration database, if needed. Don't change any existing configuration."
/etc/e-smith/events/actions/initialize-default-databases
echo "Done."
fi
# regenerate the rcpthosts file, in case of an upgrade
# If this is a new install, this will change nothing, because
# status = disabled
echo "Regenerating the config file..."
/sbin/e-smith/expand-template /var/qmail/control/rcpthosts
/sbin/e-smith/expand-template /var/qmail/control/smtproutes
if [ -e /var/service/qpsmtpd/config/goodrcptto ]
then
/sbin/e-smith/expand-template /var/service/qpsmtpd/config/goodrcptto
fi
# moving 'light' in correct place.
# these lights cannot be installed by the RPM : in case someone
# installs the same lights, there will be a conflict.
/bin/mv -f /etc/e-smith/GreenLight.jpg /etc/e-smith/web/common/
/bin/mv -f /etc/e-smith/RedLight.jpg /etc/e-smith/web/common/
echo "Installation finished."
%preun
%postun
# rollback the rcpthosts without mxbackup entries
echo "Revert the system as a non MX Backup system."
/sbin/e-smith/expand-template /var/qmail/control/rcpthosts
/sbin/e-smith/expand-template /var/qmail/control/smtproutes
if [ -e /var/service/qpsmtpd/config/goodrcptto ]
then
/sbin/e-smith/expand-template /var/service/qpsmtpd/config/goodrcptto
fi