Hello community, here is the log from the commit of package postfixadmin for openSUSE:12.1:Update:Test checked in at 2012-01-27 10:36:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1:Update:Test/postfixadmin (Old) and /work/SRC/openSUSE:12.1:Update:Test/.postfixadmin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfixadmin", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /work/SRC/openSUSE:12.1:Update:Test/.postfixadmin.new/postfixadmin.changes 2012-01-27 10:36:29.000000000 +0100 @@ -0,0 +1,100 @@ +------------------------------------------------------------------- +Sun Oct 16 14:42:27 UTC 2011 - [email protected] + +- include a patch with fixes since the 2.3.4 release (see + CHANGELOG.TXT for details) +- Add PreReq: pwdutils + +------------------------------------------------------------------- +Fri Sep 16 20:15:52 UTC 2011 - [email protected] + +- 2.3.4 release (bugfix release, see CHANGELOG.TXT for details) + +------------------------------------------------------------------- +Sun Aug 28 12:49:31 UTC 2011 - [email protected] + +- move vacation.pl and ADDITIONS to /usr/lib/postfixadmin/ + +------------------------------------------------------------------- +Mon Aug 1 23:06:31 UTC 2011 - [email protected] + +- spec cleanup (manually + spec-cleaner) +- create vacation user +- move %changelog to .changes + +------------------------------------------------------------------- +Tue Mar 15 00:00:00 UTC 2011 - Christian Boltz <[email protected]> + +- 2.3.3 release + bugfix release for 2.3.2 - see CHANGELOG.TXT for details + +------------------------------------------------------------------- +Tue Aug 24 00:00:00 UTC 2010 - Christian Boltz <[email protected]> + +- 2.3.2 release + bugfix release for 2.3.1 - see CHANGELOG.TXT for details + +------------------------------------------------------------------- +Fri Jul 9 00:00:00 UTC 2010 - Christian Boltz <[email protected]> + +- 2.3.1 release + bugfix release for 2.3 - see CHANGELOG.TXT for details + +------------------------------------------------------------------- +Wed Oct 28 00:00:00 UTC 2009 - Christian Boltz <[email protected]> + +- 2.3 release + Most important changes: + * Improved Aliased domains support (no longer relying on catch-all domains) - + Note this requires Postfix configuration changes; old configuration(s) will + continue to work. + * Security fix for setup.php (password required to access; setup.php can + generate this and help you) + * Superadmin can now setup fetchmail for all users + * Enhanced fetchmail.pl script (file locking, syslog logging, configuration + file etc) + * Added dovecot quota support (documentation + viewing in Postfixadmin) for + dovecot 1.0/1.1 and >= 1.2 + * Vacation re-notification after defineable timeout (default remains to + notify only once) + * Refactoring of /users (see /model) and XmlRpc interface for remote mail + clients (E.g. squirrelmail-postfixadmin) + * Add dovecot password support (see here) + * Added support for courier authlib authentication flavours + ($CONF['authlib_default_flavor']) + * update.php should handle all database updates for you + * Lots of small updates and random new minor features + * bug fixes ;-) + +------------------------------------------------------------------- +Thu Jul 24 00:00:00 UTC 2008 - Christian Boltz <[email protected]> + +- updated to 2.2.1.1 (fixed version number displayed in the footer) + +------------------------------------------------------------------- +Tue Jul 22 00:00:00 UTC 2008 - Christian Boltz <[email protected]> + +- updated to 2.2.1 (fixes several bugs, no new features) + +------------------------------------------------------------------- +Sun Jun 8 00:00:00 UTC 2008 - Christian Boltz <[email protected]> + +- finally created a package for the 2.2.0 release + +------------------------------------------------------------------- +Fri Feb 29 00:00:00 UTC 2008 - Christian Boltz <[email protected]> + +- updated spec to follow the *.css move to css/ + +------------------------------------------------------------------- +Sun Dec 2 00:00:00 UTC 2007 - Christian Boltz <[email protected]> + +- updated to SVN version +- commented out several sections +- auto-detect serverroot and install PHP files etc. there + +------------------------------------------------------------------- +Fri Dec 15 00:00:00 UTC 2006 - [email protected] + +- initial build + New: ---- _link postfixadmin-2.3.4.tar.gz postfixadmin-changes-since-2.3.4.diff postfixadmin.changes postfixadmin.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfixadmin.spec ++++++ # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: postfixadmin Version: 2.3.4 Release: 1 License: GPL v2+ Url: http://postfixadmin.sourceforge.net/ Group: Productivity/Networking/Web/Frontends Source0: %{name}-%{version}.tar.gz Patch: postfixadmin-changes-since-2.3.4.diff BuildArch: noarch # Web interface #Requires: httpd, postfix, php, mysql-server Requires: /usr/sbin/sendmail Requires: mod_php_any Requires: php_any_db Recommends: php-mysql Requires: php-spl # test/*, xmlrpc.php, squirrelmail plugin # big dependency, not needed by all users - therefore no hard Requirement Recommends: php5-ZendFramework # vacation.pl Requires: perl(DBI) Requires: perl(Email::Valid) Requires: perl(MIME::Base64) Requires: perl(MIME::EncWords) Requires: perl(Mail::Sender) Requires: perl(strict) Requires: perl(Getopt::Std) Requires: perl(Log::Log4perl) # create vacation user/group PreReq: pwdutils # cleanupdirs.pl Requires: perl(File::Path) Requires: perl(Getopt::Long) # mkeveryone.pl Requires: perl(Fcntl) Requires: perl(IO) Requires: perl(IO::File) Requires: perl(Time::Local) Requires: perl(POSIX) # fetchmail.pl Requires: perl(File::Temp) Requires: perl(LockFile::Simple) Requires: perl(Sys::Syslog) %if %{defined fedora_version} BuildRequires: httpd-devel %define serverroot %(/usr/sbin/apxs -q datadir 2>/dev/null || /usr/sbin/apxs -q PREFIX)/htdocs/ %else BuildRequires: apache2-devel %define serverroot %(/usr/sbin/apxs2 -q datadir 2>/dev/null || /usr/sbin/apxs2 -q PREFIX)/htdocs/ Recommends: postfix Suggests: php-pgsql %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Web-based management tool for Postfix virtual domains, mailboxes and aliases %description PostfixAdmin is a PHP based application that handles Postfix Style Virtual Domains and Users that are stored in MySQL or PostgreSQL. Postfix Admin supports: - Virtual Mailboxes / Virtual Aliases / Forwarders - Alias domains (Domain to Domain forwarding with recipient validation) - Vacation (auto-response) for Virtual Mailboxes. - Quota / Alias & Mailbox limits per domain. - Fetchmail integration - Packaged with over 25 languages. %prep %setup -q %patch -p0 %build echo "*** serverroot: %{serverroot} ***" %install mkdir -p -m0755 %{buildroot}%{_sysconfdir}/%{name} #mkdir -p -m0755 %{buildroot}%{_datadir}/%{name} mkdir -p -m0755 %{buildroot}%{serverroot}/%{name} mkdir -p -m0755 %{buildroot}%{_localstatedir}/spool/vacation mkdir -p -m0755 %{buildroot}/%{_prefix}/lib/%{name} # install the config files #install -m 0640 config.inc.php.sample %{buildroot}%{_sysconfdir}/%{name}/config.inc.php #ln -s ../../../..%{_sysconfdir}/%{name}/config.inc.php \ # %{buildroot}%{_datadir}/%{name}/config.inc.php install -m 0644 *.php motd*.txt %{buildroot}%{serverroot}/%{name}/ mv VIRTUAL_VACATION/vacation.pl %{buildroot}%{_prefix}/lib/%{name}/ # compatibility symlink to match documentation ( cd %{buildroot}%{_localstatedir}/spool/vacation/ && ln -s ../../../usr/lib/%{name}/vacation.pl ) # copy over the rest for d in admin images languages model templates users css; do cp -rp $d %{buildroot}%{serverroot}/%{name}/ done # remove files related to debian packaging (to avoid it's copied as %doc) rm -r ADDITIONS/squirrelmail-plugin/debian/ cp -rp ADDITIONS %{buildroot}%{_prefix}/lib//%{name}/ chmod 755 %{buildroot}%{_prefix}/lib/%{name}/ADDITIONS/*.{pl,sh,py} # install the config file #mkdir -p %{buildroot}%{_sysconfdir}/apache2/conf.d #install -m 644 $RPM_SOURCE_DIR/%{name}.conf \ # %{buildroot}%{_sysconfdir}/apache2/conf.d/ %pre getent group vacation >/dev/null || groupadd vacation || : getent passwd vacation >/dev/null || useradd -c "Virtual Vacation" -d %{_localstatedir}/spool/vacation -s /sbin/nologin -M -r vacation || : #if [ -z "`grep vacation /etc/postfix/master.cf 2>/dev/null`" ]; then #cat <<'EOF' >>/etc/postfix/master.cf ## Postfix Admin Vacation #vacation unix - n n - - pipe # flags=Rq user=vacation argv=/usr/lib/postfixadmin/vacation.pl -f ${sender} -- ${recipient} #EOF #fi #%preun #if [ $1 = 0 ]; then # /usr/sbin/userdel vacation 2>/dev/null || : #fi %files %defattr(-,root,root) #%config %dir %{_sysconfdir}/%{name} #%attr(640,root,www) %config(noreplace) %{_sysconfdir}/%{name}/*.php #%config(noreplace) %{_sysconfdir}/apache2/conf.d/*.conf %doc DOCUMENTS/* *.TXT VIRTUAL_VACATION %{serverroot}/%{name}/ %dir %{_prefix}/lib/%{name}/ %{_prefix}/lib/%{name}/ADDITIONS/ %attr( 750,root,vacation) %{_prefix}/lib/%{name}/vacation.pl %attr(1770,root,vacation) %dir %{_localstatedir}/spool/vacation %{_localstatedir}/spool/vacation/vacation.pl ++++++ _link ++++++ <link project="openSUSE:12.1" package="postfixadmin" baserev="38847cf94538a5914b6091ce2e7b5a5c"> <patches> <branch/> </patches> </link> ++++++ postfixadmin-changes-since-2.3.4.diff ++++++ svn diff -r1180:1202 from CHANGELOG.TXT: SVN changes since 2.3.4 release (postfixadmin-2.3 branch) ---------------------------------------------------------------- - create-domain: fix SQL injection (only exploitable by superadmins) - add missing $LANG['pAdminDelete_admin_error'] - don't mark mailbox targets with recipient delimiter as "forward only" Index: functions.inc.php =================================================================== --- functions.inc.php (Revision 1180) +++ functions.inc.php (Revision 1202) @@ -2349,7 +2349,7 @@ { for ($i = 0; $i < sizeof ($fDomains); $i++) { - $domain = $fDomains[$i]; + $domain = escape_string($fDomains[$i]); $result = db_query ("INSERT INTO " . table_by_key ('domain_admins') . " (username,domain,created) VALUES ('$fUsername','$domain',NOW())"); } } Index: list-virtual.php =================================================================== --- list-virtual.php (Revision 1180) +++ list-virtual.php (Revision 1202) @@ -243,6 +243,9 @@ if ($result['rows'] > 0) { + $delimiter = preg_quote($CONF['recipient_delimiter'], "/"); + $goto_single_rec_del = ""; + while ($row = db_array ($result['result'])) { if ($display_mailbox_aliases) { @@ -251,7 +254,11 @@ $row['goto_other'] = array(); foreach ($goto_split as $goto_single) { - if ($goto_single == $row['username']) { # delivers to mailbox + if (!empty($CONF['recipient_delimiter'])) { + $goto_single_rec_del = preg_replace('/' .$delimiter. '[^' .$delimiter. '@]*@/', "@", $goto_single); + } + + if ($goto_single == $row['username'] || $goto_single_rec_del == $row['username']) { # delivers to mailbox $row['goto_mailbox'] = 1; } elseif (boolconf('vacation') && strstr($goto_single, '@' . $CONF['vacation_domain']) ) { # vacation alias - TODO: check for full vacation alias # skip the vacation alias, vacation status is detected otherwise Index: CHANGELOG.TXT =================================================================== --- CHANGELOG.TXT (Revision 1180) +++ CHANGELOG.TXT (Revision 1202) @@ -10,6 +10,13 @@ # Last update: -# $Id: CHANGELOG.TXT 1180 2011-09-16 18:41:00Z christian_boltz $ +# $Id: CHANGELOG.TXT 1199 2011-10-07 22:58:38Z christian_boltz $ +SVN changes since 2.3.4 release (postfixadmin-2.3 branch) +---------------------------------------------------------------- + + - create-domain: fix SQL injection (only exploitable by superadmins) + - add missing $LANG['pAdminDelete_admin_error'] + - don't mark mailbox targets with recipient delimiter as "forward only" + Version 2.3.4 - 2011/09/16 - SVN r1180 (postfixadmin-2.3 branch) ---------------------------------------------------------------- Index: languages/fo.lang =================================================================== --- languages/fo.lang (Revision 1180) +++ languages/fo.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Stovna navnaøki'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Fái ikki stovnað navnaøki!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Navnaøki er stovnað!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/cs.lang =================================================================== --- languages/cs.lang (Revision 1180) +++ languages/cs.lang (Revision 1202) @@ -283,6 +283,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Přidat doménu'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Nepodařilo se přidat doménu!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Doména byla přidána!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Nepodařilo se odstranit doménu!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/mk.lang =================================================================== --- languages/mk.lang (Revision 1180) +++ languages/mk.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Додади домен'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Не можам да го додадам доменот!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Доменот е додаден!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/es.lang =================================================================== --- languages/es.lang (Revision 1180) +++ languages/es.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Añadir dominio'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">¡Imposible añadir el dominio!</span>'; $PALANG['pAdminCreate_domain_result_success'] = '¡El dominio ha sido añadido!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">¡No se pudo eliminar el dominio!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">¡No se pudo eliminar el alias de dominio!</span>'; Index: languages/eu.lang =================================================================== --- languages/eu.lang (Revision 1180) +++ languages/eu.lang (Revision 1202) @@ -273,6 +273,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Domeinua gehitu'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Ezinezkoa domeinua gehitzea!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domeinua gehituta!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/is.lang =================================================================== --- languages/is.lang (Revision 1180) +++ languages/is.lang (Revision 1202) @@ -274,6 +274,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Bæta við léni'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Get ekki bætt við léni!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Lén hefur verið bætt inn!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/hu.lang =================================================================== --- languages/hu.lang (Revision 1180) +++ languages/hu.lang (Revision 1202) @@ -280,6 +280,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Domain felvétele'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">A domain felvétele sikertelen!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'A domain-t felvettük az adatbázisba!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">A domain törlése nem sikerült!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/sk.lang =================================================================== --- languages/sk.lang (Revision 1180) +++ languages/sk.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Vytvoriť doménu'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Nepodarilo sa pridať doménu!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Doména bola pridaná!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Nepodarilo sa odstrániť doménu!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Nepodario sa odstrániť alias domény!</span>'; Index: languages/pt-br.lang =================================================================== --- languages/pt-br.lang (Revision 1180) +++ languages/pt-br.lang (Revision 1202) @@ -282,6 +282,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Criar Domínio'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Não foi possível criar o domínio!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domínio criado!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Não foi possível remover o domínio!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Não foi possível remover o alias de domínio!</span>'; Index: languages/ru.lang =================================================================== --- languages/ru.lang (Revision 1180) +++ languages/ru.lang (Revision 1202) @@ -282,6 +282,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Добавить домен'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Невозможно добавить домен!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Домен был добавлен!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Невозможно удалить домен!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Невозможно удалить домен-алиас!</span>'; Index: languages/tw.lang =================================================================== --- languages/tw.lang (Revision 1180) +++ languages/tw.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = '新增'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">新增網域失敗!</span>'; $PALANG['pAdminCreate_domain_result_success'] = '新增網域成功!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/nb.lang =================================================================== --- languages/nb.lang (Revision 1180) +++ languages/nb.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Legg til domene'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Kunne ikke opprette domenet!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domenet er blitt opprettet!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Kunne ikke fjerne domenet!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Kunne ikke fjerne domenealias!</span>'; Index: languages/cn.lang =================================================================== --- languages/cn.lang (Revision 1180) +++ languages/cn.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = '新增'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">新增域失败!</span>'; $PALANG['pAdminCreate_domain_result_success'] = '新增域成功!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/en.lang =================================================================== --- languages/en.lang (Revision 1180) +++ languages/en.lang (Revision 1202) @@ -283,6 +283,7 @@ $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Unable to add domain!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domain has been added!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; Index: languages/fr.lang =================================================================== --- languages/fr.lang (Revision 1180) +++ languages/fr.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Ajouter un domaine'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Impossible d\'ajouter le domaine!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Le domaine a été ajouté!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Impossible de supprimer le domain!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Impossible de supprimé cet alias de domaine!</span>'; Index: languages/et.lang =================================================================== --- languages/et.lang (Revision 1180) +++ languages/et.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Lisa domeen'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Domeeni lisamine ebaõnnestus!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domeen on lisatud!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/hr.lang =================================================================== --- languages/hr.lang (Revision 1180) +++ languages/hr.lang (Revision 1202) @@ -274,6 +274,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Dodaj domenu'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Domenu nije bilo moguče dodati!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domena je bila uspjeno dodana!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/nl.lang =================================================================== --- languages/nl.lang (Revision 1180) +++ languages/nl.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Voeg Domein toe'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Mislukt om het domein toe te voegen.</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domein is toegevoegd!'; +$PALANG['pAdminDelete_admin_error'] = 'Niet in staat beheerder te verwijderen!'; $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Niet in staat domein te verwijderen!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Niet in staat domein alias te verwijderen!</span>'; Index: languages/nn.lang =================================================================== --- languages/nn.lang (Revision 1180) +++ languages/nn.lang (Revision 1202) @@ -273,6 +273,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Legg til domene'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Klarte ikke å legge til domenet!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domenet er lagt til!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/pl.lang =================================================================== --- languages/pl.lang (Revision 1180) +++ languages/pl.lang (Revision 1202) @@ -278,6 +278,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Dodaj domenę'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Nie można dodać domeny!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domena została dodana!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Nie można usunąć domeny!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Nie można usunąć aliasu domeny!</span>'; Index: languages/it.lang =================================================================== --- languages/it.lang (Revision 1180) +++ languages/it.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Aggiungi dominio'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Impossibile aggiungere il dominio!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Il dominio è stato aggiunto!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Impossibile cancellare il dominio!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/sl.lang =================================================================== --- languages/sl.lang (Revision 1180) +++ languages/sl.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Dodaj domeno'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Domene ni bilo mogoče dodati!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domena je bila uspešno dodana!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/lt.lang =================================================================== --- languages/lt.lang (Revision 1180) +++ languages/lt.lang (Revision 1202) @@ -274,6 +274,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Registruoti sritį'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Srities užregistruoti nepavyko!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Sritis užregistruota!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/ca.lang =================================================================== --- languages/ca.lang (Revision 1180) +++ languages/ca.lang (Revision 1202) @@ -274,6 +274,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Afegir domini'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Imposible afegir el domini!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'El domini ha estat afegit!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/da.lang =================================================================== --- languages/da.lang (Revision 1180) +++ languages/da.lang (Revision 1202) @@ -281,6 +281,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Tilføj domæne'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Kan ikke tilføje domæne!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domænet er tilføjet!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Domænet kunne ikke slettes!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/tr.lang =================================================================== --- languages/tr.lang (Revision 1180) +++ languages/tr.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Domain ekle'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Domain eklenemedi!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domain eklendi!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/de.lang =================================================================== --- languages/de.lang (Revision 1180) +++ languages/de.lang (Revision 1202) @@ -281,6 +281,7 @@ $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Konnte Domain nicht anlegen!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domain wurde angelegt!'; +$PALANG['pAdminDelete_admin_error'] = 'Admin kann nicht gelöscht werden!'; $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Domain konnte nicht gelöscht werden!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Alias-Domain konnte nicht gelöscht werden!</span>'; @@ -358,7 +359,7 @@ $PALANG['pUsersVacation_activeuntil'] = 'Aktiv bis zum'; $PALANG['pCreate_dbLog_createmailbox'] = 'Mailbox hinzufügen'; -$PALANG['pCreate_dbLog_createalias'] = 'Alias hinzuügen'; +$PALANG['pCreate_dbLog_createalias'] = 'Alias hinzufügen'; $PALANG['pDelete_dbLog_deletealias'] = 'Alias lüschen'; $PALANG['pDelete_dbLog_deletemailbox'] = 'Mailbox löschen'; Index: languages/bg.lang =================================================================== --- languages/bg.lang (Revision 1180) +++ languages/bg.lang (Revision 1202) @@ -276,6 +276,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Добави домейн'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Не мога да добавя домейна!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Домейна бе добавен успешно!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Грешка при изтриването на домейна!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/sv.lang =================================================================== --- languages/sv.lang (Revision 1180) +++ languages/sv.lang (Revision 1202) @@ -277,6 +277,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Lägg till domän'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Kan inte skapa domänen!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domänen har skapats!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Kunde inte tabort domän!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/ja.lang =================================================================== --- languages/ja.lang (Revision 1180) +++ languages/ja.lang (Revision 1202) @@ -280,6 +280,7 @@ $PALANG['pAdminCreate_domain_button'] = 'ドメイン追加'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">ドメインを追加できません!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'ドメインを追加しました。'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">ドメインが削除できません!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Unable to remove domain alias!</span>'; # XXX Index: languages/fi.lang =================================================================== --- languages/fi.lang (Revision 1180) +++ languages/fi.lang (Revision 1202) @@ -275,6 +275,7 @@ $PALANG['pAdminCreate_domain_button'] = 'Lisää domain'; $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Domainin lisäys ei onnistunut!</span>'; $PALANG['pAdminCreate_domain_result_success'] = 'Domain on lisätty!'; +$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Domainin voitu poistaa!</span>'; $PALANG['pAdminDelete_alias_domain_error'] = '<span class="error_msg">Domainin aliasta ei voitu poistaa!</span>'; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
