initial commit of file from CVS for smeserver-fetchmail on Sat Sep 7 19:53:47 AEST 2024

This commit is contained in:
Trevor Batley 2024-09-07 19:53:47 +10:00
parent 58cf9b83fd
commit 8fba4dbc1a
59 changed files with 12405 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-fetchmail
# $Id: Makefile,v 1.1 2020/10/27 11:43:49 brianr Exp $
NAME := smeserver-fetchmail
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,18 @@
# smeserver-fetchmail
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-fetchmail
SMEServer Koozali developed git repo for smeserver-fetchmail smecontribs
SMEServer Koozali developed git repo for smeserver-fetchmail smecontribs
## Wiki
<br />https://wiki.koozali.org/Fetchmail
<br />https://wiki.koozali.org/Fetchmail/fr
<br />https://wiki.koozali.org/Fetchmail/de
<br />https://wiki.koozali.org/Fetchmail_secure_connection_troubles
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-fetchmail&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 />

55
additional/CHANGELOG.git Normal file
View File

@ -0,0 +1,55 @@
commit 32c09bcca034480d05bbd45d812d0873df03b70b
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Fri Feb 6 10:41:14 2015 +0100
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-6.sme
- Corrected a typo in the detection of smtpd port in the template 90fetchmail
commit 904f003ec28bb10a660d146d1bf55a0edfb3b68b
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Fri Feb 6 10:36:15 2015 +0100
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-5.sme
- Corrected a typo in the detection of smtpd port in the template 90fetchmail
commit c6e92c29a06884441be51fe29c9a3b7a5973704e
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Fri Feb 6 08:37:44 2015 +0100
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-5.sme
- Corrected a typo in the detection of smtpd port in the template 90fetchmail
commit 3717a94ae4775f5984bd3944dc073d8c4448cb34
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Mon Jan 12 18:33:39 2015 +0100
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-4.sme
- Add settings if smtpd TCPPort set to a non default value [sme: 8797]
- code done by ecureuil <gentil_ecureuil@hotmail.com>
commit bb0828a37bf071891cc8b48505687d60af282e5a
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Sun Nov 2 17:10:01 2014 +0100
* Sun Nov 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-3.sme
- Recovery of large attachments with fetchmail [SME:8630]
commit cf19e4d194703cb12ca5f2ba98b947261b0ae85f
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Sun Oct 5 22:09:27 2014 +0200
* Sun Oct 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-2.sme
- bug of .gitignore in /etc/e-smith/web/panels/manager/cgi-bin
commit 1eb9409243b91133e5bc6c85002868842573ae48
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Sat Jun 21 13:29:15 2014 +0200
* Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-1.sme
- Initial release to sme9
commit 6d1036de57a0b9b111d346480a0acb4a604ff8b0
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
Date: Sat Jun 21 13:21:17 2014 +0200
first commit to SME Server 9

340
additional/COPYING Normal 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
additional/README.md Normal file
View File

@ -0,0 +1 @@
smeserver-fetchmail is a contrib for SME Server, a Linux distro oriented server. see http://wiki.contribs.org

View File

@ -0,0 +1,70 @@
# $Id: smeserver-fetchmail.spec,v 1.2 2013/07/14 20:52:55 unnilennium Exp $
# Authority: unnilennium
# Name: Jean-Philippe Pialasse
Summary: sme module to generate fetchmail poll
%define name smeserver-fetchmail
Name: %{name}
%define version 1.6
%define release 6
%define smepanel FetchMails
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: smeserver-release >= 9.0
Requires: e-smith-email >= 4.16.0-18
Requires: e-smith-formmagick >= 1.4.0-12
BuildRequires: e-smith-devtools >= 1.13.1-03
Obsoletes: sme-fetchmail
Obsoletes: smeserver-fetchmail-utf8
AutoReqProv: no
%changelog
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-6.sme
- Corrected a typo in the detection of smtpd port in the template 90fetchmail
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-4.sme
- Add settings if smtpd TCPPort set to a non default value [sme: 8797]
- code done by ecureuil <gentil_ecureuil@hotmail.com>
* Sun Nov 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-3.sme
- Recovery of large attachments with fetchmail [SME:8630]
* Sun Oct 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-2.sme
- bug of .gitignore in /etc/e-smith/web/panels/manager/cgi-bin
* Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-1.sme
- Initial release to sme9
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme
- apply locale 2013-07-14 patch
* Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme
- Initial version
%description
sme server enhancement to make fetchmail more useable
%prep
%setup
%build
perl createlinks
echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
echo "%doc COPYING" >> %{name}-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)

1
contriborbase Normal file
View File

@ -0,0 +1 @@
contribs10

56
createlinks Normal file
View File

@ -0,0 +1,56 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
# our event specific for updating with yum without reboot
$event = 'smeserver-fetchmail-update';
#add here the path to your templates needed to expand
#see the /etc/systemd/system-preset/49-koozali.preset should be present for systemd integration on all you yum update event
foreach my $file (qw(
/etc/fetchmail
/etc/startmail
/etc/crontab
))
{
templates2events( $file, $event );
}
#action needed in case we have a systemd unit
event_link('systemd-default', $event, '88');
event_link('systemd-reload', $event, '89');
#--------------------------------------------------
# functions for manager panel
#--------------------------------------------------
my $panel = "manager";
panel_link("fetchmail", $panel);
#--------------------------------------------------
# actions for console-save event:
#--------------------------------------------------
event_link("user-update-fetchmail", "user-create", "25");
event_link("user-update-fetchmail", "user-modify" ,"25");
event_link("user-update-fetchmail", "user-delete", "90");
event_link("fetchmail-email-group-adjust", "user-delete", "25");
#--------------------------------------------------
# an event launched if case of routing modification
#--------------------------------------------------
templates2events("/etc/rc.d/init.d/masq", qw(fetchmail-routing));
safe_symlink("adjust",
"root/etc/e-smith/events/fetchmail-routing/services2adjust/masq");
#--------------------------------------------------
# an event launched if case of fetchmail conf change
#--------------------------------------------------
templates2events("/etc/fetchmail", qw(fetchmail-change));
templates2events("/etc/crontab", qw(fetchmail-change));
templates2events("/etc/startmail", qw(fetchmail-change));
event_link("fetchmail-email-group-adjust", "fetchmail-change", "30");
event_link("conf-fetchmail-group-files", "fetchmail-change", "50");
safe_symlink("adjust",
"root/etc/e-smith/events/fetchmail-change/services2adjust/masq");

View File

@ -0,0 +1 @@
YES

View File

@ -0,0 +1 @@
YES

View File

@ -0,0 +1 @@
YES

View File

@ -0,0 +1 @@
disabled

View File

@ -0,0 +1 @@
60

View File

@ -0,0 +1 @@
service

View File

@ -0,0 +1,39 @@
#!/usr/bin/perl -w
#----------------------------------------------------------------------
# copyright (C) 1999, 2000 e-smith, inc.
#
# 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
#
# Technical support for this program is available from e-smith, inc.
# Please visit our web site www.e-smith.com for details.
#----------------------------------------------------------------------
package esmith;
use strict;
use Errno;
use esmith::templates;
# Now regenerate the goodrcpttoo list (can be done only at the end of the process)
esmith::templates::processTemplate (
{
TEMPLATE_PATH => "/var/service/qpsmtpd/config/goodrcptto",
PERMS => 0644,
UID => "root",
GID => "root",
} );
exit (0);

View File

@ -0,0 +1,79 @@
#!/usr/bin/perl -w
# vim: ft=perl ts=4 sw=4 et:
use strict ;
use esmith::util;
use esmith::ConfigDB ;
use esmith::AccountsDB ;
my $db = esmith::ConfigDB->open_ro
or die "Can't open the Config database : $!\n" ;
my $accountdb = esmith::AccountsDB->open_ro
or die "Can't open the Account database : $!\n" ;
my @users ;
my $fetchmail = $db->get('FetchMails') ;
my $FMStatus = 'disabled' ;
if ( defined $fetchmail ) {
$FMStatus = $fetchmail->prop('status') || 'disabled' ;
}
# print "$FMStatus\n" ;
# as of version 1.3.4-04, the offending fm% prefix becomes fm_fm-
# PS Apr 30, 2005
# no need to have any .qmail-fm% or .qmail-fm_fm- files
# it's better to suppress all aliases files, in case of
# a user deletion.
# The whole file are recreated after anyway.
opendir ( DIR, "/var/qmail/alias" ) ;
foreach my $fic ( grep( /^.qmail-(fm%|fm_fm-)/, readdir DIR) ) {
unlink "/var/qmail/alias/$fic" ;
}
closedir ( DIR ) ;
if ( $FMStatus eq 'enabled' ) {
my @users = $accountdb->get('admin');
push @users, $accountdb->users();
foreach my $u ( @users ) {
# print $u->key ;
my $MailCopyTo = '' ;
$MailCopyTo = $u->prop( 'FM-MailCopyTo' ) if ( defined $u->prop( 'FM-MailCopyTo' ) ) ;
my $TransName = '' ;
if ( defined $u->prop( 'FM-TransName' ) ) {
$TransName = $u->prop( 'FM-TransName' ) ;
}
if ( $TransName ne '' ) {
$TransName =~ s/\s//g ;
$TransName =~ s/:/,/g ;
if ( $MailCopyTo eq '' ) { $MailCopyTo = $TransName }
else { $MailCopyTo = $MailCopyTo . "," . $TransName }
}
# print "$MailCopyTo\n" ;
if ( $MailCopyTo ne '' ) {
# add the local account only if the account is not a Ghost account
if ( ( $u->prop( 'FM-Ghost' ) || 'NO' ) ne 'YES' ) {
$MailCopyTo = $u->key . "," . $MailCopyTo ;
}
my $Group = "fm_fm-" . $u->key ;
# PS Oct 25, 2006 : in SME 7, names can contain dot. But Qmail doesn't like dots
# in group filename.
# borrowed in /etc/e-smith/events/actions/qmail-update-group :
# $groupName =~ s/\./:/g;
$Group =~ s/\./:/g;
esmith::util::processTemplate(
{
CONFREF =>
{
Members => $MailCopyTo,
},
TEMPLATE_PATH =>
"/var/qmail/alias/.qmail-group",
OUTPUT_FILENAME => "/var/qmail/alias/.qmail-$Group",
}
);
}
}
}

View File

@ -0,0 +1,39 @@
#!/usr/bin/perl -w
#----------------------------------------------------------------------
# copyright (C) 1999, 2000 e-smith, inc.
#
# 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
#
# Technical support for this program is available from e-smith, inc.
# Please visit our web site www.e-smith.com for details.
#----------------------------------------------------------------------
package esmith;
use strict;
use Errno;
use esmith::templates;
# Now regenerate fetchmail
esmith::templates::processTemplate (
{
TEMPLATE_PATH => "/etc/fetchmail",
PERMS => 0755,
UID => "root",
GID => "root",
} );
exit (0);

View File

@ -0,0 +1,356 @@
<lexicon lang="bg">
<entry>
<base>FORM_TITLE</base>
<trans>Конфигуриране на изтегляне от външна пощенска кутия</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Този панел позволява конфигурирането на изтегляне на външни пощенски кутии от SME Server. Какво означава това?<br> Някои от потребителите могат да имат външни пощенски кутии. Обикновено, клиентите за електронна поща на отделните работни станции трябва да се конфигурират да теглят поща от тези външни пощенски кутии освен от нормалните пощенски кутии, предоставени от SME server. Като използвате този управляващ панел, SME server може да бъде конфигуриран да тегли (fetch) поща от външни пощенски кутии и тогава автоматично да препраща тези съобщения към вътрешни пощенски кутии. Това прави конфигурирането на клиентите за електронна поща на отделните компютри много лесно.<br> Чрез този метод на изтегляне на поща (и при условие че отделните компютри използват IMAP) значи че тези съобщения ще бъдат архивирани като част от нормалния процес по създаване на резервни копия.<br> Други функции достъпни чрез този панел са:<br> - Една кутия може да бъде разпределяна на повече кутии<br> - Можете да направите 'Призрачен акаунт' : Съобщенията изпращани към този акаунт само ще се разпределят до други пощенски кутии.<br> - записване на събития за пощенски кутии в журанал.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Включи Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail е изключен</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Изключи Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail е включен</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Включете достъп до външен POP и IMAP сървър</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Работните станции във вътрешната LAN не могат да достъпват външни POP и IMAP сървъри</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Изключете достъп до външен POP и IMAP сървър</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Работните станции във вътрешната LAN могат да достъпват външни POP и IMAP сървъри</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Включи достъп до външни SMTP сървъри</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Работните станции във вътрешната LAN не могат да достъпват външни SMTP сървъри</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Изключете достъпa до външен SMTP сървър</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Работните станции във вътрешната LAN могат да достъпват външни SMTP сървъри</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Форсирай SMTP връзките през SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Работните станции във вътрешната LAN имат директен достъп до външни SMTP сървъри</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Включи директни връзки до SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP връзките от LAN към интернет преминават през proxy на SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Включи достъпа до външни новинарски сървъри</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Работните станции във вътрешната LAN не могат да достъпват външни новинарски сървъри</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Изключване на достъпа към външни новинарски сървъри</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Работните станции от вътрешната LAN могат да достъпват външни новинарски сървъри</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ По-долу има таблица обобщаваща потребителите на тази система с обобщение на конфигурацията на fetchmail за всеки от тях.<br> Тук можете да създадете, промените и да премахнете правила за fetchmail за всеки потребител. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Няма дефинирани потребители в момента.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Задаване на общи правила за изтегляне на поща</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Изберете общата информация за акаунтите на fetchmail.<br> Конкретните пощенски кутии за изтегляне ще бъдат зададени на следващите екрани. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Охо ! Няма краен получател за това правило.<br> Съобщенията могат да се доставят в локални акаунти. Този режим е избран ако изберете 'НЕ' за 'Ghost Mode'.<br> Съобщенията могат да се доставят до други локални акаунти. Този режим е избран при отбелязване на един или повече случая в схемата по-долу.<br> Съобщенията могат да се доставят до външна пощенска кутия. Този режим е избран ако електронната поща е зададена в полето 'ел. адрес за препращане'.<br> Трябва да зададете поне един тип получател. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Потребителски акаунт</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Копиране на поща в</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Това 'призрачен' акаунт ли е (използван само за преразпределение на поща)?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Искате ли да правите диагностика на този акаунт (акаунтите на fetchmail се отбелязват в журнала /var/log/maillog)?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Искате ли този акаунт да бъде наблюдаван от акаунта 'admin'?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Какво искате да правите с ел. съобщения на външни сървъри?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Изтегли всички съобщения</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Прочети съобщенията и и ги остави на сървърите</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Изтегли само новите съобщения</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Искате ли да препратите тези съобщения?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Изтегли само за този акаунт</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Изтегли само за този акаунт и препрати към друга пощенска кутия</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Само препрати всички съобщения към друга пощенска кутия</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Ел. адрес(и) за препращане на съобщения (формат: xxx@yyy.zzz) За да зададете повече от един адрес ги разделете с двуеточие ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Задаване на информация за достъпа до външна поща</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Тук можете да зададете информацията, необходима за достъпа до външни пощенски кутии: име на сървъра, съдържащ пощенската кутия, тип на сървъра, име на акаунта, парола. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Име или IP адрес на външния пощенски сървър </trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Протокол за четене на пощата</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Име на акаунта в пощенския сървър</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Парола на акаунта в пощенския сървър</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Опциите които можете да предадете направо на fetchmail. Внимание: тези опции не се проверяват, така че ако не знаете какво правят, по-добре оставете това поле празно!</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (експериментално)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (експериментално)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Това е списък на външните кутии вече конфигурирани за този потребител. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Това не изглежда като валидно име на сървър или IP адрес.<br> За да бъде валидно това поле трябва да съдържа или валидно име на сървър или валиден IP адрес.<br> Валидното име на сървър съдържа между две и пет части разделени от точки '.'<br> За всяка от частите, без последната позволените символи са букви, цифри и '-'. Тези части могат да са с всякакъв размер.<br> За последната част (също наречена tld), са позволени само букви, и частта трябва да съдържа между два и пет символа.<br> Валидния IP адрес се състои от четири цели числа, всяко между 0 и 255. Четирите числа се пишат заедно, разделени с точка. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Охо! Опасявам се че въведохте специален символ, който не е позволен. В тези плета можете да използвате всеки символ с ИЗКЛЮЧЕНИЕ НА pipe '|' и два много специални знака с кодове 0x1E и 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Не можете да оставите празни тези полета 'име на сървъра', 'име на потребителя' и парола на потребителя'. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Валидиране на акаунта</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Пощенски сървър</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Тип на достъпа до пощата</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Акаунт за пощенската кутия на сървъра</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Парола за пощенската кутия на сървъра</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>'Сурови' опции за fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Изтегляне на поща</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[ ]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Промените в конфигурацията на Fetchmail бяха записани успешно.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Не може да се приложат промените в конфигурацията на Fetchmail.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Промените в достъпа до външни POP3 и IMAP4 сървъри от вътрешната мрежа бяха записани успешно.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Не може да се приложат промените в конфигурацията за достъп към IMAP и POP3.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Промените в достъпа до външни SMTP сървъри от вътрешната мрежа бяха записани успешно.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Не може да се приложат промените в конфигурацията на достъпа към SMTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Промените в достъпа до външни новинарски сървъри от вътрешната мрежа бяха записани успешно.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Нe може да се приложат промените в конфигурацията на достъпа към NNTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Промените в конфигурацията на SME SMTP Proxy бяха записани успешно.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Предишен</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Валидиране на промените!</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Не може да бъде изтеглен запис на fetchmail от базата данни за конфигурация.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Не може да се изтегли записа за smtpfront-qmail от базата данни за конфигурация.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ Електронния адрес, който въведохте не е валиден.<br> Валидният адрес съдържа само букви, цифри и долна черта в частта за име. В името могат да се използват и '-' и '.', но не в началото или в края. Частта за домейна (в дясно от знака @) трябва да съдържа само главни или малки букви, цифри и и знака '-'. Името на домейна обикновено съдържа между 1 и 4 точки (.). Последната дума (tld) може да съдържа само букви и тя трябва да има най-малко 2 знака, но не повече от 7.<br> Можете да зададете повече от една външни пощенски кутии. В този случай разделете електронните адреси със знака двоеточие ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ВКЛЮЧЕН</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>ИЗКЛЮЧЕН</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Външна пощенска кутия</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Призрачен акаунт</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Кутия в режим 'диагностика'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Кутия под наблюдение</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Информация за графика</h4></center> Изтеглянето на пощата се прави на регулярни интервали. Правилата за графика са същите като правилата, зададени в панела 'Електронна поща'.<br> Ако искате да промените графика, просто го променете в панела 'Електронна поща'.<br> <b>БЕЛЕЖКА!</b>: Ако не използвате ETRN или Multi-Drop, няма да можете да промените графика!<br> За да заобиколите това ограничение, направете следното:<br> - Изберете ETRN и изберете новия график, след което направете 'Запис'.<br> - След това изберете 'Standard (SMTP)' и 'Запис' отново. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="da">
<entry>
<base>FORM_TITLE</base>
<trans>Konfigurere afhentning af post fra ekstern postkasse</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Dette panel bruges til at konfigurere din SME server til at hente post fra eksterne postkasser. Hvad betyder det?<br> Nogle af dine brugere har måske eksterne postkasse(r). Normalt vil det være nødvendigt at konfigurere hver enkelt klient til at hente post fra disse eksterne postkasser foruden at konfigurere dem til at hente post fra SME serveren. Ved at bruge dette panel, kan SME serveren konfigureres til at hente posten fra eksterne postkasser og dernæst automatisk videresende denne post til interne postkasser. Det gør konfigurationen af postklienter meget let. <br> Ved at bruge denne metode til at hente post (og forudsat at klienterne bruger IMAP) betyder det, at post bliver sikkerhedskopieret som en del af den normale sikkerhedskopiering.<br> Yderligere tilgængelige funktioner under dette panel:<br> - En postkasse kan videresendes til mange postkasser<br> - Du kan oprette "skygge konti": Post sendt til en sådan konto videresendes til andre(s) postkasse(r).<br> - Logning af hændelser for postkasser.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Aktiver Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail er deaktiveret</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Deaktiver Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail er aktiveret</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Aktiver adgang til eksterne POP og IMAP servere</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>PC-arbejdspladser på det interne netværk har ikke adgang til eksterne POP og IMAP servere</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Deaktiver adgang til eksterne POP og IMAP servere</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>PC-arbejdspladser på det interne netværk har adgang til eksterne POP og IMAP servere</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Aktiver adgang til ekstern SMTP servere</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>PC-arbejdspladser på det interne netværk har ikke adgang til eksterne SMTP servere</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Deaktiver adgang til ekstern SMTP servere</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>PC-arbejdspladser på det interne netværk har adgang til eksterne SMTP servere</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Tving SMTP forbindelser til at gå gennem SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>PC-arbejdspladser på det interne netværk har direkte adgang til eksterne SMTP servere</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Tillad direkte SMTP forbindelser</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP forbindelser fra netværk til internet sker via proxy på SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Aktiver adgang til ekstern nyhedsservere</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>PC-arbejdspladser på det interne netværk har ikke adgang til eksterne nyhedsservere</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Deaktiver adgang til ekstern nyhedsserver</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Pc-arbejdspladser på det interne lokale netværk har adgang til eksterne nyhedsservere</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Nedenfor er en oversigt over de nuværende brugere defineret i dette system, inklusiv en oversigt over fetchmail konfigurationen for hver bruger.<br> Her kan du oprette, redigere og fjerne fetchmail-regler for enhver bruger. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Der er p.t. ikke defineret nogen brugere i dette system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Opret generelle regler for modtagelse af mail</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Vælg de generelle informationer for fetchmail kontoen.<br> De specifikke postkasser til modtagelse angives på de næste skærmbilleder. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Ups ! Der er ikke nogen slutmodtager for denne regel.<br> Post kan leveres til den lokale konto. Det sker hvis du vælger "NEJ" for "Skygge Tilstand".<br> Post kan leveres til andre lokale konti. Denne tilstand vælges ved at aktivere et eller flere afkrydsningsfelter nedenfor.<br> Post kan leveres til en ekstern postkasse. Denne tilstand vælges, hvis der indtastes en e-mail adresse i feltet "E-mail adresse der skal videresendes til".<br> Du skal angive mindst en type modtager. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Bruger konti</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Kopi til</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Er det en "skygge" konto (bruges kun til at videresende mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Ønsker du af fejlfinde på denne konto (fetchmail aktiviteter registreres i /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Ønsker du at denne konto skal overvåges af "admin" kontoen ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Hvad skal der ske med post på eksterne servere ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Modtag al post</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Læs posten og lad dem forblive på serverne</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Modtag kun ny post</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Ønsker du at videresende denne post ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Modtag kun for denne konto</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Modtag for denne konto og videresend til anden postkasse</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Videresend al post til en anden postkasse</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Postadresse(r) som der skal videresendes til ( format: xxx@yyy.zz ) For at angive mere end en ekstern postkasse, adskil postadresserne med et kolon ":"</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Angiv adgangsoplysninger for den eksterne postadresse</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Her kan du angive den nødvendige information for adgang til til din eksterne postkasse: Navnet på serveren med postkassen, postservertypen, kontonavn og adgangskode. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Navn eller IP adresse på den eksterne postserver</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protokol som skal bruges, når der skal læses post</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Brugerkonto navn på postserveren</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Brugerkonto adgangskode på postserveren</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Parametre som du kan sende direkte til fetchmail. Advarsel: Disse parametre bliver ikke kontrolleret, så hvis du ikke ved, hvad de gør, så bør du lade feltet være tomt!</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Eksperimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Eksperimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Dette er liste over eksterne postkasser som allerede er konfigureret for denne bruger. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Det lader ikke til at være et gyldigt server navn eller IP adresse.<br> For at være gyldigt, skal feltet udfyldes med enten et gyldigt servernavn eller en gyldig IP adresse.<br> Et gyldigt servernavn indeholder mellem 2 og 5 dele, adskilt af punktummer "."<br> For alle dele, bortset fra den sidste, er de tilladte tegn bogstaver(eksl. æ, ø og å), tal og bindestreg "-". Delene kan være alle størrelser.<br> I den sidste del (også kaldet tld) er kun bogstaver tilladt og skal indeholde mellem 2 og 5 bogstaver.<br> En gyldig IP adresse består af tal delt i 4 dele af punktummer, hvert tal mellem 0 og 255. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Ups ! Du har desværre indsat et af de specialtegn som ikke er tilladt. I disse felter kan du bruge alle karakterer, UNDTAGEN pipe | og de 2 meget specielle tegn, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Du kan ikke lade nogen af de 3 felter "server navn", "bruger navn" eller "adgangskode" være tomme. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Kontroller konto</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Postserver</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Post Adgangs Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Postkasse konto</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Postkasse Adgangskode</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>"Raw" parametre for fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Modtagelse af mail</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[ ]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Dine konfigurationsændringer i Fetchmail er gemt.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Ændringerne i konfigurationen af Fetchmail mislykkedes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Din ændringer i adgangen til eksterne POP3 og IMAP4 servere fra det interne netværk er gemt.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Det mislykkedes at ændre konfigureringen af IMAP og POP3 adgang.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Ændringerne i adgangen til eksterne SMTP servere fra det interne netværk er gemt.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Det mislykkedes at ændre konfigurationen af SMTP adgang.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Ændringerne i adgangen til eksterne nyhedsservere fra det interne netværk er gemt.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Det mislykkedes at ændre konfigurationen af NNTP adgang.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Ændringerne i konfigurationen af SME SMTP proxy er gemt.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Forrige</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Kontroller ændringerne !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Kan ikke modtage oplysninger om fetchmail fra konfigurationdatabasen.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Kan ikke modtage oplysninger om smtp-qmail fra konfigurationsdatabasen.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ Den E-Mail adresse du gav lader ikke til at være gyldig.<br> En gyldig E-mail adresse indeholder kun bogstaver(eksl. æ, ø og å), tal og understregningstegn i navnedelen. Der kan også være bindestreg "-" og punktum "." i navnet, men ikke i begyndelsen eller enden. Domænedelen (delen til højre for @) må kun bestå af store eller små bogstaver, tal og bindestreg "-". Domænenavnet indeholder normalt mellem 1 og 4 punktummer ".". Det sidste ord kan kun indeholde bogstaver og skal bestå af mindst 2 og højst 5 tegn.<br> Du kan oprette mere end en ekstern postkasse. I så fald skal hver postkasse adskilles med et kolon ":" ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>AKTIVERET</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DEAKTIVERET</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Ekstern postkasse</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Skygge konto</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Fejlfinding for postkasse er aktiveret</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Overvågning af postkasse er aktiveret</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Information om intervaller</h4></center>Afhentning af post sker med regelmæssige intervaller. Reglerne er de samme som de regler der er sat i panelet "E-Post".<br> Hvis du ønsker at ændre intervallerne, så ændres de under panelet "E-post".<br> <b>BEMÆRK!</b> : Du kan kun ændre intervallerne, hvis du bruger ETRN eller multi-drop!<br> For at omgå denne begrænsning, skal du gøre følgende: <br> - Vælg ETRN og vælg dernæst de nye intervaller og gem ændringerne. <br> - Vælg så "Standard (SMTP)" og gem igen. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Bekræft, at du ønsker at ændre Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Bekræft, at du ønsker at ændre status på adgang til ekstern IMAP og POP</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Bekræft, at du ønsker at ændre status på adgang til ekstern NNTP</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="de">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[ Einstellungen für den Empfang externer Mailboxen <p> <align=right><a target="new" href="http://contribs.org/modules/phpwiki/index.php/Handbuch%20Deutsch%3A%20Erweiterungen%20%28contribs%29#x34.x2e.6x20.E-Mailx20.mitx20.FetchMail">Online-Handbuch</a> ]]></trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Hier können die Einstellungen für den Empfang externer Mailboxen auf dem SME-Server vorgenommen werden. Was heißt das? Einige Benutzer haben eine oder mehrere externe Mailboxen. FetchMail erlaubt, Mails von diesen Mailboxen zentral auf dem SME-Server zu empfangen und den Benutzern in deren SME-Mailbox bereitzustellen.<br> Zusätzlich zur ohnehin vorhandenen Backup-Funktion können mit FetchMail folgende weitere Funktionen eingestellt werden :<br> - Verteilung einer Mailbox auf mehrere Mailboxen<br> - Es kann ein 'versteckter Benutzer' erstellt werden, dessen empfangene Mails immer an eine oder mehrere andere Mailboxen verteilt werden.<br> - Ereignisse in den Mailboxen können geloggt werden.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Fetchmail einschalten</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail ist ausgeschaltet</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Fetchmail ausschalten</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail ist eingeschaltet</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Zugang zu externen POP und IMAP-Servern einschalten</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Stationen im internen Netz haben keinen Zugang zu externen POP und IMAP-Servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Zugang zu externen POP und IMAP-Servern ausschalten</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Stationen im internen Netz haben Zugang zu externen POP und IMAP-Servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Zugang zu externen SMTP-Servern einschalten</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Stationen im internen Netz haben keinen Zugang zu externen SMTP-Servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Zugang zu externen SMTP-Servern ausschalten</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Stationen im internen Netz haben Zugang zu externen SMTP-Servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>SMTP-Verbindungen über den SME-Proxy erzwingen</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Stationen im internen Netz haben direkten Zugang zu externen SMTP-Servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Direkte SMTP-Verbindungen zulassen</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP-Verbindungen vom LAN ins Internet sind durch den SME-Proxy zugelassen</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Zugang zu externen News-Servern einschalten</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Stationen im internen Netz haben keinen Zugang zu externen News-Servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Zugang zu externen News-Servern ausschalten</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Stationen im internen Netz haben Zugang zu externen News-Servern</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Es folgt eine Tabelle mit den aktuell im System registrierten Benutzern und eine Zusammenfassung der FetchMail-Einstellungen für jeden Benutzer.<br> Hier können die FetchMail-Regeln für die Benutzer erstellt, geändert und gelöscht werden. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Derzeit sind keine Benutzer auf diesem System definiert.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Einstellen allgemeiner Regeln für den Mail-Empfang</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Auswahl der allgemeinen Informationen für die FetchMail-Benutzer.<br> Die Details zum Mail-Empfang können in der nächsten Seite eingestellt werden. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! Keine Regeln für den Empfang definiert.<br> Mails können an den lokalen Benutzer ausgelifert werden. Dieser Modus wird bei Auswahl von 'Nein' für den 'Ghost Mode' ausgewählt.<br> Mails können an andere lokale Benutzer ausgeliefert werden. Dieser Modus wird auswählt, wenn in der Tabelle ein oder mehrere Kästchen neben den Benutzern angeklickt werden.<br> Mails können an externe Mailboxen ausgeliefert werden. Dieser Modus wird ausgewählt, wenn im Feld 'E-Mail-Adresse weiterleiten an' eine E-Mail-Adresse eingetragen wird.<br> Der Mail-Empfang muss wenigstens auf eine Art eingestellt werden. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Benutzer Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail-Kopie an</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Ist es ein 'versteckter Benutzer' (nur zur Mail-Weiterleitung) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Sollen Mail-Ereignisse dieses Benutzers in /var/log/maillog) geloggt werden ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Soll dieser Benutzer durch den 'admin' kontrolliert werden ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Was soll mit Mails auf externen Servern passieren ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Alle Mails empfangen</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Mails lesen und auf externen Servern belassen</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Nur neue Mails empfangen</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Sollen diese Mails weitergeleitet werden ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Keine Weiterleitung, nur für diesen Benutzer empfangen</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Für diesen Benutzer empfangen und an andere Mailbox weiterleiten</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Nicht empfangen, aber immer an andere Mailbox weiterleiten</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>An Email-Adresse(n) weiterleiten ( Format : xxx@yyy.zz ). Bei mehr als einer externen Adresse bitte mit Semikolon':' trennen.</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Informationen für den Zugang zu externen Mails</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Hier müssen die Informationen für den Zugang zu externen Mailboxen hinterlegt werden : Name des Servers, der die Mailbox enthält, Typ des Mailservers, Benutzer-Name, Benutzer-Passwort. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name des externen Mail-Servers</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Verwendetes Mail-Protokoll</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Benutzer-Name auf dem externen Mail-Server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Benutzer-Passwort auf dem externen Mail-Server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>POP</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>IMAP</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL POP (Experimentell)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL IMAP (Experimentell)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Liste der bereits eingerichtetn externen Mailboxen für diesen Benutzer. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Dies scheint kein gültiger Servername oder IP-Adresse zu sein.<br> Dieses Feld muß entweder einen gültigen Servernamen oder eine gültige IP-Adresse enthalten.<br> Ein gültiger Servername besteht aus zwei bis fünf durch Punkte '.' getrennte Teile.<br> In allen Teilen mit Ausnahme des letzten sind nur Buchstaben, Zahlen und '-' erlaubt. Diese Teile dürfen beliebig lang sein.<br> Für den letzten Teil (auch tld genannt) sind nur Buchstaben erlaubt, und zwar zwei bis sieben.<br> Eine gültige IP-Adresse besteht aus vier dezimalen Ganzzahlen, jede zwischen 0 und 255. Diese vier Zahlen werden verbunden mit je einem Punkt. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops! Es wurden nicht zugelassene Zeichen eingegeben. In diesem Feld dürfen alle Zeichen mit AUSNAHME von Pipe '|' und den zwei sehr speziellen Zeichen 0x1E und 0x1F eingegeben werden. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Die Eingabefelder 'Server-Name', 'Benutzer-Name' und 'Benutzer-Passwort' dürfen nicht leer sein. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Benutzer überprüfen</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail-Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Typ des Mail-Zugangs</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Konto</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Fehlergründe</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>E-Mail mit FetchMail</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Änderungen der FetchMail-Konfiguration wurden erfolgreich gespeichert.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Die FetchMail-Einstellungen konnten nicht gespeichert werden.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Die Änderungen für den Zugang zu externen POP3 und IMAP4-Servern wurden erfolgreich gespeichert.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Die Änderungen für den Zugang zu externen POP3 und IMAP4-Servern konnten nicht gespeichert werden.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Die Änderungen für den Zugang zu externen SMTP-Servern wurden erfolgreich gespeichert.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Die Änderungen für den Zugang zu externen SMTP-Servern konnten nicht gespeichert werden.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Die Änderungen für den Zugang zu externen News-Servern wurden erfolgreich gespeichert.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Die Änderungen für den Zugang zu externen News-Servern konnten nicht gespeichert werden.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Die Änderungen für die SME SMTP Proxy Einstellungen wurden erfolgreich gespeichert.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Vorherige Seite</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Änderungen speichern</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Kein FetchMail-Datensatz in den Einstellungen enthalten.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Kein smtpfront-qmail-Datensatz in den Einstellungen enthalten.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ Die eingegebene E-Mail Adresse scheint nicht gültig zu sein.<br> Eine gültige E-Mail Adresse enthält nur Buchstaben, Zahlen oder Unterstriche im Namensteil. Ebenso dürfen '-' und '.' im Namensteil verwendet werden, aber nicht am Anfang oder Ende. Der Domänenteil (rechts vom @ Zeichen) darf nur Groß- und Kleinbuchstaben, Zahlen und das '-' Zeichen enthalten. Der Domänename enthält normalerweise zwischen 1 und 4 Punkte (.) Zeichen. Der letzte Teil (die tld) darf nur zwischen 2 und 7 Buchstaben enthalten.<br> Sie können mehr als eine externe Mailbox setzen. In diesem Fall separieren Sie jede E-Mail-Adresse mit einem Doppelpunkt ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>Eingeschaltet</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>Ausgeschaltet</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Externe Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Versteckter Benutzer</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox im 'Kontroll' -Modus</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox unter Betreuung</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Information zum Zeitplan</h4></center> Der E-Mail-Abrufmodus findet in geplanten Zeitintervallen statt. Die Regeln für diesen Zeitplan können unter 'E-Mails' eingestellt werden.<br> Aber Achtung: Bei Benutzung von ETRN oder Multi-Drop kann der Zeitplan für den E-Mail-Empfang nicht geändert werden !<br> In diesem Fall folgendermaßen vorgehen :<br> - Erst unter E-Mail Abrufmodus ETRN auswählen und dann den neuen Zeitplan mit 'Speichern' absichern.<br> - Erst danach unter E-Mail Abrufmodus 'Standard (SMTP)' auswählen und erneut mit 'Speichern' absichern. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="el">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Λόγοι αποτυχίας</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Προηγούμενο</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,476 @@
<lexicon lang="en-us">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[
<p>
This panel allows configuration of external mailbox retrieval by your SME Server. What
does this mean?<br>
Some of your users may have external mailbox(es). Usually, the email clients on
individual workstations have to be configured to fetch mail from these external
mailboxes as well as from the normal mailboxes provided by the SME server.
Using this control panel, the SME server can be configured to fetch mail from external
mailboxes and then automatically forward these mails to internal mail boxes. This
makes configuration of the email clients on individual workstations very easy.<br>
Using this method of mail retrieval (and provided that the individual workstations
are using IMAP) means that emails are backed up as part of the normal backup process.<br>
Other functions available through this panel are:<br>
- A mailbox can be distributed to many mailboxes<br>
- You can create 'Ghost account' : Mails sent to this account are
distributed to other(s) mailbox(es) only.<br>
- logging of events for a mailboxes.<br>
]]>
</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[
Below is a table summarizing the current
users defined on this system with a summary of
the fetchmail configuration for each user.<br>
Here you can create, modify, and remove fetchmail rules for
any user.
]]>
</trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[
<p>
Select the general information for the fetchmail accounts.<br>
The specific mailboxes to retrieve will be set on the next screens.
</p>
]]>
</trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[
Oups ! There is no final recipient for this rule.<br>
Mails can be delivered to the local account. This mode is selected
if you choose 'NO' for the 'Ghost Mode'.<br>
Mails can be delivered to other local accounts. This mode is selected by
checking one or more cases in the chart below.<br>
Mails can be delivered to an external Mailbox. This mode is selected
if an E-Mail is set in the 'Email address to forward mail' field.<br>
You must set at least one kind of recipient.
]]>
</trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are
logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz )
To set more than one external address, just separate them
with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[
<p>
Here you can set the information needed to access your
external mailboxes : Name of the server storing the mailbox,
type of mailbox server, account name, account password.
</p>
]]>
</trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[
<p>
This is the list of external mailboxes already configured
for this user.
</p>
]]>
</trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[
This doesn't seems to be a valid server namei or IP address.<br>
To be valid, this field must contain either a valid server name or a valid IP address.<br>
A valid server name contains between two and 5 parts separated by dots '.'<br>
For all parts but the last, characters allowed are letters, numbers and '-'.
The parts can be of any size.<br>
For the last part (also named tld), only letters are allowed, and the part
must contain between two and seven characters.<br>
A valid IP address is made with four decimal integers, each between 0 and 255. The four
numbers are put together, separated by one dot.
]]>
</trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[
Oops ! I'm affraid you just entered one of the special characters we
cannot allow. In theses fields, you can use any characters EXCEPT pipe '|'
and the two very special characters, 0x1E and 0x1F.
]]>
</trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[
You cannot leave any of the three fields 'server name', 'user name'
or 'user passord' empty.
]]>
</trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>'Raw' options for fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been
saved successfully.
</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.
</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers
from the internal network has been saved successfully.
</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration
of IMAP and POP3 access.
</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers
from the internal network has been saved successfully.
</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration
of SMTP access.
</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers
from the internal network has been saved successfully.
</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration
of NNTP access.
</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration
has been saved successfully.
</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Previous</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration
database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration
database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[
The E-Mail address you gave doesn't seems to be valid.<br>
A valid E-Mail contains only letters, digits and undescores in the name part.
There can also be '-' and '.' in the name, but not at begining or end.
The domain part (to the right of the @ sign) should only contain upper- and
lowercase letters, numbers and the '-' character. The domain name normally contains
between 1 and 4 dot (.) characters.
The last word (the tld) can only contains letters and
it should have a least 2 characters, but not more than 7.<br>
You can set more than one external mailbox. In this case, just separate each
e-mail address with a colon ':'
]]>
</trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[
<center><h4>Scheduling information</h4></center>
E-mail retrieval is done at regular intervals. The scheduling
rules are the same as the rules set in the 'E-Mails' panel.<br>
If you want to change the schedule, simply change them in the
E-Mail panel.<br>
<b>NOTE!</b> : If you don't use ETRN or Multi-Drop,
you cannot change the schedule !<br>
To work around this limitation, do the following :<br>
- Select ETRN and select your new schedule then 'Save'.<br>
- Then select 'Standard (SMTP)' and 'Save' again.
]]>
</trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="es">
<entry>
<base>FORM_TITLE</base>
<trans>Configurar Recuperación de Casilla Externa</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Habilitar Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail esta Deshabilitado</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Deshabilitar Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail esta Habilitado</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Habilitar Acceso a Servidor Externo POP e IMAP</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>La estaciones de trabajo en la red interna LAN no pueden acceder a servidores externos POP e IMAP</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Deshabilitar Acceso a Servidores Externos POP e IMAP</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>La estaciones de trabajo en la red interna LAN pueden acceder a servidores externos POP e IMAP</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Habilitar Acceso a Servidor Externo SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>La estaciones de trabajo en la red interna LAN no pueden acceder a servidores externos SMTP</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Deshabilitar Acceso a Servidor Externo SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>La estaciones de trabajo en la red interna LAN pueden acceder a servidores externos SMTP</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Forzar conexiones SMTP a través del Proxy SME</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>La estaciones de trabajo en la red interna LAN tienen acceso directo a servidores externos SMTP</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Permitir conexiones SMTP directas</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>Las conexiones SMTP desde la LAN a Internet pasan a través del proxy del servidor SME</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Habilitar acceso a servidor externo de noticias</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>La estaciones de trabajo en la red interna LAN no pueden acceder a servidores externos de Noticias</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Deshabilitar acceso a servidor de noticias externo</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Los ordenadores de la red interna LAN pueden acceder a los servidores de Noticias externos</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Actualmente no hay usuarios definidos en este sistema.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Configuración general de reglas de recuperación de correo</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Cuenta de Usuario</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Copiar correo a</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>¿ Es ésta una cuenta ghost (sólo utilizada para redistribuir los correos) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>¿ Desea depurar esta cuenta (las acciones de fetchmail son registradas en /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>¿ Desea que esta cuenta sea monitoreada por la cuenta de 'admin' ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>¿ Qué desea hacer con los E-Mails de los servidores externos ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Recuperar todos los correos</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Leer correos y dejarlos en los servidores</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Recuperar solamente nuevos correos</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>¿ Desea reenviar estos correos ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Recuperar sólo para esta cuenta</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Recuperar para esta cuenta y reenviar a otra casilla</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Reenviar todos los correos a otra casilla única</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Dirección(es) de Email para reenviar correos ( formato : xxx@yyy.zz ) Para configurar más direcciones externas, separarlas con dos puntos ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Establecer información de acceso de correo externo</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Nombre o IP del servidor de correo externo</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocolo utilizado para leer los correos</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>El nombre de cuenta de usuario en el servidor de correo</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>La contraseña de cuenta de usuario en el servidor de correo</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validar Cuenta</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Servidor de Correo</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Tipo de Acceso al Correo</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Cuenta de la Casilla del Servidor</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Contraseña de la Casilla del Servidor</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Razones de la falla</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Recuperación de Correo</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Sus cambios en la configuración de Fetchmail han sido guardados correctamente.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Imposible aplicar los cambios de configuración de Fetchmail.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Su cambio para el acceso a los servidores externos POP3 e IMAP4 desde la red interna ha sido guardado correctamente.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Imposible aplicar los cambios a la configuración de acceso IMAP y POP3</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Su cambio para el acceso a servidores externos SMTP desde la red interna ha sido guardado correctamente.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Imposible aplicar los cambios a la configuración de acceso SMTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Sus cambios para el acceso a los servidores externos de Noticias desde la red interna han sido guardados correctamente.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Imposible aplicar los cambios a la configuración de acceso NNTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Sus cambios de configuración del Proxy SME SMTP han sido guardados correctamente.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Anterior</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>¡ Validar Cambios !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>No se puede recuperar el registro fetchmail desde la base de datos de configuración.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>No se puede recuperar el registro smtpfront-qmail desde la base de datos de configuración.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>HABILITADO</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DESHABILITADO</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Casilla Externa</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Cuenta Ghost</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Casilla en modo 'depuración'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Casilla bajo supervisión.</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="et">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Reasons for failure</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Previous</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="fr">
<entry>
<base>FORM_TITLE</base>
<trans>Configuration de la récupération de BALs externes</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Vous pouvez ici configurer la récupération de boites aux lettres externes sur votre serveur SME. Qu'est ce à dire ?<br> Certains de vos utilisateurs peuvent disposer de boites aux lettres situées sur des serveurs différents de votre serveur SME. D'ici, vous pouvez demander à votre serveur SME de récupérer le contenu de ces BALS dans des BALS de SME. Ceci présente l'avantage de gérer toute la configuration 'lourde' sur le serveur SME, permettant une configuration aisée du poste utilisateur. Ceci permet également le backup et le passage à l'antivirus des Mails via le serveur SME (Si vos clients utilisent IMAP et/ou WEBMAIL pour accéder à leur messagerie, et si votre serveur est doté d'un anti-virus et de sauvegardes !)<br> Ce panneau vous permet en outre d'autres opérations :<br> - Le contenu d'une boite peut être distribuée dans plusieurs boites additionnelles.<br> - Vous pouvez créer des boites 'fantômes : elles ne stockent rien, et ne font que de la redistribution.<br> - Il est possible de logguer les opérations sur une ou plusieurs boites.<br> - ... ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Activer la récupération de messages</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>La récupération de messages est désactivée</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Désactiver la récupération de messages</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>La récupération de messages est activée</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Autoriser l'accès POP3 et IMAP4</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>L'accès aux serveurs POP3 et IMAP4 externes depuis le réseau interne est bloqué</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Interdire l'accès POP3 et IMAP4</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>L'accès aux serveurs POP3 et IMAP4 externes depuis le réseau interne est autorisé</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Autoriser l'accès SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>L'accès aux serveurs SMTP externes depuis le réseau interne est bloqué</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Interdire l'accès SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>L'accès aux serveurs SMTP externes depuis le réseau interne est autorisé</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Connexions SMTP par le Proxy SME</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Les Stations du LAN connectent directement les serveurs SMTP externes</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Connexions SMTP directes</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>Les stations du LAN connectent les serveurs SMTP externes via le Proxy SME</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Autoriser l'accès aux News</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>L'accès aux serveurs de News externes depuis le réseau interne est bloqué</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Désactiver l'accès aux News</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>L'accès aux serveurs de News externes depuis le réseau interne est autorisé</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Vous trouverez ci-après un tableau avec la liste des utilisateurs définis sur ce serveur et un résumé de la configuration de la récupération de messages pour chacun d'eux.<br> Vous pourrez ici créer, modifier ou supprimer la configuration de cette récupération de messages pour chaque compte. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Il n'y a pas de comptes définis sur ce système.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Paramètres généraux de récupération de messages</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Indiquez ici les paramètres généraux de récupération pour ce compte de messagerie.<br> Les coordonées des comptes externes seront renseignées page suivante. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! Il n'y a pas de destinataire final désigné pour cette règle.<br> Les courriels peuvent être distribués dans la boite du compte courant. Ce choix est validé en répondant 'non' à la question : 'Est-ce un compte fantôme'.<br> Les courriels peuvent être distribuées dans d'autres boites locales. Ce choix est validé en cochant une ou plusieurs des cases se trouvant dans le tableau plus bas.<br> Les courriels peuvent être renvoyés vers une adresse de courriel externe. Ce choix est validé par la présence d'une adresse courriel dans le champ 'Adresse pour le transfert des messages'<br> Vous devez choisir au moins une de ces trois solutions. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Compte Utilisateur</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Copier les messages vers</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Est-ce un compte 'fantôme' (qui ne sert qu'à redistribuer les messages) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Voulez vous debugger ce compte (les opérations seront tracées dans le fichier /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Voulez vous monitorer ce compte via le compte Admin?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Quelle opération souhaitez vous effectuer sur les messages dans les boites externes ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Récupérer tous les messages</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Copier les messages et les laisser sur le serveur</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Récupérer les nouveaux messages seulement</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Voulez vous transférer les mails entrants ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Récupérer pour ce compte uniquement</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Récupérer pour ce compte et transférer vers une adresse de messagerie</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Transférer les messages vers une adresse de messagerie uniquement</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Adresse(s) pour le transfert des messages ( format : xxx@yyy.zz ) Si vous avez plus d'une adresse de mail externe, séparez les par des double-point ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Configuration des Boites aux lettres externes</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> C'est ici que vous indiquez les références des boites aux lettres que vous souhaitez récupérer :<br> serveur, type de messagerie, nom du compte, mot de passe. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Nom ou adresse IP du serveur de messagerie externe</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocole à utiliser pour lire les messages</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Le nom du compte de messagerie sur le serveur</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Le mot de passe du compte de messagerie sur le serveur</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options à passer directement à Fetchmail. Attention : ces options ne sont pas vérifiées, ainsi si vous ne savez pas ce que c'est, vous devez probablement laisser ceci vide !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>Pop par ssl (Expérimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>Imap par ssl (Expérimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Ceci est la liste des comptes externes déjà défini pour cet utilisateur. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Ceci ne semble pas être un nom ou une adresse IP de serveur valide.<br> Ce champ doit contenir soit un nom de serveur soit une adresse IP.<br> Un nom de serveur doit comprendre entre 2 et 5 groupes de caractères, séparés par des points '.'.<br> Les premiers groupes peuvent contenir des lettres, des chiffres et le signe moins '-' . <br> Le dernier groupe (à droite) peut contenir entre 2 et 5 lettres.<br> Une adresse IP valide est constituée de 4 nombres entiers compris entre 0 et 255, séparés par des points. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Votre saisie comprend des caractères interdits : Vous pouvez saisir dans ce champ n'importe quel caractère mis à part la barre verticale ( | ) et deux caractères très spéciaux (normalement insaisissables) dont voici la valeur hexadécimale : 0x1E et 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Vous ne pouvez laisser vide aucun des trois champs "nom de serveur", "nom de compte" ou "mot de passe de compte". ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validation de ce compte</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Serveur de messagerie</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Type d'accès au serveur</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>compte sur le serveur</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>mot de passe sur le serveur</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Options 'brutes' pour fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Récupération de mails</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[ ]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Vos changements à la configuration de la récupération de messages ont bien étés appliqués.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Impossible d'appliquer les changements de configuration de récupération de messages.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Vos changements de mode d'accès POP3 et IMAP4 ont bien étés pris en compte.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Impossible d'appliquer les changements de configuration de mode d'accès POP3 et IMAP4.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Vos changements de mode d'accès SMTP ont bien étés pris en compte.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Impossible d'appliquer les changements de configuration de mode d'accès SMTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Vos changements de mode d'accès NNTP ont bien étés pris en compte.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Impossible d'appliquer les changements de configuration de mode d'accès NNTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Vos changements de configuration du Proxy SMTP ont bien étés pris en compte.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Précédent</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Valider les changements !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Impossible de récupérer l'enregistrement de configuration de fetchmail dans la base de données de configuration.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Impossible de récupérer l'enregistrement de configuration de smtpfront-qmail dans la base de données de configuration.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ L'adresse de messagerie que vous avez saisi ne semble pas conforme.<br> Une adresse de messagerie conforme ne contient que des lettres, des chiffres et le symbole souligné "_ "<br> Il peut également y avoir des signes moins "-" et point "." mais pas au début ni à la fin. <br>La partie 'domaine' (la partie à droite du signe "@" ) ne peut contenir que des lettres, des chiffres et le signe moins "-". <br>Cette partie doit contenir entre 1 et 4 points ".". <br>La dernière partie ( entre le dernier point et la droite de l'adresse ) doit comprendre entre 2 et 5 lettres en minuscules. <br>Vous pouvez indiquer plus d'une adresse de mail externe. Il suffit de séparer chaque adresse par un double-point ":" ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>Activé</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>Désactivé</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Boite externe</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Compte 'fantôme'</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Boite en mode 'debug'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>boite sous supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Informations de planification</h4></center> La récupération de messages est faite à intervalles réguliers. Les règles de planifications sont les mêmes que celles définies dans le panneau 'Courrier électronique'.<br> Si vous souhaitez modifier la planification, changez celle-ci dans le panneau 'Courrier électronique'.<br> Mais il y a un truc ! Si vous n'utilisez pas le mode ETRN ou le mode multidrop, vous ne pouvez pas enregistrer les changements de planification.<br> Dans ce cas, procédez ainsi :<br> 1) Choisissez le mode ETRN et faites votre nouvelle planification. Enregistrez vos changements.<br> 2) Immédiatement après, choisissez à nouveau le mode 'standard' et enregistrez à nouveau. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirmer que vous voulez changer le statut de Fetchmail</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirmer que vous voulez changer le statut du filtrage du trafic externe IMAP et POP</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirmer que vous voulez changer le statut du filtrage du trafic externe NNTP</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="he">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>סיבות לכשלון</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Previous</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="hu">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Hibák</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Előző</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="id">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Alasan gagal</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Previous</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="it">
<entry>
<base>FORM_TITLE</base>
<trans>Configura recupero da Caselle Email Esterne</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Questo pannello ti permette di configurare il recupero da caselle di email esterne al tuo Server. Cosa significa? Alcuni dei tuoi utenti potrebbero avere delle caselle email esterne. È più conveniente recuperare e smistare le email da queste caselle nel tuo Server locale. Questo ti permette di avere una configurazione molto semplice sulle postazioni degli utenti, che devono configurare un unico account, sul tuo server locale..<br> Ti permette inoltre di effettuare il backup di queste email sul server locale (se la postazione dell'utente usa IMAP e se fai il backup del tuo server, naturalmente!).<br> Ma questo pannello ti offre anche altre funzioni:<br> - Una casella email può essere distribuita a molte caselle<br> - Puoi creare un 'Account Fantasma': le email inviate a questo account sono esclusivamente distribuite ad altre caselle email.<br> - si può tenere uno storico degli eventi di una casella email.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Abilita Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail è disabilitato</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disabilita Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail è abilitato</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Abilita l'accesso ai server esterni POP e IMAP</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Le postazioni della LAN interna non possono accedere ai server POP e IMAP esterni</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disabilita l'accesso ai server POP e IMAP esterni</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Le postazioni della LAN interna possono accedere ai server POP e IMAP esterni</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Abilita l'accesso ai server SMTP esterni</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Le postazioni della LAN interna non possono accedere ai server SMTP esterni</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disabilita l'accesso ai server SMTP esterni</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Le postazioni della LAN interna possono accedere ai server SMTP esterni</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Forza le connessioni SMTP attraverso il Proxy di SME</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Le postazioni della LAN interna possono accedere DIRETTAMENTE ai server SMTP esterni</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Permetti le connessioni dirette SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>Le connessioni SMTP dalla LAN verso Internet passano attraverso il Proxy sul server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Abilita l'accesso ai server NNTP esterni</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Le postazioni della LAN interna possono accedere ai server NNTP esterni</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disabilita l'accesso ai server NNTP esterni</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Le postazioni della LAN interna possono accedere ai server NNTP esterni</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Di seguito troverai una tabella che riassume gli utenti attualmente definiti in questo sistema ed un sommario della configurazione di scaricamento posta per ogni utente.<br> Da qui puoi creare, modificare e rimuovere le regole di scaricamento posta per ogni utente. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Non ci sono attualmente utenti definiti in questo sistema.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Imposta le regole generali di recupero della posta</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Seleziona le informazioni generali per gli account di recupero posta esterna.<br> Le caselle specifiche da recuperare saranno impostate nelle prossime schermate. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups! Non esiste un destinatario finale per questa regola.<br> Le email possono essere smistate all'account locale. Questo modo può essere impostato se scegli 'NO' per il 'Modo Fantasma'.<br> Le email possono essere smistate ad altri account locali. Questo modo può essere impostato selezionando uno o più casi dalla tabella seguente.<br> Le email possono essere smistate ad una casella esterna. Questo modo può essere impostato se si inserisce un'email nel campo 'Indirizzo cui inoltrare le email'.<br> Devi impostare almeno un tipo di regola. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Account Utente</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Invia copia delle email a</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>È un account 'fantasma' (solo per redistribuire le email) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Vuoi effettuare il debug di questo account (le azioni di recupero posta saranno loggate in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Vuoi che questo account sia monitorato dall'account 'admin' ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Cosa vuoi fare con le email sui server esterni ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Recupera tutte le email</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Leggi le email e lasciale sui server</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Recupera solo le email nuove</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Vuoi inoltrare queste email?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Recupera solo per questo account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Recupera per questo account ed inoltra ad un'altra casella email</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Inoltra solamente tutte le email ad un'altra casella email</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Gli indirizzi email cui inoltrare le email ( formato : xxx@yyy.zz ) Per impostare più di un indirizzo esterno, semplicemente separali con il carattere ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Imposta le informazioni di accesso alle email esterne</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Qui puoi impostare le informazioni necessarie ad accedere alle tue caselle email esterne : Nome del server dove risiede la casella email, il tipo di server email, il nome dell'account, e la password dell'account. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Nome o IP Address del server mail esterno</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocollo da usare per leggere le email</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Il nome utente dell'account sul server email</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>La password dell'account sul server email</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Parametri che possono essere inviati direttamente a fetchmail. Attenzione: questi parametri non vengono verificati, quindi se non siete certi di quel che fate lasciate questo campo vuoto!</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Sperimentale)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Sperimentale)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Questo è un elenco delle caselle email esterne già configurate per questo utente. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Questo non sembra essere un nome o IP Address di server valido.<br> Un nome di server valido contiene da 2 a 5 parti separate da punti '.'<br> Per tutte le parti, tranne l'ultima, i caratteri permessi sono lettere, numeri e '-'. Le parti possono essere di qualsiasi lunghezza.<br> Per l'ultima parte (chiamata anche tld), sono ammesse solo lettere, e deve contenere da 2 a 5 caratteri. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! Spiacente, hai appena inserito uno dei caratteri che non sono ammessi. In queste caselle, puoi usare qualsiasi carattere a parte la 'pipe' '|' e due caratteri molto speciali, 0x1E e 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Non puoi lasciare vuote nessuna delle tre caselle 'nome server', 'nome utente' e 'password utente' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Convalida Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Server Email</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Tipo di accesso Email</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Account della casella sul Server</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Password della casella sul Server</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Opzioni 'Raw' per fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Recupero Email</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>I tuoi cambiamenti alla configurazione di scaricamento posta sono stati salvati con successo.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Impossibile applicare i cambiamenti alla configurazione di scaricamento posta.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>I tuoi cambiamenti di accesso a server POP3 e IMAP4 esterni dalla rete interna sono stati salvati con successo.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Impossibile applicare i cambiamenti alla configurazione di accesso a IMAP e POP3.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>I tuoi cambiamenti di accesso a server SMTP esterni dalla rete interna sono stati salvati con successo.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Impossibile applicare i cambiamenti alla configurazione di accesso a SMTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>I tuoi cambiamenti di accesso a server NNTP esterni dalla rete interna sono stati salvati con successo.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Impossibile applicare i cambiamenti alla configurazione di accesso a NNTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>I tuoi cambiamenti alla configurazione del Proxy SMTP sono stati salvati con successo.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Prec.</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Convalida i cambiamenti!</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Non posso recuperare il record fetchmail dal database di configurazione.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Non posso recuperare il record smtpfront-qmail dal database di configurazione.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ L'indirizzo email che hai fornito non sembra essere valido.<br> Un indirizzo email valido contiene solo lettere, numeri e trattini di sottolineatura nella parte del nome. Possono esserci anche '-' e '.' nel nome, ma non all'inizio o alla fine. La parte di dominio (a destra del simbolo @) dovrebbe contenere solo caratteri maiuscoli, minuscoli, numeri e '-'. Il nome dovrebbe contenere da 1 a 4 punti. L'ultima parola (il tld) può contenere solo lettere e dovrebbe avere almeno 2 caratteri, ma non più di 5.<br> Puoi impostare più di una casella email esterna. In questo caso, separa semplicemente ogni indirizzo email con ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ABILITATO</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABILITATO</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Casella Email esterna</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Account Fantasma</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Casella Email in modalità 'debug'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Casella Email sotto supervisione</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Informazioni di programmazione</h4></center> Il recupero delle email è fatto ad intervalli regolari. Le regole di programmazione sono le stesse di quelle impostate nel pannello 'Email'.<br> Se vuoi cambiare la programmazione, semplicemente cambiala dal pannello Email.<br> Ma c'è un trucco : se non usi ETRN o Multi-Drop, non puoi cambiare la programmazione !<br> In questo caso, fai come segue :<br> - Seleziona ETRN e seleziona la tua nuova programmazione, quindi 'Salva'.<br> - Subito dopo, seleziona 'Standard (SMTP)' e 'Salva' di nuovo. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Conferma la modifica dello stato di Fetchmail</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Conferma il cambio di stato del filtro traffico esterno IMAPe POP</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Conferma il cambio di stato del filtro traffico esterno NNTP</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="ja">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>'Raw' options for fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>前へ</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="nb">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Grunner til feil</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Forrige</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="nl">
<entry>
<base>FORM_TITLE</base>
<trans>Configureer externe postbus ophaling</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Fetchmail aanzetten</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail staat uit</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Fetchmail Uitzetten</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail staat Aan</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Externe POP en IMAP server toegang aanzetten</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Werkstations op het interne LAN hebben geen toegang tot externe POP en IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Externe POP en IMAP server toegang uitzetten</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Werkstations op het interne LAN hebben toegang tot externe POP en IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Externe SMTP server toegang aanzetten</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Werkstations op het interne LAN hebben geen toegang tot externe SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Externe SMTP server toegang uitzetten</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Werkstations op het interne LAN hebben toegang tot externe SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Forceer SMTP verbindingen via the SME proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Werkstations op het interne LAN hebben rechtstreekse toegang tot externe SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Directe SMTP verbindingen toestaan</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP verbindingen van LAN naar Internet worden ge-proxied door de SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Toegang tot externe nieuws servers aanzetten</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Werkstations op het interne LAN hebben geen toegang tot externe nieuws servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Toegang tot externe nieuws servers uitzetten</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Werkstations op het interne LAN hebben toegang tot externe nieuws servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Er zijn op dit moment geen gebruikers gedefinieerd op dit systeem.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Zet algemene regels voor het ophalen van post</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Gebruikersaccount</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Post kopiëren naar</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is dit een 'geest' account (die alleen gebruikt wordt om post te her-distributeren)?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Wilt u fouten opsporen in dit account (fetchmail acties worden opgeslagen in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Wilt u dit account laten monitoren door het 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Wat wilt u doen met berichten op externe servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>All post ophalen</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Lees post en laat het op de server</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Alleen nieuwe post ophalen</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Wilt u deze post doorsturen?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Alleen voor deze account ophalen</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Voor deze account ophalen en doorsturen naar een andere postbus</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Alleen doorsturen naar een andere postbus</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>E-mail adres(en) voor het doorsturen van post ( formaat : xxx@yyy.zz ) Om meer dan één extern adres in te stellen dient u ze te scheiden met een dubbele punt ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Externe post toegangsinformatie instellingen</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Naam of IP adres van de externe mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Te gebruiken protocol voor lezen van post</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>De gebruiker accountnaam op de mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Het gebruikersaccount wachtwoord op de mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimenteel)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimenteel)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Account valideren</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Post Toegangs Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server postbusaccount</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server postbuswachtwoord</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Reden voor mislukken</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Post ophalen</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Uw verandering aan de Fetchmail configuratie zijn met succes opgeslagen.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Aanpassen van de Fetchmail configuratie was niet mogelijk.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Uw veranderingen voor het toegankelijk maken van externe POP3 en IMAP4 servers vanuit het interne netwerk zijn met succes opgeslagen.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Aanpassen van de configuratie veranderingen voor IMAP an POP3 toegang was niet mogelijk.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Uw aanpassingen op de toegang tot externe SMTP servers vanuit het interne netwerk zijn met succes opgeslagen.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Aanpassen van de configuratie verandering voor SMTP toegang was niet mogelijk.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Uw aanpassingen op de toegang tot externe nieuws servers vanuit het interne netwerk zijn met succes opgeslagen.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Aanpassen van de configuratie veranderingen voor NNTP toegang was niet mogelijk.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Uw aanpassingen aan de SME SMTP Proxy configuratie zijn met succes opgeslagen.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Vorige</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Controleer veranderingen !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Kon geen fetchmail record lezen van de configuratiedatabank.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Kon geen smtpfront-qmail record lezen van de configuratiedatabank.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>AAN</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>UIT</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Externe postbus</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Geest account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Postbus in 'debug' stand</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Postbus onder supervisie</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="pl">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>'Raw' options for fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Poprzednia</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="pt-br">
<entry>
<base>FORM_TITLE</base>
<trans>Configurar Busca de Caixa Postal Externa</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Este painel permite a configuração de busca em caixas postais externas. O que isso significa?<br> Alguns de seus usuário podem ter outras contas de e-mail externas. Normalmente os clientes de e-mail em cada micro tem que ser configurados para fazer download destas contas e também da conta no servidor SME. Usando este painel de controle, o servidor SME pode ser configurado para buscar as mensagens nestas caixas externa e então enviá-las automaticamente para as caixas internas. Isto faz a configuração dos clientes de e-mail nos micros locais muito simples. <br> Usando este método de busca de e-mails (e assumindo que os micros da rede local estarão usando IMAP) significará que todos e-mail terão backup como parte do processo normal de backup que ocorrerá no servidor..<br> Outras funções disponível através deste painel são:<br> - Uma caixa postal pode ser distribuida para muitas caixas postais<br> - Você pode criar uma 'Conta fantasma': e-mail enviados para esta conta serão distribuidos para outras caixas-postais.<br> - logging de eventos para caixas-postais.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Habilitar Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail está desabilitado</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Desabilitar Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail está Habilitado</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Habilitar acesso a servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Estações na rede interna não podem acessar servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Desabilitar acesso a servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Estações na rede interna podem acessar servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Habilitar acesso a servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Estações na rede interna não podem acessar servidores SMTP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Desabilitar acesso a servidores SMTP externos</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Estações na LAN podem acessar servidores SMTP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Forçar conexões SMTP através do Proxy do SME</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Estações na rede interna tem acesso direto a servidores SMTP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Permite conexões SMTP diretas</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>Conexões SMTP a partir da rede interna para a internet passam pelo proxy do servidor SME</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Habilitar acesso a servidores de news externos</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Estações da rede interna não podem acessar servidores de News externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Desabilitar acesso servidor de news externo</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Estações da rede interna podem acessar servidores de news externos</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Abaixo está uma tabela que resume os usuários definidos atualmente neste sistema com a configuração do fetchmail para cada um.Aqui você pode criar, modificar e remover regras de fetchmail para qualquer usuário. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Atualmente não há usuários definidos neste sistema.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Definir regras gerais de busca de e-mail.</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Selecione a informação geral para as contas do fetchmail.<br> As caixas postais específicas para busca serão definidas nas próximas telas. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oops ! Não há destinatário final para esta regra.E-mails podem ser entregues para a conta local. Este modo será selecionado se você escolher 'NÃO' para o 'Modo Fantasma'.<br>E-mails podem ser entregues para outras contas locais. Este modo será selecionado se você marcar uma ou mais caixas no gráfico abaixo.<br>E-mails podem ser entregues para uma caixa postal externa. Este modo é selecionado se um e-mail é definido no campo 'Endereço de e-mail para encaminhar mensagens' .<br> Você deve definir ao menos um tipo de destinatário. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Conta do Usuário</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Copiar e-mail para</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Esta é uma 'conta fantasma' (usada somente para redistribuir e-mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Você deseja ativar o debug para esta conta (ações do fetchmail serão logadas no arquivo /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Você deseja que esta conta seja monitorada pela conta 'admin' ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>O que você deseja fazer com os e-mails que estão nos servidores externos ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Buscar todos e-mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Ler os e-mail e deixá-los nos servidores</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Buscar apenas os e-mails novos</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Você deseja encaminhar estes e-mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Buscar somente para esta conta</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Buscar para esta conta e encaminhar para outra conta de e-mails</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Apenas encaminhar todos e-mails para outra conta de e-mails.</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Endereço(s) de e-mail para encaminhar os e-mails (o formato é xxx@yyy.zz). Para definir mais de um endereço externo, apenas separe-os com o sinal de dois pontos ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Definir informações de acesso ao e-mail externo</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Aqui você define as informações necessárias para acessar as caixas postais externas: Nome do servidor armazenando a caixa postal, tipo de servidor de e-mail, nome da conta e sua senha. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Nome ou endereço IP do servidor de e-mail externo</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocolo para usar quando lendo e-mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>A conta de usuário no servidor de e-mail</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>A senha do usuário no servidor de e-mail</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Opções que você pode passar diretamente ao fetchmail. Atenção: estas opções não são verificadas, então se você não sabe o que isso é, você provavelmente deveria deixar esse campo em branco!</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Esta é a lista de caixas postais externas já configuradas para este usuário </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Este não parece ser um nome de servidor válido ou endereço IP válido.Para ser válido este campo deve conter um nome de servidor válido ou um endereço de IP válido. <br> Um nome de servidor válido contém entre duas e cinco partes separadas por pontos '.'<br> Para todas as partes exceto a última, os caracteres permitidos são letras, números e o hifen '-'. As partes podem ser de qualquer tamanho.<br> Para a última parte (também chamada de TLD), somente letras são permitidas e a parte deve conter entre dois e sete caracteres.<br> Um endereço IP válido é feito de quatro números decimais inteiros, cada um entre 0 e 255. Os quatro números são organizados juntos, separando-os com um ponto '.' ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Ooops ! Eu receio que você digitou um dos caracteres especiais que não podemos permitir. Nestes campos, você pode usar qualquer caracter EXCETO pipe '|' e outros dois caracteres muito especiais, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Você não pode deixar nenhum dos três campos em branco: 'nome do servidor', 'nome do usuário' e 'senha do usuário'. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validar Conta</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Servidor de e-mail</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Tipo de acesso ao e-mail</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Usuário da caixa postal no servidor</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Senha da caixa postal no servidor</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>opções 'Raw' para o fetchmail</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Busca de e-mail</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[ ]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Suas alterações na configuração do Fetchmail foram salvas com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Incapaz de aplicar as mudanças na configuração do Fetchmail.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Suas alterações no acesso externo a servidores POP3 e IMAP4 a partir da rede interna foram salvas com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Incapaz de aplicar as mudanças de configuração no acesso POP3 e IMAP4.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Suas alterações do acesso a servidores SMTP externos a partir da rede interna foi salva com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Incapaz de aplicar as mudanças na configuração do acesso SMTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Suas alterações do acesso a servidores NEWS externos a partir da rede interna foi salva com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Incapaz de aplicar as mudanças na configuração do acesso NNTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Suas alterações para a configuração de Proxy SMTP do SME foram salvas com sucesso.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Anterior</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validar Mudanças !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Não consigo buscar registro fetchmail do banco de dados de configurações.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Não consigo buscar registro smtpfront-qmail do banco de dados de configurações.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ O endereço de e-mail que você forneceu não parece ser válido.Um e-mail válido contém apenas letras, dígitos e sublinhados na parte do nome. O nome também pode conter '-' e '.' mas não no início ou no fim. A parte do domínio (a direita do simbolo @) deve conter apenas letras minusculas ou maiúsculas, números e o caractere '-' . O domínio normalmente contém entre 1 e 4 pontos ('.'). A última palavra (chamada TLD) somente pode conter letras e deve ter ao menos 2 caracteres e não mais do que 7.<br> Você pode definir mais do que uma caixa postal externa. Neste caso, apenas separe os endereços de e-mail usando o símbolo ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>HABILITADO</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DESABILITADO</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Caixa Postal Externa</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Conta fantasma</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Caixa Postal em modo 'debug'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Caixa Postal sob supervisão</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Informação de programação</h4></center> A busca do e-mail é feita em intervalos regulares. As regras para programação são as mesmas regras definidas no painel 'E-Mails'.<br> Se você gostaria de mudar a programação simplesmente a mude no painel de e-mail .<br> <b>NOTA!</b> : Se você não usa ETRN ou Multi-Drop, você não pode mudar a programação!<br> Para contornar essa limitação, faça o seguinte:<br> - Selecione ETRN e mude a nova programação e escolha 'Salvar'.<br> - Depois selecione 'SMTP Padrão' e salve-a novamente. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="pt">
<entry>
<base>FORM_TITLE</base>
<trans>Configurar Busca de Caixa Postal Externa</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Habilitar Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail está desabilitado</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Desabilitar Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail está Habilitado</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Habilitar acesso a servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Estações na rede interna não podem acessar servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Desabilitar acesso a servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Estações na rede interna podem acessar servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Habilitar acesso a servidores POP e IMAP externos</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Estações na rede interna não podem acessar servidores SMTP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Desabilitar acesso a servidores SMTP externos</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Estações na rede interna podem acessar servidores SMTP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Forçar conexões SMTP através do Proxy do SME</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Estações na rede interna tem acesso direto a servidores SMTP externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Permite conexões SMTP diretas</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>Conexões SMTP a partir da rede interna para a internet passam pelo proxy do servidor SME</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Habilitar acesso a servidores de news externos</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Estações da rede interna não podem acessar servidores de News externos</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Desabilitar acesso servidor de news externo</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Estações da rede interna podem acessar servidores de news externos</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Atualmente não há usuários definidos neste sistema.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Definir regras gerais de busca de e-mail.</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Conta do Usuário</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Copiar e-mail para</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Esta é uma 'conta fantasma' (usada somente para redistribuir e-mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Você deseja ativar o debug para esta conta (ações do fetchmail serão logadas no arquivo /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Você deseja que esta conta seja monitorada pela conta 'admin' ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>O que você deseja fazer com os e-mails que estão nos servidores externos ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Buscar todos e-mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Ler os e-mail e deixá-los nos servidores</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Buscar apenas os e-mails novos</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Você deseja encaminhar estes e-mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Buscar somente para esta conta</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Buscar para esta conta e encaminhar para outra conta de e-mails</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Apenas encaminhar todos e-mails para outra conta de e-mails.</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Endereço(s) de e-mail para encaminhar os e-mails (o formato é xxx@yyy.zz). Para definir mais de um endereço externo, apenas separe-os com o sinal de dois pontos ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Definir informações de acesso ao e-mail externo</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Nome ou endereço IP do servidor de e-mail externo</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocolo para usar quando lendo e-mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>A conta de usuário no servidor de e-mail </trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>A senha do usuário no servidor de e-mail</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validar Conta</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Servidor de e-mail</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Tipo de acesso ao e-mail</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Usuário da caixa postal no servidor</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Senha da caixa postal no servidor</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Razões pela falha</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Busca de e-mail</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Suas alterações na configuração do Fetchmail foram salvas com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Incapaz de aplicar as mudanças na configuração do Fetchmail.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Suas alterações no acesso externo a servidores POP3 e IMAP4 a partir da rede interna foram salvas com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Incapaz de aplicar as mudanças de configuração no acesso POP3 e IMAP4.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Suas alterações do acesso a servidores SMTP externos a partir da rede interna foi salva com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Incapaz de aplicar as mudanças na configuração do acesso SMTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Suas alterações do acesso a servidores NEWS externos a partir da rede interna foi salva com sucesso.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Incapaz de aplicar as mudanças na configuração do acesso NNTP.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Suas alterações para a configuração de Proxy SMTP do SME foram salvas com sucesso.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Anterior</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validar Mudanças !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Não consigo buscar registro fetchmail do banco de dados de configurações.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Não consigo buscar registro smtpfront-qmail do banco de dados de configurações.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>HABILITADO</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DESABILITADO</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Caixa Postal Externa</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Conta fantasma</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Caixa Postal em modo 'debug'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Caixa Postal sob supervisão</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="ro">
<entry>
<base>FORM_TITLE</base>
<trans>Configurați importul de Mailuri externe</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Acest panou configurează importul de mailuri externe de către serverul SME Ce înseamnă aceasta?<br> Unii din utilizatorii serverului pot avea si conturi externe. De obicei, clientii de mail de la fiecare utilizator trebuei configurat să preia aceste mailuri externe. Utilizând acest panou de control, serverul SME poate fi configurat să preia mailurile din conturile externe direct în contul local al utilizatorului. Aceasta înlesnțte configurarea clienților locali.<br> Utilizând această metodă de import (și presupunând ca clienții de mail sunt setați in mod IMAP) înseaamnă ca mailurile vor fi salvate ca parte integrantă a salvărilor curente.<br> Alte funcționalități disponibile prin acest panou:<br> - O adresă poate fi redistribuită mai multor adrese<br> - Puteți crea 'Cont Fantomă' : Mailurile destinate acetui cont vor fi redistribuite altor conturi.<br> - rapoare pentru evenimetele casutelor de mail.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Activați import de mesaje</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Importul de mailuri este dezactivat</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Dezactivați import mailuri</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Importul de mailuri este dezactivat</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Activați acces la POP și IMAP extern</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Stațiile de lucru din LAN nu pot accesa servere POP și IMAP externe</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Dezactivați acces la serverul POP și IMAP din exterior </trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Stațiile de lucru din LAN pot accesa servere POP și IMAP externe</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Activati accesul la serverul SMTP din exterior</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Stațiile de lucru din LAN nu pot accesa servere SMTP externe</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Dezactivati accesul la serverul SMTP din exterior</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Stațiile de lucru din LAN pot accesa servere SMTP externe</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Forțați conexiunile SMTP prin proxy-ul SME</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Stațiile de lucru din LAN au acces direct la servere externe SMTP</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Permiteți conexiuni directe SMTP</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>Conexiunile SMTP din LAN sunt fortate prin SME Proxy de pe server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Activați accesul la servere de știri externe</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Stațiile de lucru din LAN nu pot accesa servere de știri externe</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Dezactivați accesul extern la serverul de știri</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Stațiile de lucru din rețeaua internă pot accesa servere de știri externe</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Mai jos este un tabel ce insumează utilizatorii curenți cu un sumar al setarilor de fetchmail pentru fiecare.<br> Aici puteți crea, modifica sau șterge regulile de fetchmail ale oricarui utilizator. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Deocamdată nu sunt definiți utilizatori în sistem.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Setări generale de reguli de preluare mail</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Setați informațiile generale pentru conturile de preluare mail extern.<br> Setările specifice se vor efectua în următoarea pagină. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! Nu există destinatar final pentru această regulă.<br> Mailurile pot fi livrate contului actual. Acest mod este selectat in cazul în care alegeți 'NU' pentru 'Ghost Mode'.<br> Mails pot fi livrate altor conturi locale. Acest mod este selectat când bifați una sau mai multe selecțiuni din opțiunile de mai jos.<br> Mailurile pot fi livrate unui cont extern. Acest mod este selectat dacă cîmpul "Adresă externă de retransmitere" este completat.<br> Trebuie setat cel puțin un destinatar. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Cont utilizator</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Copiază mailul către</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Este un cont 'fantomă' (doar pentu a redistribui mailurile) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Vreți să faciți debug la acest cont (actiunile de fethcmail vor fi notate în /var/log/mailog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Doriți ca acest cont să fie monitorizat de contul de 'admin' ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Ce doriți să se înâmple cu E-Mailurile de pe serverele externe ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Importă toate mailurile</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Citeste mailurile și lasă-le pe servere</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Importă numai mailurile noi</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Vreți sa retransmiteți aceste mailuri?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Importă doar pentru contul acesta</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Importă pentru acest cont și retransmite la un alt cont de mail</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Retransmite toate mailurile la un alt cont de mail</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Adresa(e) de mail unde să retransmită ( format xxx@yyy.zz ) Pentru a seta mai multe adrese externe separați-le cu punct și virgulă (;) </trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Setați informațiile de acces ale mailului extern</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Aici puteți seta informațiile necesare de acces a contului de mail extern :Numele serverului, tipul servedrului, numele contului, parola contului. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Numele sau IP-ul serverului extern</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocolul utilizat pentru citirea mailurilor</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Numele contului utilizatorului pe serverul de mail</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Parola utilizatorului pe serverul de mail</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>POP</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>IMAP</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL POP (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL IMAP (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> Aceasta este lista casuțelor de mail deja configurate pentru acest utilizator. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ Aceasta nu apre a fi un nume sau adresa de IP valide.<br> Pentru a fi valid, acest câmp trebuie să conțină fie un nume de server valid fie o adresa IP corectă.<br> Un nume de server conține într două și cinci părți alfanumerice separate prin puncte '.'<br> Pentru toate parțile mai puțin ultima, caracterele permise sunt litere, sumere și '-'. Părțile pot fi de orice dimensiune.<br> Pentru ultima parte (denumită tld), sunt eprmise numai litere, iar partea cuprinde între două și șapte caractere.<br> O adresă IPvalidă este constituită din patru numere intregi fiecare între 0 și 255. cele patru numere sunt unite la un loc, separate de un punct. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! Ați introdus caractere speciale ce nu sunt permise. în aceste câmpuri puteți utiliza orice caracter EXCEPȚIE bară '|' și cele două caractere speciale, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ Nu puteți lăsa nici unul din câmpurile 'nume server', 'nume utilizator' sau 'user parola' gol. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validați cont</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Server Mail</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Tip de acces mail</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Cont de mail pe server</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Parolă căsuță poștală</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Motivele de eşec</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Inport mailuri</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[ ]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Modificările efectuate asupra Importului de mailuri au fost salvate cu succes.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Imposibil de aplicat modificările pentru importuld e mailuri</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Modificările accesului la serverele POP3 și IMAP4 din rețeaua internă a fost salvate cu succes.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Imposibil de aplicat modificările configurației de acces POP3 și IMAP4.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Modificările accesului la serverul exterior SMTP din rețeaua internă s-au salvat cu succes.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Imposibil de aplicat modificările confugurărilor de acces SMTP</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Modificările accesului la serverul exterior de stiri din rețeaua internă s-au salvat cu succes.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Imposibil de aplicat modificările confugurărilor de acces NNTP</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Modificările Proxy-ului SME SMTP s-au salvat cu succes.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Anterior</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validați modificări!</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Nu pot prelua setări de import mailuri din baza de date de configurări.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Nu pot prelua inregistrările smtpfront-qmail din baza de configurări.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ Adresa E-Mail furnizată pare a nu fi validă.<br> O adresă E-Mail validă conține doar literenumere si sublinieri în zona de nume . Pot exista deasemenea '-' și '.' în nume, dar nu la început sau sfârșit. Partea de domeniu (în dreapta semnului @ ) trebuie să conțină litere, numere, și cratimă '-' . Numele de domeniu conține de obicei între 1 și 4 puncte (.) . Ultimul cuvânt (tld-ul) poate conține doar litere și are intre 2 si 7 caractere.<br> Puteți seta mai mult de o adresă externa. În acest caz, separați-le cu punct și virgulă ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ACTIV</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DEZACTIVAT</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Adresa mail externă</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Cont fantomă</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Căsuță mail in mod 'debug'</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Căsuță mail sub supraveghere</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Informații ale programarilor</h4></center> Importul de E-mailuri se face la intervale regulate. Regulile de programare sunt aceleași ca și regulile setate în panoul 'E-mails'.<br> Dacă doriți schimbarea programărilor, schimbați-le în panoul E-Mail.<br> <b>NOTĂ!</b> : Dacă nu folosiți ETRN sau Multi-Drop, nu puteți schimba programarea !<br> Ca să evitați acest neajuns, procedați astfel :<br> - Selectați ETRN și setați noua programare apoi 'Salvați'.<br> - Apoi setați 'Standard (SMTP)' și 'Salvați' din nou. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="ru">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Причины сбоев</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Предыдущий</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="sl">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Vzrok za napako</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Prejšnji</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="sv">
<entry>
<base>FORM_TITLE</base>
<trans>Konfigurera hämtning från extern e-postlåda</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Aktivera Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail är avaktiverad</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Avaktivera Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail är aktiverad</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Aktivera åtkomst till extern POP och IMAP-server</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Arbetsstationer på det interna nätverket kan inte komma åt externa POP och IMAP-servrar</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Avaktivera åtkomst till extern POP och IMAP-server</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Arbetsstationer på det interna nätverket kan komma åt externa POP och IMAP-servrar</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Aktivera åtkomst till extern SMTP-server</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Arbetsstationer på det interna nätverket kan komma åt externa SMTP-servrar</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Avaktivera åtkomst till extern SMTP-server</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Arbetsstationer på det interna nätverket kan komma åt externa SMTP-servrar</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Tvinga SMTP-anslutningar genom SME:s Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Arbetsstationer på det interna nätverket har direktaccess till externa SMTP-servrar</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Tillåt direkta SMTP-anslutningar</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP-anslutningar från internt nätverk till Internet går genom proxy på SME-servern</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Tillåt åtkomst till extern nyhetsserver</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Arbetsstationer på det interna nätverket har inte åtkomst till externa nyhetsservrar</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Avaktivera åtkomst till extern nyhetsserver</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Arbetsstationer på det interna nätveret har åtkomst till externa nyhetsservrar</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>Det finns för närvarande inga användare definierade på detta system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Ange generella regler för hämtning av mail</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>Användarkonto</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Skicka kopia till</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Är det ett 'spök'-konto (som endast används för att vidarebefordra e-post) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Vill du felsöka detta konto (fetchmailhändelser loggas i /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Vill du att detta konto skall övervakas av 'admin'-kontot ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>Vad vill du göra med e-postmeddelanden på externa servrar ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Hämta alla e-postmeddelanden</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Läs e-postmeddelanden och lämna kvar dem på servrarna</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Hämta endast nya e-postmeddelanden</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Vill du vidarebefordra dessa e-postmeddelanden ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Hämta endast för detta kontot</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Hämta för detta konto och vidarebefordra till annan e-postlåda</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Vidarebefordra endast alla e-postmeddelanden till annan e-postlåda</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>E-postadress(er) som skall vidarebefordras till (format : xxx@yyy.zz ). För att ange mer än en extern adress, separera dem med ett kolon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Ange åtkomstinformation till det externa e-postkontot</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Namn eller IP-adress på den externa e-postservern</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protokoll som skall användas vid läsning av e-postmeddelanden</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>Användarkontot på mailservern</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>Lösenordet för kontot på mailservern</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>POP</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL POP (Experimentel)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimentel)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validera konto</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mailserver</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Åtkomsttyp för e-post</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Mailkonto på servern</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Mailkontots lösenord på servern</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Skäl vid misslyckande</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Hämtning av mail</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Dina ändringar av Fetchmails konfiguration har genomförts.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Kunde inte genomföra ändringarna av Fetchmails konfiguration.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Din ändring av åtkomst av externa POP3 och IMAP-servrar från det lokla nätverket har genomförts.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Kunde inte genomföra ändringarna av konfigurationen för IMAP och POP3 åtkomst.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Din ändring av åtkomst till externa SMTP-servrar från det interna nätverket har genomförts.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Kunde inte genomföra ändringar av konfigurationen för SMTP åtkomst.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Dina ändringar för åtkomst till externa nyhetsservrar från det lokla nätverket har genomförts.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Kunde inte genomföra ändringar av konfigurationen för NNTP åtkomst.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Dina ändringar av konfigurationen för SME SMTP proxyn har genomförts.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Föregående</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validera ändringar !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Kan inte hämta Fetchmaildata från konfigurationsdatabasen.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Kan inte hämta smtpfront-qmaildata från konfigurationsdatabasen.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>AKTIVERAD</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>AVAKTIVERAD</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>Extern e-postlåda</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Spökkonto</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>E-postlådan i felsökningsmod</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>E-postlådan under övervakning</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="th">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>เหตุผลของการล้มเหลว</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Previous</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="tr">
<entry>
<base>FORM_TITLE</base>
<trans>Configure External Mailbox Retrieval</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>Enable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail is Disabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>Disable Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail is Enabled</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>Enable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>Workstations on the internal LAN cannot access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>Disable External POP and IMAP server access</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>Workstations on the internal LAN can access external POP and IMAP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>Enable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>Workstations on the internal LAN cannot access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>Disable External SMTP server access</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>Workstations on the internal LAN can access external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>Force SMTP connections through the SME Proxy</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>Workstations on the internal LAN have direct access to external SMTP servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>Allow direct SMTP connections</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>SMTP connections from LAN to Internet are proxyed by the SME server</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>Enable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>Workstations on the internal LAN cannot access external News servers</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>Disable external news server access</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>Workstations on the internal LAN can access external News servers</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>There are currently no users defined on this system.</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>Set general mail retrieval rules</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>User Account</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>Mail copy to</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>Is it a 'ghost' account (only used to redistribute mails) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>Do you want to debug this account (fetchmail actions are logged in /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>Do you want this account be monitored by the 'admin' account ?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>What do you want to do with E-Mails on external servers ?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>Retrieve all mails</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>Read mails and leave them on the servers</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>Retrieve new mails only</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>Do you want to forward theses mails ?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>Retrieve only for this account</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>Retrieve for this account and forward to another mailbox</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>Forward all mails to another mailbox only</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>Email address(es) to forward mails to ( format : xxx@yyy.zz ) To set more than one external address, just separate them with a colon ':'</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>Set external mail access informations</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>Name or IP Address of the external mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>Protocol to use when reading mails</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>The user account name on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>The user account password on the mail server</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (Experimental)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (Experimental)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>Validate Account</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>Mail Server</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>Mail Access Type</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>Server Mailbox Account</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>Server Mailbox Password</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>Başarısız olma nedenleri</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>Mail retrieval</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Your changes to the Fetchmail configuration have been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>Unable to apply the Fetchmail configuration changes.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>Your change to the access of external POP3 and IMAP4 servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>Unable to apply the changes to the configuration of IMAP and POP3 access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>Your change to the access of external SMTP servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>Unable to apply the changes to the configuration of SMTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>Your changes to the access to external News servers from the internal network has been saved successfully.</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>Unable to apply the changes to the configuration of NNTP access.</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>Your changes to the SME SMTP Proxy configuration has been saved successfully.</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>Önceki</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>Validate Changes !</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>Cannot retrieve fetchmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>Cannot retrieve smtpfront-qmail record from the configuration database.</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>ENABLED</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>DISABLED</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>External Mailbox</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>Ghost account</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>Mailbox in 'debug' mode</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>Mailbox under supervision</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="zh-cn">
<entry>
<base>FORM_TITLE</base>
<trans>配置外部邮箱检索</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> This panel allows configuration of external mailbox retrieval by your SME Server. What does this mean?<br> Some of your users may have external mailbox(es). Usually, the email clients on individual workstations have to be configured to fetch mail from these external mailboxes as well as from the normal mailboxes provided by the SME server. Using this control panel, the SME server can be configured to fetch mail from external mailboxes and then automatically forward these mails to internal mail boxes. This makes configuration of the email clients on individual workstations very easy.<br> Using this method of mail retrieval (and provided that the individual workstations are using IMAP) means that emails are backed up as part of the normal backup process.<br> Other functions available through this panel are:<br> - A mailbox can be distributed to many mailboxes<br> - You can create 'Ghost account' : Mails sent to this account are distributed to other(s) mailbox(es) only.<br> - logging of events for a mailboxes.<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>启用 Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail 被禁用</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>禁用 Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>Fetchmail 已启用</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>开启外部POP和IMAP服务器访问</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>内网的工作站无法访问外部POP和IMAP服务器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>禁止访问外部POP和IMAP服务器</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>内网的工作站可以访问外部POP和IMAP服务器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>启用外部SMTP服务器访问</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>内网工作站无法访问外部SMTP服务器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>禁止外部SMTP服务器访问</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>内网工作站可以访问外部SMTP服务器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>强制SMTP连接通过SME代理</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>内网工作站可以直接访问外部SMTP服务器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>允许直接进行SMTP连接</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>内网至外网的SMTP连接由SME server代理</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>启用外部新闻服务器访问</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>内网工作站无法访问外部新闻服务器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>禁止外部新闻服务器访问</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>本地工作站可以访问新闻服务器</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[ Below is a table summarizing the current users defined on this system with a summary of the fetchmail configuration for each user.<br> Here you can create, modify, and remove fetchmail rules for any user. ]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>系统当前没有指定用户。</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>设置邮件检索规则</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Select the general information for the fetchmail accounts.<br> The specific mailboxes to retrieve will be set on the next screens. </p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[ Oups ! There is no final recipient for this rule.<br> Mails can be delivered to the local account. This mode is selected if you choose 'NO' for the 'Ghost Mode'.<br> Mails can be delivered to other local accounts. This mode is selected by checking one or more cases in the chart below.<br> Mails can be delivered to an external Mailbox. This mode is selected if an E-Mail is set in the 'Email address to forward mail' field.<br> You must set at least one kind of recipient. ]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>用户账户</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>邮件抄送到</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>它是一个ghost账户吗 (仅用于重发邮件) ?</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>是否调试这个账户 (fetchmail 行为记录在 /var/log/maillog) ?</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>这个账户是否被管理员账户admin监视</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>您怎么处理外部服务器的邮件?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>检索所有邮件</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>读取邮件,并把邮件放在服务器上</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>只检索新邮件</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>是否转发这些邮件?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>只检索这个账户</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>检索这个账户并转发到另一个邮箱</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>转发所有邮件到另一个邮箱箱</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>邮件转发的地址 ( 格式: xxx@yyy.zz ) 。要设置多个地址,请用冒号“:”分隔。</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>设置外部邮件访问信息</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p> Here you can set the information needed to access your external mailboxes : Name of the server storing the mailbox, type of mailbox server, account name, account password. </p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>外部邮件服务器的名称或IP地址</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>读取邮件使用的协议</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>邮件服务器上的用户账户</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>邮件服务器上的用户密码</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>SSL Pop (实验性的)</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>SSL Imap (实验性的)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> This is the list of external mailboxes already configured for this user. </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[ This doesn't seems to be a valid server namei or IP address.<br> To be valid, this field must contain either a valid server name or a valid IP address.<br> A valid server name contains between two and 5 parts separated by dots '.'<br> For all parts but the last, characters allowed are letters, numbers and '-'. The parts can be of any size.<br> For the last part (also named tld), only letters are allowed, and the part must contain between two and seven characters.<br> A valid IP address is made with four decimal integers, each between 0 and 255. The four numbers are put together, separated by one dot. ]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[ Oops ! I'm affraid you just entered one of the special characters we cannot allow. In theses fields, you can use any characters EXCEPT pipe '|' and the two very special characters, 0x1E and 0x1F. ]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ You cannot leave any of the three fields 'server name', 'user name' or 'user passord' empty. ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>验证账户</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>邮件服务器</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>邮件传送类型</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>服务器邮箱账户</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>服务器邮箱密码</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>失败原因</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>邮件检索</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[&nbsp;]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Fetchmail 配置已被保存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>不能应用 Fetchmail 配置的修改。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>从本地网络访问外部POP3和IMAP4服务器的变更已保存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>不能应用IMAP和POP3访问配置的更改。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>从本地网络访问外部SMTP服务器的变更已保存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>不能应用SMTP访问配置的更改。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>您的变更已被保存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>无法应用NNTP的访问配置变更。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>SME SMTP 代理配置已被保存。</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>上一步</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>验证变更!</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>不能从配置数据库中检索fetchmail记录。</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>不能从配置数据库检索smtpfront-qmail记录。</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[ The E-Mail address you gave doesn't seems to be valid.<br> A valid E-Mail contains only letters, digits and undescores in the name part. There can also be '-' and '.' in the name, but not at begining or end. The domain part (to the right of the @ sign) should only contain upper- and lowercase letters, numbers and the '-' character. The domain name normally contains between 1 and 4 dot (.) characters. The last word (the tld) can only contains letters and it should have a least 2 characters, but not more than 7.<br> You can set more than one external mailbox. In this case, just separate each e-mail address with a colon ':' ]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>启用</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>禁用</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>外部邮箱</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>ghost账户</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>邮箱处于调试模式</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>邮箱处于监视下</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>Scheduling information</h4></center> E-mail retrieval is done at regular intervals. The scheduling rules are the same as the rules set in the 'E-Mails' panel.<br> If you want to change the schedule, simply change them in the E-Mail panel.<br> <b>NOTE!</b> : If you don't use ETRN or Multi-Drop, you cannot change the schedule !<br> To work around this limitation, do the following :<br> - Select ETRN and select your new schedule then 'Save'.<br> - Then select 'Standard (SMTP)' and 'Save' again. ]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,356 @@
<lexicon lang="zh-tw">
<entry>
<base>FORM_TITLE</base>
<trans>設定外埠郵箱檢索</trans>
</entry>
<entry>
<base>FIRST_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p>此控制台允許您透過SME伺服器設定外埠郵箱收件。什麼意思呢<br> 您的有些使用者可能擁有外埠郵箱。通常這些在個別工作站上的郵件端點必須設定成從外埠郵箱取得郵件就像從SME伺服器所提供的一般郵箱一樣。使用此控制台SME伺服器可被設定成從外埠郵箱取得郵件然後自動轉送這些郵件到內部郵箱。這使得在個別工作站上的郵件端點之設定變得非常簡單。<br>使用此郵件接收的方式只要個別工作站亦正使用IMAP表示郵件被視為一般備份程序的一部份<br>透過此控制台可獲得的其他功能為:<br> - 單一郵箱可被配置成很多郵箱<br> - 您可建立虛無帳號'Ghost account':郵件傳送到此帳號僅可分配到其他郵箱。<br> - 為郵箱記錄事件。<br> ]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_0</base>
<trans>啟用 Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_0</base>
<trans>Fetchmail 被禁用</trans>
</entry>
<entry>
<base>BUTTON_LABEL_SERVICE_1</base>
<trans>禁用Fetchmail</trans>
</entry>
<entry>
<base>SERVICE_1</base>
<trans>允許Fetchmail</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_0</base>
<trans>允許外埠POP與IMAP伺服器存取</trans>
</entry>
<entry>
<base>ROUTING_0</base>
<trans>內部區網工作站無法存取外埠POP與IMAP伺服器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTING_1</base>
<trans>禁止外埠POP與IMAP伺服器存取</trans>
</entry>
<entry>
<base>ROUTING_1</base>
<trans>內部區網工作站得以直接存取外埠POP與IMAP伺服器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_0</base>
<trans>允許外埠SMTP伺服器存取</trans>
</entry>
<entry>
<base>ROUTINGSMTP_0</base>
<trans>內部區網工作站無法存取外埠SMTP伺服器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTP_1</base>
<trans>禁止外埠SMTP伺服器存取</trans>
</entry>
<entry>
<base>ROUTINGSMTP_1</base>
<trans>內部區網工作站得以直接存取外埠SMTP伺服器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_0</base>
<trans>強制SMTP連線透過SME Proxy代理伺服器</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_0</base>
<trans>內部區網工作站已經直接存取外埠SMTP伺服器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGSMTPPROXY_1</base>
<trans>允許直接SMTP連線</trans>
</entry>
<entry>
<base>ROUTINGSMTPPROXY_1</base>
<trans>由區網到網際網路的SMTP連線由SME server進行代理連線。</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_0</base>
<trans>允許外埠news伺服器存取</trans>
</entry>
<entry>
<base>ROUTINGNNTP_0</base>
<trans>內部區網工作站無法存取外埠news伺服器</trans>
</entry>
<entry>
<base>BUTTON_LABEL_ROUTINGNNTP_1</base>
<trans>禁止外部新聞服務器存取</trans>
</entry>
<entry>
<base>ROUTINGNNTP_1</base>
<trans>區網內部工作站可以存取新聞服務器</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_USERS</base>
<trans><![CDATA[下表是系統當下定義的使用者摘要 亦摘要每位使用者fetchmail的設定值。<br>此處您可以位每位使用者建立修正與移除fetchmail的規則。]]></trans>
</entry>
<entry>
<base>NO_USER_ACCOUNTS</base>
<trans>此系統當下並未定義使用者。</trans>
</entry>
<entry>
<base>SET_GENERAL_TITLE</base>
<trans>設定通用郵件恢復規則</trans>
</entry>
<entry>
<base>SET_GENERAL_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p>為fetchmail帳號選擇通用資訊<br>恢復用的指定mailboxes將於下個畫面設定。</p> ]]></trans>
</entry>
<entry>
<base>ERROR_NO_FINAL_RECIPIENT</base>
<trans><![CDATA[慘了!此規則沒有最終收件者。<br>郵件可被傳送到本地端帳戶。倘若您對'Ghost Mode'選擇'NO',此模式就被選定。<br>郵件可被傳送到其他本地端帳戶。此模式可透過檢視下方其一或更多圖表中案例而選定。<br>郵件可被傳送到外埠郵箱。倘若E-Mail被設定於'Email address to forward mail'欄位中,此模式就被選定。<br>您必須至少選擇一種收件者。]]></trans>
</entry>
<entry>
<base>LABEL_USER_ACCOUNT</base>
<trans>使用者帳號</trans>
</entry>
<entry>
<base>LABEL_COPY_TO</base>
<trans>郵件複製到</trans>
</entry>
<entry>
<base>LABEL_GHOST</base>
<trans>它是一個虛假ghost帳號嗎僅用於重置郵件</trans>
</entry>
<entry>
<base>LABEL_DEBUG</base>
<trans>您欲除錯此帳號嗎fetchmail 的行為被記錄在 /var/log/maillog</trans>
</entry>
<entry>
<base>LABEL_SPY</base>
<trans>您欲讓管理者監控此帳號嗎?</trans>
</entry>
<entry>
<base>LABEL_MAIL_RETRIEVE</base>
<trans>您欲如何處理外部郵件?</trans>
</entry>
<entry>
<base>KEEP_NO</base>
<trans>檢索所有郵件</trans>
</entry>
<entry>
<base>KEEP_YES</base>
<trans>讀取郵件並將其留置於伺服器上</trans>
</entry>
<entry>
<base>KEEP_NEW</base>
<trans>只檢索新郵件</trans>
</entry>
<entry>
<base>LABEL_MAIL_FORWARD</base>
<trans>是否轉送這些郵件?</trans>
</entry>
<entry>
<base>FORWARD_GET</base>
<trans>只檢索此帳號</trans>
</entry>
<entry>
<base>FORWARD_COPY</base>
<trans>檢索此帳號並轉送到另一郵箱</trans>
</entry>
<entry>
<base>FORWARD_FORWARD</base>
<trans>轉送所有郵件到另一郵箱</trans>
</entry>
<entry>
<base>LABEL_FORWARD_MAIL</base>
<trans>郵件轉送地址(格式: xxx@yyy.zz。要設置多個地址請用冒號「」分隔。</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_TITLE</base>
<trans>設置外部郵件存取資訊</trans>
</entry>
<entry>
<base>SET_ACCOUNTS_PAGE_DESCRIPTION</base>
<trans><![CDATA[ <p>此處您可設定所需的資訊來存取您的外埠郵箱:儲存郵箱的伺服器名稱,郵件伺服器類型,帳號名稱,帳號密碼。</p> ]]></trans>
</entry>
<entry>
<base>LABEL_MAIL_SERVER</base>
<trans>外部郵件伺服器的名稱或IP位址</trans>
</entry>
<entry>
<base>LABEL_MAIL_TYPE</base>
<trans>讀取郵件時所使用的協定</trans>
</entry>
<entry>
<base>LABEL_MAIL_ACCOUNT</base>
<trans>郵件伺服器上的使用者帳號</trans>
</entry>
<entry>
<base>LABEL_MAIL_PASSWORD</base>
<trans>郵件伺服器上的使用者密碼</trans>
</entry>
<entry>
<base>LABEL_MAIL_OPTIONS</base>
<trans>Options you can pass directly to fetchmail. Warning : these options aren't checked, so if you dont know what this is, you should probably let this field blank !</trans>
</entry>
<entry>
<base>POP3</base>
<trans>Pop</trans>
</entry>
<entry>
<base>IMAP</base>
<trans>Imap</trans>
</entry>
<entry>
<base>SPOP3</base>
<trans>加密 Pop實驗性</trans>
</entry>
<entry>
<base>SIMAP</base>
<trans>加密 Pop Imap (實驗性)</trans>
</entry>
<entry>
<base>SHOW_FETCHMAIL_ACCOUNTS</base>
<trans><![CDATA[ <p> 這是使用者已設置的外部郵箱列表。 </p> ]]></trans>
</entry>
<entry>
<base>ERR_BADSERVER</base>
<trans><![CDATA[這似乎並非是有效伺服器名稱或IP位址。<br>此區塊必須包含有效伺服器名稱或有效IP位址。<br> 一個有效的伺服器名稱涵蓋介於由2-5個逗點'.'所區分的部份。<br>除了最後以外的其他部份,字元可以是字母、數字與'-'。各部位可任意長度。<br>最後部份也稱為tld僅允許字母而且此部位必須僅涵蓋2-7字元。<br>一個有效IP位址由四個十進位的整數所組成每個整數介於0-255。四個數字被放置於一起但由逗點隔開。]]></trans>
</entry>
<entry>
<base>ERR_BADCHARS</base>
<trans><![CDATA[慘了!恐怕您剛輸入了我們不允許的特定字元。在這些區塊中,除了導向符號'|'與0x1E和0x1F這兩個特定字元您可以使用任何字元。]]></trans>
</entry>
<entry>
<base>ERR_FIELD_EMPTY</base>
<trans><![CDATA[ 您不可留白此三區塊'伺服器名稱'、'使用者名稱'或'使用者密碼' 。]]></trans>
</entry>
<entry>
<base>BUTTON_LABEL_VALIDATE_ACCOUNT</base>
<trans>驗證賬號</trans>
</entry>
<entry>
<base>MAIL_SERVER</base>
<trans>郵件伺服器</trans>
</entry>
<entry>
<base>MAIL_TYPE</base>
<trans>郵件存取類型</trans>
</entry>
<entry>
<base>MAIL_ACCOUNT</base>
<trans>伺服器郵箱賬號</trans>
</entry>
<entry>
<base>MAIL_PASSWORD</base>
<trans>伺服器郵箱密碼</trans>
</entry>
<entry>
<base>MAIL_OPTIONS</base>
<trans>失敗的理由</trans>
</entry>
<entry>
<base>fetchmail</base>
<trans>郵件檢索</trans>
</entry>
<entry>
<base>BLANK</base>
<trans><![CDATA[ ]]></trans>
</entry>
<entry>
<base>SUCCESSFULLY_CHANGED_CONF</base>
<trans>Fetchmail 設定已成功儲存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_CHANGING_CONF</base>
<trans>無法使用Fetchmail修正後的設定</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTING</base>
<trans>對於您從內部網路存取外部POP3與IMAP4伺服器的變更已經成功的儲存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTING</base>
<trans>無法使用關於存取POP3與IMAP4設定的變更。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGSMTP</base>
<trans>對於您從內部網路存取外部SMTP伺服器的變更已經成功的儲存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGSMTP</base>
<trans>無法使用關於存取SMTP設定的變更。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_ROUTINGNNTP</base>
<trans>對於您從內部網路存取外部News伺服器的變更已經成功的儲存。</trans>
</entry>
<entry>
<base>ERROR_WHILE_MODIFYING_ROUTINGNNTP</base>
<trans>無法使用關於存取NNTP設定的變更。</trans>
</entry>
<entry>
<base>SUCCESSFULLY_MODIFIED_SMTPPROXY</base>
<trans>對於您的SME SMTP Proxy代理伺服器之變更已經成功的儲存。</trans>
</entry>
<entry>
<base>PREVIOUS</base>
<trans>上一個</trans>
</entry>
<entry>
<base>VALIDATE</base>
<trans>有效變更!</trans>
</entry>
<entry>
<base>ERR_NO_FETCHMAIL_RECORD</base>
<trans>從設定資料庫中無法檢索fetchmail紀錄。</trans>
</entry>
<entry>
<base>ERR_NO_SMTPFRONT-QMAIL_RECORD</base>
<trans>從設定資料庫中無法檢索smtpfront-qmail紀錄。</trans>
</entry>
<entry>
<base>ERR_BADMAIL</base>
<trans><![CDATA[您似乎給了無效的電郵位址。<br>有效的電郵在名稱部份僅包含字母、數字與底線。名稱中可以是'-'與'.',但是不可在開頭或結尾。在網域部份(符號@的右側)應當僅包含大小寫字母、數字與'-'字元。網域名稱通常涵蓋1-4個逗點.的字元。最後一個字the tld僅能包含字元並且應當至少擁有2個字元但不應超過7個。<br>您可以設定多個外埠郵箱。在這個例子中,只要用冒號':'分隔每一個電郵位址。]]></trans>
</entry>
<entry>
<base>STATUS_1</base>
<trans>允許</trans>
</entry>
<entry>
<base>STATUS_0</base>
<trans>禁止</trans>
</entry>
<entry>
<base>NB_EXT_BOX</base>
<trans>外埠郵箱</trans>
</entry>
<entry>
<base>GHOST_ACCOUNT</base>
<trans>虛無帳號</trans>
</entry>
<entry>
<base>DEBUG_MAILBOX</base>
<trans>郵箱正在除錯模式</trans>
</entry>
<entry>
<base>SPIED_MAILBOX</base>
<trans>郵箱正在監控中</trans>
</entry>
<entry>
<base>SHOW_SCHEDULE_INFOS</base>
<trans><![CDATA[ <center><h4>行事曆訊息</h4></center>郵件接收在規律的時間執行。行事曆規則如同'E-Mails'控制台設定的規則一樣。<br>倘若您欲變更行事曆,只需在電郵控制台變更。<br> <b>注意!</b>倘若您不使用ETRN或Multi-Drop您無法變更行事曆<br>要解決此限制,請依下列執行:<br> - 選擇ETRN並選擇您的新行事曆然後'Save'。<br> - 然後選擇'Standard (SMTP)'與再次'Save'。]]></trans>
</entry>
<entry>
<base>SET_FETCHMAIL_SATUS</base>
<trans>Confirm you want to change Fetchmail status</trans>
</entry>
<entry>
<base>RoutingIMPAPPOP</base>
<trans>Confirm you want to change IMAP and POP external traffic filtering status</trans>
</entry>
<entry>
<base>RoutingNNTP</base>
<trans>Confirm you want to change NNTP external traffic filtering status</trans>
</entry>
</lexicon>

View File

@ -0,0 +1,137 @@
{
use esmith::config;
use esmith::db;
$OUT = '';
local %services;
$services{'fetchmail'} = $fetchmail;
if ( ( $FetchMails{ status } || "disabled" ) eq "enabled" ) {
if ( ( $fetchmail{ status } || "disabled" ) eq "enabled" &&
( $fetchmail{ Method } || "standard" ) ne "standard" ) {
} else {
$OUT .= "\n";
$OUT .= "# fetchmail times during office hours\n";
$OUT .= "\n";
my $FetchmailFreqOffice =
db_get_prop(\%services, "fetchmail", 'FreqOffice');
if ($FetchmailFreqOffice)
{
if ($FetchmailFreqOffice eq 'every5min')
{
$OUT .= "*/5\t8-17\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOffice eq 'every15min')
{
$OUT .= "*/15\t8-17\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOffice eq 'every30min')
{
$OUT .= "*/30\t8-17\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOffice eq 'everyhour')
{
$OUT .= "0\t8-17\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOffice eq 'every2hrs')
{
$OUT .= "0\t8-17/2\t*\t*\t1-5\troot\t/etc/startmail\n";
}
else
{
$OUT .= "# FetchmailFreqOffice - never\n";
}
}
else
{
$OUT .= "# FetchmailFreqOffice - not defined\n";
}
$OUT .= "\n";
$OUT .= "# fetchmail times outside office hours\n";
$OUT .= "\n";
my $FetchmailFreqOutside =
db_get_prop(\%services, "fetchmail", 'FreqOutside');
if ($FetchmailFreqOutside)
{
if ($FetchmailFreqOutside eq 'every5min')
{
$OUT .= "*/5\t0-7\t*\t*\t1-5\troot\t/etc/startmail\n";
$OUT .= "*/5\t18-23\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOutside eq 'every15min')
{
$OUT .= "*/15\t0-7\t*\t*\t1-5\troot\t/etc/startmail\n";
$OUT .= "*/15\t18-23\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOutside eq 'every30min')
{
$OUT .= "*/30\t0-7\t*\t*\t1-5\troot\t/etc/startmail\n";
$OUT .= "*/30\t18-23\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOutside eq 'everyhour')
{
$OUT .= "0\t0-7\t*\t*\t1-5\troot\t/etc/startmail\n";
$OUT .= "0\t18-23\t*\t*\t1-5\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqOutside eq 'every2hrs')
{
$OUT .= "0\t0-7/2\t*\t*\t1-5\troot\t/etc/startmail\n";
$OUT .= "0\t18-23/2\t*\t*\t1-5\troot\t/etc/startmail\n";
}
else
{
$OUT .= "# FetchmailFreqOutside - never\n";
}
}
else
{
$OUT .= "# FetchmailFreqOutside - not defined\n";
}
$OUT .= "\n";
$OUT .= "# fetchmail times during the weekend\n";
$OUT .= "\n";
my $FetchmailFreqWeekend =
db_get_prop(\%services, "fetchmail", 'FreqWeekend');
if ($FetchmailFreqWeekend)
{
if ($FetchmailFreqWeekend eq 'every5min')
{
$OUT .= "*/5\t*\t*\t*\t6-7\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqWeekend eq 'every15min')
{
$OUT .= "*/15\t*\t*\t*\t6-7\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqWeekend eq 'every30min')
{
$OUT .= "*/30\t*\t*\t*\t6-7\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqWeekend eq 'everyhour')
{
$OUT .= "0\t*\t*\t*\t6-7\troot\t/etc/startmail\n";
}
elsif ($FetchmailFreqWeekend eq 'every2hrs')
{
$OUT .= "0\t*/2\t*\t*\t6-7\troot\t/etc/startmail\n";
}
else
{
$OUT .= "# FetchmailFreqWeekend - never\n";
}
}
else
{
$OUT .= "# FetchmailFreqWeekend - not defined\n";
}
}
}
}

View File

@ -0,0 +1,363 @@
{
# vim: ft=perl ts=4 sw=4 et:
package esmith;
use strict;
use Errno;
use esmith::util;
# ADDs by PS :
use esmith::ConfigDB ;
use esmith::AccountsDB ;
use constant FS => "," ;
use constant RS => ";" ;
$OUT ='';
# Access to databases 'New Look' ! (PS)
my $db = esmith::ConfigDB->open
or die "Can't open the Config database : $!\n" ;
my $accountdb = esmith::AccountsDB->open
or die "Can't open the Account database : $!\n" ;
my @users = $accountdb->get('admin');
push @users, $accountdb->users();
unless (scalar @users)
{
$OUT .="#\n#\n";
}
else
{
# In some cases, it's not adviseable to have the
# local SMTP server set as mail.$domain
# my $dom = "mail.".$db->get_value('DomainName') ;
my $dom = $db->get_value('DomainName') ;
#
# convert the old configuration with this
#
# here, we need maybe to do a doble conversion :
# old form to 1.0.2 form
# 1.0.2 to 1.3 form
my $maxmbox=20;
my $mdrop=$db->get_value('MDrop');
my $FM=$db->get('FetchMails');
if ( not defined $FM ) {
$FM = $db->new_record('FetchMails', { type => '' } ) ;
}
my $UsersDatasToConvert = 0 ;
if( not defined $mdrop)
# form is not 'before 1.0.2' like
{
my $type=$FM->prop('type') ;
if( (not defined $type) || ($type eq '') )
# FetchMails record is not defined at all
{
$FM->set_prop( 'type', 'service' ) ;
$FM->set_prop( 'status', 'disabled' ) ;
$FM->set_prop( 'Routing', 'YES' ) ;
} elsif ( $type eq 'custom_service' ) { # 1.0.2 like database
$UsersDatasToConvert = 1 ;
$FM->set_prop( 'type', 'service' ) ;
$FM->set_prop( 'status', 'enabled' ) ;
$FM->delete_prop('Lang') ;
$FM->delete_prop('MDrop');
$FM->delete_prop('MDropServ');
$FM->delete_prop('MDropName');
$FM->delete_prop('MDropPass');
$FM->delete_prop('MDropEnv');
$FM->delete_prop('MDropDebug');
$FM->delete_prop('MDropDomain1');
$FM->delete_prop('MDropDomain2');
$FM->delete_prop('MDropDomain3');
$FM->delete_prop('MaxMailBox');
$FM->delete_prop('OrigMDrop');
}
}
else
{
# Data base is in 'before 1.0.2' format
$UsersDatasToConvert = 1 ;
$FM->set_prop( 'type', 'service' ) ;
$FM->set_prop( 'status', 'enabled' ) ;
$db->delete('MDropServ');
$db->delete('MDropName');
$db->delete('MDropPass');
$db->delete('MDropEnv');
$db->delete('MDrop');
$db->delete('MDropDebug');
}
# starting with version 1.3.4, there is a 'version' field in the
# configuration database.
# so, if the version in database is below the version of
# smeserver-fetchmail, User accounts need to be converted.
my $version = $FM->prop('version') || 0 ;
$version =~s/[-\.]/0/g ;
my $packversion = 0 ;
if ( open VER, "/etc/e-smith/db/configuration/defaults/FetchMails/version" ) {
$packversion = <VER> ;
chomp $packversion ;
}
close VER ;
my $packver = $packversion ;
$packversion =~s/[-\.]/0/g ;
if ( $packversion gt $version ) {
$UsersDatasToConvert = 1 ;
$FM->set_prop('version', $packver ) ;
}
# Do we need to convert account Datas in user DataBases ?
if ( $UsersDatasToConvert ) {
my %ToConvert=( 'NumBox' => 'FM-NumBox',
'FetchMailAccounts' => 'FM-Accounts',
'MailCopyTo' => 'FM-MailCopyTo',
'ghost' => 'FM-Ghost',
'DebugOption' => 'FM-DebugOption',
'KeepOption' => 'FM-KeepOption',
'TransName' => 'FM-TransName' ) ;
foreach my $u ( @users ) {
# starting with version 1.3.1 : var names change in
# users database
foreach my $convert ( keys %ToConvert ) {
if ( defined ( $u->prop($convert) ) ) {
$u->set_prop($ToConvert{$convert}, $u->prop($convert) ) ;
$u->delete_prop($convert) ;
}
}
# special case : SpyOption is converted to MailCopyTo admin
if ( defined ( $u->prop( 'SpyOption' ) ) ) {
if ( $u->prop( 'SpyOption' ) eq 'YES' ) {
my $MailCopyTo = ( $u->prop( 'FM-MailCopyTo') || '' ) ;
if ( $MailCopyTo eq '' ) { $MailCopyTo = 'admin' }
else { $MailCopyTo = 'admin,' . $MailCopyTo }
$u->set_prop( 'FM-MailCopyTo', $MailCopyTo );
}
$u->delete_prop( 'SpyOption' ) ;
}
# starting with version 1.3.3, TransOption (who can conflict with
# Ghost is removed. If a transName is set, we use it. If not, we don't ;-)
# but, before removing, there a try to find a good mode for 'FM-Ghost'
# that is :
# if TransOption != 'FORWARD' no change to 'FM-Ghost'
# if 'FM-Ghost' == 'YES', no change
# if there no 'mail-copy-to' --> 'FM-Ghost' set to 'YES'
if ( defined $u->prop( 'TransOption' ) ) {
if ( $u->prop( 'TransOption' ) eq 'FORWARD' ) {
my $ghost = $u->prop( 'FM-Ghost' ) || 'NO' ;
if ( $ghost eq 'NO' ) {
my $mailCopyTo = $u->prop( 'FM-MAilCopyTo' ) || '' ;
if ( $mailCopyTo eq '' ) {
$u->set_prop( 'FM-Ghost', 'YES' ) ;
}
}
}
$u->delete_prop( 'TransOption' ) ;
}
my @MailData ; my @MailRemove ;
my $i = 0 ;
for ( $i = 1 ; $i <= 20 ; $i++ ) {
my $MS='MailServ' . $i ;
my $MT='MailType' . $i ;
my $MN='MailName' . $i ;
my $MP='MailPass' . $i ;
if ( defined ( $u->prop($MS) ) && defined ( $u->prop($MT) ) &&
defined ( $u->prop($MN) ) && defined ( $u->prop($MP) ) ) {
push @MailRemove, $i ;
my $Rec = $u->prop($MS) . FS . $u->prop($MT) . FS ;
$Rec .= unpack( "H*", $u->prop($MN) ) . FS ;
$Rec .= unpack( "H*", $u->prop($MP) ) ;
push @MailData, $Rec ;
}
}
$u->set_prop('FM-Accounts', join( RS, @MailData ) ) if scalar ( @MailData ) ;
# Old data are removed only after writing the new look datas.
foreach my $remove ( @MailRemove ) {
my $MS='MailServ' . $remove ;
my $MT='MailType' . $remove ;
my $MN='MailName' . $remove ;
my $MP='MailPass' . $remove ;
$u->delete_prop($MS) ;
$u->delete_prop($MT) ;
$u->delete_prop($MN) ;
$u->delete_prop($MP) ;
}
# Specials tests. Only needed for sanity check in case of
# some versions between 1.0.2 and 1.3.4 are in the wild
# should normaly not be the case...
if (defined $u->prop('FM-Accounts') ) {
my $FMAccounts = $u->prop('FM-Accounts') ;
# News fields and records separators
$FMAccounts =~ s/\037/;/g ;
$FMAccounts =~ s/\036/,/g ;
# shall we convert to hex ???
my @Recs = split ( RS, $FMAccounts ) ;
my $toconv = 0 ;
foreach my $rec ( @Recs ) {
my @R = split( FS, $rec ) ;
if ( "$R[2]$R[3]" =~ /[A-Zg-z\W]/ ) {
$toconv = 1 ;
}
}
if ( $toconv ) {
my @Recs2 ;
foreach my $rec ( @Recs ) {
my @R = split ( FS, $rec ) ;
$R[2] = unpack( "H*", $R[2] ) ;
$R[3] = unpack( "H*", $R[3] ) ;
push @Recs2, join( FS, @R ) ;
}
$FMAccounts = join( RS, @Recs2) ;
}
$u->set_prop('FM-Accounts', $FMAccounts) ;
}
}
# Here, the mails groups need to be generated...
# But we don't need to put that in this file :
# in a normal way, the database conversion is done at install time
# and at install time, the group are build after the conversion
}
#
# End of Data conversion...
#
# New test : if FetchMails status is 'disabled', we don't want that
# this part of /etc/fetchmail be generated.
if ( $FM->prop('status') eq 'enabled' ) {
foreach my $account ( @users ) {
my $FetchN=0;
my $Debug = $account->prop( 'FM-DebugOption' ) || '' ;
my $spy = $account->prop( 'FM-SpyOption' ) || '' ;
my $keepopt = $account->prop( 'FM-KeepOption' ) || '' ;
my $transname = $account->prop( 'FM-TransName') || '' ;
my $usergt = $account->prop( 'FM-MailCopyTo') || '' ;
my $ghost = $account->prop( 'FM-Ghost') || 'NO' ;
my $name = $account->key ;
my $comment = $name ;
my $maxcpy = 0;
if ( $transname ne '' ) {
$transname =~ s/:/,/g ;
if ( $usergt eq '' ) { $usergt = $transname }
else { $usergt = $usergt . "," . $transname }
}
if($usergt ne '') {
$name = "fm_fm-" . $name ;
my $comment2 = '' ;
$comment2 = $comment . "," if ( $ghost ne 'YES' ) ;
$comment = "$comment delivered to : $name = $comment2 $usergt";
}
# PS 2005/08/02 -> 1.3.4-05
# tristate combination for the delivering host :
# 1) if 'FetchMails->fetchhost' is set then this is the delivery host
# This should normally never be the case...
# 2) If the (systemWide) 'SMTPSmartHost is set, then this is the delivey host for fetchmail
# 3) If none of these are set, then the delivery host is set to the domain name of the computer
# BTW, correcting a bug preventing previous version to use the SMTPSmartHost value...
# PS 2005/08/19 ->1.3.4-06
# considerable mistake ! I had an automagical configuration whistle, but not the good one.
# I Said that if a smartHost is set, fetchmail must send incoming mails to the SmartHost.
# But SmartHosts are for Outgoing mails !
# Now, fetchmail automagically send mail to a DelegateMailServer, if set-up.
my $DestSMTPServer = $FM->prop( 'fetchhost' ) || '' ;
# my $SMTPSmartHost = $db->get( 'SMTPSmartHost' );
# $smarthost = $SMTPSmartHost->value || '' if ( $smarthost eq '' ) ;
# DelegateMailServer not ever exists...
if ( my $DelegateMailServer = $db->get( 'DelegateMailServer' ) ) {
$DestSMTPServer = $DelegateMailServer->value || '' if ( $DestSMTPServer eq '' ) ;
}
if( $DestSMTPServer ne '')
{ $DestSMTPServer = "smtpaddress $DestSMTPServer" ; }
else
{ $DestSMTPServer = "smtpaddress $dom" ; }
my $keep='fetchall';
if($keepopt eq "YES") { $keep='keep'; }
elsif($keepopt eq "NEW") { $keep='no fetchall'; }
# Change by PS
my $FetchMailsAcc = '' ;
if ( defined $account->prop( 'FM-Accounts' ) ) {
$FetchMailsAcc = $account->prop( 'FM-Accounts' ) ;
}
my @FetchMailAccounts = split RS, $FetchMailsAcc ;
foreach my $FetchMailAcount ( @FetchMailAccounts ) {
$FetchN++ ;
my ( $mserv, $mtype, $mname, $mpass, $moptions ) = split FS, $FetchMailAcount ;
if(not defined $mserv ) { $mserv='';}
if(not defined $mname ) { $mname='';}
if(not defined $mpass ) { $mpass='';}
if(not defined $mtype ) { $mtype='';}
if(not defined $moptions ) { $moptions='';}
# we need to convert the name, the password and the options from HEX to text
$mname = pack( "H*", $mname );
$mpass = pack( "H*", $mpass );
$moptions = pack( "H*", $moptions );
if ($mserv ne '') {
my $ServOpt = ' and options uidl no dns';
if($mtype =~ /IMAP/ ) { $ServOpt = ' and options no dns'; }
# ver 1.3.5-01 : add a timeout option
# this option is equal to the value timeout in the
# FetchMails service configuration
$ServOpt = ' timeout ' . ( $FM->prop('timeout') || 60 ) . $ServOpt;
if ( $mtype =~ s/^S// ) { $moptions = "ssl $moptions" }
#We retrieve the $qmail{MaxMessageSize} to fix
#the max limit where emails won't be downloaded
my $size = $db->get_prop('qmail','MaxMessageSize') || '0';
my $mdbg='-l' . $size . ' -d0 --silent --syslog';
if($Debug eq "YES") { $mdbg='-l' . $size . ' -d0 --verbose --syslog'; }
$mdbg .= " -i /var/lib/fetchmail/.fetchids "; # fix SME: 11979
my $staticvalue = "/usr/bin/fetchmail $mdbg --fetchmailrc - <<EOF\n" ;
$staticvalue .= "set postmaster \"postmaster\@$dom\"\n" ;
$staticvalue .= "set bouncemail\nset no softbounce\nset properties \"\"\n" ;
# special case : the \ must be changed to \x5c !
$mname =~ s/[\\]/\\x5c/g ;
$mpass =~ s/[\\]/\\x5c/g ;
# escape some odd characters by \ (just add them between the [] if needed
$mname =~ s/([\^\$\@\'\"\`])/\\$1/g ;
$mpass =~ s/([\^\$\@\'\"\`])/\\$1/g ;
# special case : the ' must be quoted another way
$mname =~ s/[\']/\\x27/g ;
$mpass =~ s/[\']/\\x27/g ;
#find the tcp port of smtpd
my $tcpport = $db->get_prop('smtpd','TCPPort')||'25';
$OUT .= "#\n";
$OUT .= "# Mail N$FetchN Account for : $comment\n";
$OUT .= $staticvalue;
$OUT .= "poll $mserv with proto $mtype$ServOpt\n";
$OUT .= " user '$mname' $DestSMTPServer with password '";
$OUT .= "$mpass' is $name here $keep\n";
if ( $moptions ne '' ) {
$OUT .= " options $moptions\n";
}
$OUT .= " smtphost 127.0.0.200/$tcpport" . "\n";
$OUT .= " antispam 550\n";
$OUT .="EOF\n";
}
}
}
}
$OUT .="#\n#\n";
}
}

View File

@ -0,0 +1,12 @@
{
$OUT .= <<HERE;
LOCALIP=\$\(/sbin/e-smith/db configuration get LocalIP\)
if [ -z "\$LOCALIP" ]
then
# Set LOCALIP to internal loopback
OUTERNET=127.0.0.1
fi
HERE
}

View File

@ -0,0 +1,40 @@
{
$OUT = '';
my $routing = $FetchMails{ "Routing" } || "YES" ;
if ( $routing eq "NO" ) {
# Users on LAN are not allowed to access to POP3 or IMAP4
# servers on Internet.
# Block any outgoing connections to POP3 servers
$OUT .= " /sbin/iptables --append FORWARD\\\n";
$OUT .= "\t-i \$INTERNALIF -p tcp ! --dst \$LOCALIP --dport 110\\\n";
$OUT .= "\t--jump LOG --log-prefix \"denylogfetchmail: \"\n";
$OUT .= " /sbin/iptables --append FORWARD\\\n";
$OUT .= "\t-i \$INTERNALIF -p tcp ! --dst \$LOCALIP --dport 110 --jump DROP\n";
# Block any outgoing connections to IMAP4 servers
$OUT .= " /sbin/iptables --append FORWARD\\\n";
$OUT .= "\t-i \$INTERNALIF -p tcp ! --dst \$LOCALIP --dport 143\\\n";
$OUT .= "\t--jump LOG --log-prefix \"denylogfetchmail: \"\n";
$OUT .= " /sbin/iptables --append FORWARD\\\n";
$OUT .= "\t-i \$INTERNALIF -p tcp ! --dst \$LOCALIP --dport 143 --jump DROP\n";
}
my $routingNNTP = $FetchMails{ "RoutingNNTP" } || "YES" ;
if ( $routingNNTP eq "NO" ) {
# Users on LAN are not allowed to access to news
# servers on Internet.
$OUT .= " /sbin/iptables --append FORWARD\\\n";
$OUT .= "\t-i \$INTERNALIF -p tcp ! --dst \$LOCALIP --dport 119\\\n";
$OUT .= "\t--jump LOG --log-prefix \"denylogfetchmail: \"\n";
$OUT .= " /sbin/iptables --append FORWARD\\\n";
$OUT .= "\t-i \$INTERNALIF -p tcp ! --dst \$LOCALIP --dport 119 --jump DROP\n";
}
}

View File

@ -0,0 +1,50 @@
{
my $status = $FetchMails{status};
my $fetchmailstatus = "disabled" ;
$fetchmailstatus = $fetchmail{ status } if ( defined $fetchmail{ status } );
if (defined $status)
{
if ($status eq "enabled" && $fetchmailstatus ne "enabled" )
{
$command = "/bin/su - qmailr -s /bin/bash -c \\\n";
$command .= "\t\"FETCHMAILHOME=/var/lock/fetchmail";
$command .= " /etc/fetchmail\"";
if ($AccessType eq 'dialup')
{
$OUT .= "\n";
$OUT .= "# FetchMail dialup connection; if we're already connected, ";
$OUT .= "call fetchmail.\n";
$OUT .= "# otherwise, bring up the line (which will invoke ";
$OUT .= "fetchmail in\n";
$OUT .= "# the ip-up script).\n";
$OUT .= "\n";
$OUT .= "if /sbin/ifconfig | /bin/grep -q 'ppp'\n";
$OUT .= "then\n";
$OUT .= " ${command}\n";
$OUT .= "else\n";
$OUT .= " /usr/bin/killall -USR1 diald\n";
$OUT .= "fi\n";
}
else
{
$OUT .= "\n";
$OUT .= "# FetchMails dedicated connection; just call fetchmail to get ";
$OUT .= "things started\n";
$OUT .= "${command}\n";
}
}
else
{
$OUT .= "\n";
$OUT .= "# This service FetchMail has been flagged as 'disabled'\n";
$OUT .= "# in the e-smith services database.\n";
}
}
else
{
$OUT .= "\n";
$OUT .= "# This service FetchMail does not exist in the e-smith services";
$OUT .= " database.\n";
}
}

View File

@ -0,0 +1,77 @@
{
# vim: ft=perl ts=4 sw=4 et:
use esmith::ConfigDB ;
use esmith::AccountsDB ;
$OUT = '';
# Generate qmail user assignments for groups. These will be handled
# by ~alias/.qmail-groupname and ~alias/.qmail-groupname-ext.
my $db = esmith::ConfigDB->open_ro
or die "Can't open the Config database : $!\n" ;
my $accountdb = esmith::AccountsDB->open_ro
or die "Can't open the Account database : $!\n" ;
my (undef, undef, $uid, $gid, undef, undef, undef, $dir, undef)
= getpwnam("alias");
# It is almost impossible to get Text::Template to output nothing
# on failure. It can be done by removing the newline at the end of
# this file but that is messy. Therefore, we'll simply return an
# error message that will make qmail-newu fail. Also send a
# warning message that will be captured in the logs.
unless (defined $uid && defined $gid && defined $dir)
{
my $msg =
"Failed to obtain user details for \'alias\' "
. "while processing group assignments.";
warn "$msg\n";
$OUT = $msg;
return;
}
my $alias_assign = "alias:${uid}:${gid}:${dir}";
my @users ;
my $fetchmail = $db->get('FetchMails') ;
my $FMStatus = 'disabled' ;
if ( defined $fetchmail ) {
$FMStatus = $fetchmail->prop('status') || 'disabled' ;
}
if ( $FMStatus eq 'enabled' ) {
my @users = $accountdb->get('admin');
push @users, $accountdb->users();
foreach my $u ( @users ) {
# print $u->key ;
my $MailCopyTo = '' ;
$MailCopyTo = $u->prop( 'FM-MailCopyTo' ) if ( defined $u->prop( 'FM-MailCopyTo' ) ) ;
my $TransName = '' ;
$TransName = $u->prop( 'FM-TransName' ) if ( defined $u->prop( 'FM-TransName' ) ) ;
# print "$MailCopyTo\n" ;
if ( $MailCopyTo ne '' || $TransName ne '' ) {
my $FMGroup = "fm_fm-" . $u->key ;
# Assign mail for group@
$OUT .= "=${FMGroup}:${alias_assign}:-:${FMGroup}:\n";
# Assign mail for group-ext@
$OUT .= "+${FMGroup}-:${alias_assign}:-${FMGroup}-::\n";
}
}
}
# Need to remove the final newline character. Blank lines in
# /var/qmail/users/assign are prohibited.
chomp($OUT);
# Failsafe: /var/qmail/users/assign cannot have blank lines.
# Therefore, if $OUT is empty, simply set up an assign for the
# alias user.
$OUT = "=alias:${alias_assign}:::" unless $OUT;
}

View File

@ -0,0 +1,6 @@
{
# vim: ft=perl ts=4 sw=4 et:
if ( ( $FetchMails{ status } || "disabled" ) eq "enabled" ) {
$OUT = "\n127.0.0.200\n" ;
}
}

View File

@ -0,0 +1,24 @@
{
# vim: ft=perl ts=4 sw=4 et:
if ( ( $FetchMails{ status } || "disabled" ) eq "enabled" ) {
$OUT = "\n# fetchmail groups entries start\n" ;
$OUT .= "# If smeserver-fetchmail creates mailgroup for incoming fetched mails\n" ;
$OUT .= "# we need to accept these groups from outside.\n" ;
my $fetchgroup = 0 ;
my $dom = $DomainName ;
opendir ( DIR, "/var/qmail/alias" ) ;
foreach my $fic ( grep( /^\.qmail-fm_fm-/, readdir DIR) ) {
$fic =~ s/^\.qmail-//;
$fic =~ s/:/./g;
$OUT .= "$fic\@$dom\n";
$fetchgroup = 1;
}
closedir (DIR);
$OUT .= "### No smeserver-fetchmail groups set Now ...\n" if ( ! $fetchgroup ) ;
$OUT .= "# fetchmail groups entries end\n" ;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,235 @@
#!/usr/bin/perl -wT
# vim: ft=xml ts=4 sw=4 et:
#----------------------------------------------------------------------
# heading : Collaboration
# description : fetchmail
# navigation : 3000 3205
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# 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::fetchmail;
my $form = esmith::FormMagick::Panel::fetchmail->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="First"
pre-event="print_status_message()">
<description>FIRST_PAGE_DESCRIPTION</description>
<subroutine src="show_schedule_infos()" />
<subroutine src="show_fetchmail_status()" />
<subroutine src="show_fetchmail_users()" />
</page>
<!-- page 1 -->
<page
name="SetGeneral"
pre-event="print_status_message()"
post-event="temp_store_general()">
<title>SET_GENERAL_TITLE</title>
<description>SET_GENERAL_PAGE_DESCRIPTION</description>
<field type="literal" id="user" value="$q->param('user')">
<label>LABEL_USER_ACCOUNT</label>
</field>
<field type="literal" id="name" value="$q->param('name')">
<label>USER_NAME</label>
</field>
<field
id="ghost"
type="select"
options="'NO','YES'"
value="display_general('ghost')">
<label>LABEL_GHOST</label>
</field>
<field
id="debug"
type="select"
options="'NO','YES'"
value="display_general('debug')">
<label>LABEL_DEBUG</label>
</field>
<field
id="mail-keep"
type="select"
options="'KEEP_NO','KEEP_YES','KEEP_NEW'"
value="display_general('keep')">
<label>LABEL_MAIL_RETRIEVE</label>
</field>
<field
id="forward-mail"
type="text"
size="50"
value="display_general('forwarder')"
validation="validate_mail()">
<label>LABEL_FORWARD_MAIL</label>
</field>
<subroutine src="show_copy_to()" />
</page>
<!-- page 2 -->
<page
name="SetAccounts"
pre-event="print_status_message()"
post-event="validate_change()">
<title>SET_ACCOUNTS_TITLE</title>
<description>SET_ACCOUNTS_PAGE_DESCRIPTION</description>
<field type="literal" id="user2" value="get_field('user')">
<label>LABEL_USER_ACCOUNT</label>
</field>
<field type="literal" id="name2" value="get_field('name')">
<label>USER_NAME</label>
</field>
<field
id="mail-server"
type="text"
size="40"
validation="validate_account_data(Server)"
value="display_account('Server')">
<label>LABEL_MAIL_SERVER</label>
</field>
<field
id="mail-type"
type="select"
options="'IMAP','POP3','SPOP3','SIMAP'"
value="display_account('Type')">
<label>LABEL_MAIL_TYPE</label>
</field>
<field
id="mail-account"
type="text"
size="40"
value="display_account('Account')"
validation="validate_account_data(Account)">
<label>LABEL_MAIL_ACCOUNT</label>
</field>
<field
id="mail-password"
type="text"
size="40"
value="display_account('Password')"
validation="validate_account_data(Password)">
<label>LABEL_MAIL_PASSWORD</label>
</field>
<field
id="mail-options"
type="text"
size="100"
value="display_account('Options')">
<label>LABEL_MAIL_OPTIONS</label>
</field>
<field type="literal" id="ValidAccount" value="show_button_validate()">
<label>BLANK</label>
</field>
<subroutine src="show_accounts()" />
</page>
<!-- page 3
Note: This page is not used. It's a kludge to permit the next page
to work properly from a link on the front page. FormMagick needs
work.
I Maybe don't need that ? (PS)
-->
<page
name="Dummy">
</page>
<!-- page 4
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="Service0"
post-event="remove_fetchmail_user">
</page>
<!-- page 5
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="FetchmailStatus"
post-event="fetchmail_enable_disable">
<title>SET_FETCHMAIL_SATUS</title>
</page>
<!-- page 6
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="Routing"
post-event="fetchmail_routing">
<title>RoutingIMPAPPOP</title>
</page>
<!-- page 7
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="RoutingSMTP"
post-event="fetchmail_routingSMTP">
<title>RoutingSMTP</title>
</page>
<!-- page 8
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="RoutingNNTP"
post-event="fetchmail_routingNNTP">
<title>RoutingNNTP</title>
</page>
<!-- page 9
This is only a wrapper to start a sub, and then go direct back
to the front page.
-->
<page
name="SMTPProxy"
post-event="fetchmail_SMTPProxy">
</page>
<!-- keep this one so next button display on previous one
-->
<page
name="Dummy">
</page>
</form>

0
root/usr/lib/.gitignore vendored Normal file
View File

File diff suppressed because it is too large Load Diff

0
root/var/lib/fetchmail/.gitignore vendored Normal file
View File

154
smeserver-fetchmail.spec Normal file
View File

@ -0,0 +1,154 @@
# $Id: smeserver-fetchmail.spec,v 1.15 2024/09/05 03:40:58 terryfage Exp $
# Authority: unnilennium
# Name: Jean-Philippe Pialasse
Summary: sme module to generate fetchmail poll
%define name smeserver-fetchmail
Name: %{name}
%define version 1.6
%define release 28
%define smepanel FetchMails
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: smeserver-release >= 10.0
Requires: e-smith-email >= 5.6.0-18
Requires: e-smith-formmagick >= 1.4.0-12
# for spamcheck on SME9; on SME10 0.96-19 and 2.6.0-32
Requires: qpsmtpd >= 0.96-11
Requires: smeserver-qpsmtpd >= 2.4.0-39
BuildRequires: e-smith-devtools >= 1.13.1-03
Obsoletes: sme-fetchmail
Obsoletes: smeserver-fetchmail-utf8
AutoReqProv: no
%changelog
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.6-28.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.
* Thu Sep 05 2024 Terry Fage <terry@fage.id.au> 1.6-27.sme
- Apply locale 2024-09-05.patch
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-26.sme
- Apply locale 2022-11-11 patch
* Thu Jul 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-24.sme
- fix fetchmail restart downloading all emails after reboot [SME: 11979]
thanks to Stefano Zamboni for debuging and original fix.
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-23.sme
- apply locale patch 2022-07-22
* Wed Nov 17 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-22.sme
- fix panel [SME: 11058]
removed SMTP proxy and blocking option and redirect to Proxy panel
TODO: module cleanup and cleanup of unused properties
* Thu Oct 21 2021 Terry Fage <terry@fage.id.au> 1.6-21.sme
- fix template 60fetchmail force spamcheck [SME: 10289]
* Tue Oct 12 2021 Terry Fage <terry@fage.id.au> 1.6-20.sme
- fix template 60fetchmail force spamcheck [SME: 10538]
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.6-19.sme
- apply locale 2021-08-22 patch
* Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.6-18.sme
- Add Update event to createlinks [SME: 11058]
* Fri Mar 26 2021 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
Fri Sep 24 2015 --> Fri Sep 18 2015 or Thu Sep 24 2015 or Fri Sep 25 2015 or ....
* Sun Dec 27 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-17.sme
- Switch-smptd-to-qpsmtpd-in-panel-perl [SME: 11058]
* Tue Oct 27 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-16.sme
- Initial import to SME10 tree [SME: 11058]
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.6-15.sme
- apply locale 2019-12-07 patch
* Fri Dec 14 2018 John Crisp <jcrsip@safeandsoundit.co.uk> 1.6.14.sme
- apply locale 2018-12-14 patch
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.6-13.sme
- Add Update event to createlinks no spamcheck anymore for fetchmail [SME: 10290]
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.6-12.sme
- apply locale 2017-12-02 patch
* Fri May 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.6-11.sme
- added option field for sslfingerprint compatibility [SME: 8287]
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 1.6-10.sme
- Update event handling (remove broken symlinks) [SME: 9185]
* Fri Jan 8 2016 Daniel Berteaud <daniel@firewall-services.com> 1.6-9.sme
- Update iptables rules to prevent warning when starting masq [SME: 9180]
* Thu Sep 24 2015 Daniel Berteaud <daniel@firewall-services.com> 1.6-8.sme
Fri Sep 24 2015 --> Fri Sep 18 2015 or Thu Sep 24 2015 or Fri Sep 25 2015 or ....
- Fix bounce looping each time mails are fetch in case of
permanent delivery failure [SME: 9074]
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-7.sme
- Initial release to contribs9
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-6.sme
- Corrected a typo in the detection of smtpd port in the template 90fetchmail
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-4.sme
- Add settings if smtpd TCPPort set to a non default value [sme: 8797]
- code done by ecureuil <gentil_ecureuil@hotmail.com>
* Sun Nov 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-3.sme
- Recovery of large attachments with fetchmail [SME:8630]
* Sun Oct 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-2.sme
- bug of .gitignore in /etc/e-smith/web/panels/manager/cgi-bin
* Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-1.sme
- Initial release to sme9
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme
- apply locale 2013-07-14 patch
* Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme
- Initial version
%description
sme server enhancement to make fetchmail more useable
%prep
%setup
mkdir -p root/var/lib/fetchmail
%build
perl createlinks
echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
--dir /var/lib/fetchmail 'attr(0750,qmailr,qmail)' \
> %{name}-%{version}-filelist
echo "%doc COPYING" >> %{name}-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)