Projects
Kolab:16:Enterprise
pykolab
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 19
View file
pykolab.spec
Changed
@@ -29,7 +29,7 @@ Summary: Kolab Groupware Solution Name: pykolab -Version: 0.8.6 +Version: 0.8.7 Release: 1%{?dist} License: GPLv3+ Group: Applications/System @@ -580,6 +580,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Tue Dec 13 2016 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.8.7-1 +- Release of version 0.8.7 + * Fri Nov 18 2016 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.8.6-1 - Release of version 0.8.6
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.8.7-0~kolab1) unstable; urgency=low + + * Upstream release of version 0.8.7 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 13 Dec 2016 01:49:00 +0100 + pykolab (0.8.6-0~kolab1) unstable; urgency=low * Upstream release of version 0.8.6
View file
pykolab-0.8.6.tar.gz/bin/kolab_smtp_access_policy.py -> pykolab-0.8.7.tar.gz/bin/kolab_smtp_access_policy.py
Changed
@@ -64,7 +64,7 @@ # TODO: Removing the stdout handler would mean one can no longer test by # means of manual execution in debug mode. -#log.remove_stdout_handler() +log.remove_stdout_handler() conf = pykolab.getConf()
View file
pykolab-0.8.6.tar.gz/configure.ac -> pykolab-0.8.7.tar.gz/configure.ac
Changed
@@ -1,4 +1,4 @@ -AC_INIT(pykolab, 0.8.6) +AC_INIT(pykolab, 0.8.7) AC_SUBST(RELEASE, 1) AC_CONFIG_SRCDIR(pykolab/constants.py.in)
View file
pykolab-0.8.6.tar.gz/po/POTFILES.skip -> pykolab-0.8.7.tar.gz/po/POTFILES.skip
Changed
@@ -1,3 +0,0 @@ -pykolab/constants.py -test.py -wallace/module_signature.py
View file
pykolab-0.8.6.tar.gz/po/de.po -> pykolab-0.8.7.tar.gz/po/de.po
Changed
@@ -22,9 +22,9 @@ msgstr "" "Project-Id-Version: Kolab Groupware Solution\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-22 15:31+0200\n" -"PO-Revision-Date: 2016-09-27 07:33+0000\n" -"Last-Translator: Mads <mads@batmads.com>\n" +"POT-Creation-Date: 2016-12-02 15:22+0100\n" +"PO-Revision-Date: 2016-12-02 14:22+0000\n" +"Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -150,151 +150,151 @@ msgid "Unverifiable sender." msgstr "Nicht überprüfbarer Absender." -#: ../bin/kolab_smtp_access_policy.py:1082 +#: ../bin/kolab_smtp_access_policy.py:1083 msgid "Sender is not using an alias" msgstr "Absender nutzt keinen Alias" -#: ../bin/kolab_smtp_access_policy.py:1090 +#: ../bin/kolab_smtp_access_policy.py:1092 msgid "Sender uses unauthorized envelope sender address" msgstr "Absender nutzt unerlaubte Absender-Umschlag Adresse" -#: ../bin/kolab_smtp_access_policy.py:1107 +#: ../bin/kolab_smtp_access_policy.py:1109 msgid "Could not verify sender" msgstr "Konnte den Absender nicht verifizieren" -#: ../bin/kolab_smtp_access_policy.py:1114 +#: ../bin/kolab_smtp_access_policy.py:1116 msgid "" "Verifying whether sender is allowed to send to recipient using sender policy" msgstr "Überprüfe ob Absender an Empfänger gemäß Absender-Richtlinie senden darf" -#: ../bin/kolab_smtp_access_policy.py:1127 +#: ../bin/kolab_smtp_access_policy.py:1129 #, python-format msgid "Result is %r" msgstr "Das Ergebnis ist %r" -#: ../bin/kolab_smtp_access_policy.py:1132 +#: ../bin/kolab_smtp_access_policy.py:1134 msgid "No recipient policy restrictions exist for this sender" msgstr "Es existiert keine Empfängerrichtlinie für diesen Absender" -#: ../bin/kolab_smtp_access_policy.py:1141 +#: ../bin/kolab_smtp_access_policy.py:1143 msgid "Found a recipient policy to apply for this sender." msgstr "Empfänger-Richtlinie für diesen Benutzer gefunden" -#: ../bin/kolab_smtp_access_policy.py:1156 +#: ../bin/kolab_smtp_access_policy.py:1158 #, python-format msgid "Sender %s not allowed to send to recipient %s" msgstr "Absender %s darf nicht an Empfänger %s senden" -#: ../bin/kolab_smtp_access_policy.py:1184 +#: ../bin/kolab_smtp_access_policy.py:1186 msgid "Cleaning up the cache" msgstr "Aufräumen des Cache" -#: ../bin/kolab_smtp_access_policy.py:1207 +#: ../bin/kolab_smtp_access_policy.py:1209 msgid "" "The 'uri' setting in the kolab_smtp_access_policy section is soon going to " "be deprecated in favor of 'cache_uri'" msgstr "Die 'uri' Einstellung im Abschnitt kolab_smtp_access_policy wird bald überholt sein. Nutzen Sie 'cache_uri' stattdessen " -#: ../bin/kolab_smtp_access_policy.py:1223 +#: ../bin/kolab_smtp_access_policy.py:1225 #, python-format msgid "Operational Error in caching: %s" msgstr "Betriebsbedingter Fehler beim Cachen: %s" -#: ../bin/kolab_smtp_access_policy.py:1276 +#: ../bin/kolab_smtp_access_policy.py:1278 #, python-format msgid "Caching the policy result with timestamp %d" msgstr "Cachen des Richtlinienergebnisses mit Zeitstempel %d" -#: ../bin/kolab_smtp_access_policy.py:1353 +#: ../bin/kolab_smtp_access_policy.py:1355 #, python-format msgid "Returning action DEFER_IF_PERMIT: %s" msgstr "Antwort Aktion DEFER_IF_PERMIT: %s" -#: ../bin/kolab_smtp_access_policy.py:1358 +#: ../bin/kolab_smtp_access_policy.py:1360 #, python-format msgid "Returning action DUNNO: %s" msgstr "Antwort Aktion DUNNO: %s" -#: ../bin/kolab_smtp_access_policy.py:1363 +#: ../bin/kolab_smtp_access_policy.py:1365 #, python-format msgid "Returning action HOLD: %s" msgstr "Antwort Aktion HOLD: %s" -#: ../bin/kolab_smtp_access_policy.py:1368 +#: ../bin/kolab_smtp_access_policy.py:1370 #, python-format msgid "Returning action PERMIT: %s" msgstr "Antwort Aktion PERMIT: %s" -#: ../bin/kolab_smtp_access_policy.py:1496 +#: ../bin/kolab_smtp_access_policy.py:1498 #, python-format msgid "Returning action REJECT: %s" msgstr "Antwort Aktion REJECT: %s" -#: ../bin/kolab_smtp_access_policy.py:1542 +#: ../bin/kolab_smtp_access_policy.py:1544 msgid "Starting to loop for new request" msgstr "Starte Schleife für neue Anfrage" -#: ../bin/kolab_smtp_access_policy.py:1549 +#: ../bin/kolab_smtp_access_policy.py:1551 msgid "Timeout for policy request reading exceeded" msgstr "Zeitüberschreitung beim Lesen der Richtlinienanfrage" -#: ../bin/kolab_smtp_access_policy.py:1555 +#: ../bin/kolab_smtp_access_policy.py:1557 msgid "End of current request" msgstr "Ende der aktuellen Anfrage" -#: ../bin/kolab_smtp_access_policy.py:1559 +#: ../bin/kolab_smtp_access_policy.py:1561 #, python-format msgid "Getting line: %s" msgstr "Lese Zeile: %s" -#: ../bin/kolab_smtp_access_policy.py:1563 +#: ../bin/kolab_smtp_access_policy.py:1565 msgid "Returning request" msgstr "Rückgabe Richtlinenanfordung" -#: ../bin/kolab_smtp_access_policy.py:1592 +#: ../bin/kolab_smtp_access_policy.py:1594 msgid "Access Policy Options" msgstr "Zugriffsrichtlinien-Einstellungen" -#: ../bin/kolab_smtp_access_policy.py:1599 +#: ../bin/kolab_smtp_access_policy.py:1601 msgid "SMTP Policy request timeout." msgstr "Zeitüberschreitung der SMTP Richtlinien-Anfrage" -#: ../bin/kolab_smtp_access_policy.py:1605 +#: ../bin/kolab_smtp_access_policy.py:1607 msgid "Verify the recipient access policy." msgstr "Verifiziere die Empfänger-Zugriffs-Richtlinie." -#: ../bin/kolab_smtp_access_policy.py:1611 +#: ../bin/kolab_smtp_access_policy.py:1613 msgid "Verify the sender access policy." msgstr "Verifiziere die Sender-Zugriffs-Richtlinie." -#: ../bin/kolab_smtp_access_policy.py:1617 +#: ../bin/kolab_smtp_access_policy.py:1619 msgid "Allow unauthenticated senders." msgstr "Erlaube nicht authentisierte Sender." -#: ../bin/kolab_smtp_access_policy.py:1631 +#: ../bin/kolab_smtp_access_policy.py:1633 #, python-format msgid "Got request instance %s" msgstr "Anfrage bekommen für Instanz %s" -#: ../bin/kolab_smtp_access_policy.py:1640 +#: ../bin/kolab_smtp_access_policy.py:1642 #, python-format msgid "Request instance %s is in state %s" msgstr "Anfrage-Instanz %s ist im Status %s" -#: ../bin/kolab_smtp_access_policy.py:1672 +#: ../bin/kolab_smtp_access_policy.py:1674 #, python-format msgid "Unhandled exception caught: %r" msgstr "Unbehandelte Ausnahme abgefangen: %r" -#: ../bin/kolab_smtp_access_policy.py:1676 +#: ../bin/kolab_smtp_access_policy.py:1678 msgid "Sender access denied" msgstr "Sender Zugriff verweigert" -#: ../bin/kolab_smtp_access_policy.py:1678 +#: ../bin/kolab_smtp_access_policy.py:1680 msgid "Recipient access denied" msgstr "Empfänger Zugriff verweigert" -#: ../bin/kolab_smtp_access_policy.py:1680 +#: ../bin/kolab_smtp_access_policy.py:1682 msgid "No objections" msgstr "Keine Einwände" @@ -377,7 +377,7 @@ msgid "Could not connect to LDAP, is it running?"
View file
pykolab-0.8.6.tar.gz/po/de_DE.po -> pykolab-0.8.7.tar.gz/po/de_DE.po
Changed
@@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: Kolab Groupware Solution\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-22 15:31+0200\n" -"PO-Revision-Date: 2016-09-16 12:28+0000\n" -"Last-Translator: Colja Vendel <vendel.colja@googlemail.com>\n" +"POT-Creation-Date: 2016-12-02 15:22+0100\n" +"PO-Revision-Date: 2016-12-02 14:22+0000\n" +"Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (Germany) (http://www.transifex.com/kolab/kolab/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -139,151 +139,151 @@ msgid "Unverifiable sender." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1082 +#: ../bin/kolab_smtp_access_policy.py:1083 msgid "Sender is not using an alias" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1090 +#: ../bin/kolab_smtp_access_policy.py:1092 msgid "Sender uses unauthorized envelope sender address" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1107 +#: ../bin/kolab_smtp_access_policy.py:1109 msgid "Could not verify sender" msgstr "Konnte den Absender nicht verifizieren" -#: ../bin/kolab_smtp_access_policy.py:1114 +#: ../bin/kolab_smtp_access_policy.py:1116 msgid "" "Verifying whether sender is allowed to send to recipient using sender policy" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1127 +#: ../bin/kolab_smtp_access_policy.py:1129 #, python-format msgid "Result is %r" msgstr "Das Ergebnis ist %r" -#: ../bin/kolab_smtp_access_policy.py:1132 +#: ../bin/kolab_smtp_access_policy.py:1134 msgid "No recipient policy restrictions exist for this sender" msgstr "Es existiert keine Empfängerrichtlinie für diesen Absender" -#: ../bin/kolab_smtp_access_policy.py:1141 +#: ../bin/kolab_smtp_access_policy.py:1143 msgid "Found a recipient policy to apply for this sender." msgstr "Empfänger-Richtlinie für diesen Benutzer gefunden" -#: ../bin/kolab_smtp_access_policy.py:1156 +#: ../bin/kolab_smtp_access_policy.py:1158 #, python-format msgid "Sender %s not allowed to send to recipient %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1184 +#: ../bin/kolab_smtp_access_policy.py:1186 msgid "Cleaning up the cache" msgstr "Aufräumen des Cache" -#: ../bin/kolab_smtp_access_policy.py:1207 +#: ../bin/kolab_smtp_access_policy.py:1209 msgid "" "The 'uri' setting in the kolab_smtp_access_policy section is soon going to " "be deprecated in favor of 'cache_uri'" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1223 +#: ../bin/kolab_smtp_access_policy.py:1225 #, python-format msgid "Operational Error in caching: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1276 +#: ../bin/kolab_smtp_access_policy.py:1278 #, python-format msgid "Caching the policy result with timestamp %d" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1353 +#: ../bin/kolab_smtp_access_policy.py:1355 #, python-format msgid "Returning action DEFER_IF_PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1358 +#: ../bin/kolab_smtp_access_policy.py:1360 #, python-format msgid "Returning action DUNNO: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1363 +#: ../bin/kolab_smtp_access_policy.py:1365 #, python-format msgid "Returning action HOLD: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1368 +#: ../bin/kolab_smtp_access_policy.py:1370 #, python-format msgid "Returning action PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1496 +#: ../bin/kolab_smtp_access_policy.py:1498 #, python-format msgid "Returning action REJECT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1542 +#: ../bin/kolab_smtp_access_policy.py:1544 msgid "Starting to loop for new request" msgstr "Starte Schleife für neue Anfrage" -#: ../bin/kolab_smtp_access_policy.py:1549 +#: ../bin/kolab_smtp_access_policy.py:1551 msgid "Timeout for policy request reading exceeded" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1555 +#: ../bin/kolab_smtp_access_policy.py:1557 msgid "End of current request" msgstr "Ende der aktuellen Anfrage" -#: ../bin/kolab_smtp_access_policy.py:1559 +#: ../bin/kolab_smtp_access_policy.py:1561 #, python-format msgid "Getting line: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1563 +#: ../bin/kolab_smtp_access_policy.py:1565 msgid "Returning request" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1592 +#: ../bin/kolab_smtp_access_policy.py:1594 msgid "Access Policy Options" msgstr "Zugriffsrichtlinien-Einstellungen" -#: ../bin/kolab_smtp_access_policy.py:1599 +#: ../bin/kolab_smtp_access_policy.py:1601 msgid "SMTP Policy request timeout." msgstr "Zeitüberschreitung der SMTP Richtlinien-Anfrage" -#: ../bin/kolab_smtp_access_policy.py:1605 +#: ../bin/kolab_smtp_access_policy.py:1607 msgid "Verify the recipient access policy." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1611 +#: ../bin/kolab_smtp_access_policy.py:1613 msgid "Verify the sender access policy." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1617 +#: ../bin/kolab_smtp_access_policy.py:1619 msgid "Allow unauthenticated senders." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1631 +#: ../bin/kolab_smtp_access_policy.py:1633 #, python-format msgid "Got request instance %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1640 +#: ../bin/kolab_smtp_access_policy.py:1642 #, python-format msgid "Request instance %s is in state %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1672 +#: ../bin/kolab_smtp_access_policy.py:1674 #, python-format msgid "Unhandled exception caught: %r" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1676 +#: ../bin/kolab_smtp_access_policy.py:1678 msgid "Sender access denied" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1678 +#: ../bin/kolab_smtp_access_policy.py:1680 msgid "Recipient access denied" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1680 +#: ../bin/kolab_smtp_access_policy.py:1682 msgid "No objections" msgstr "" @@ -366,7 +366,7 @@ msgid "Could not connect to LDAP, is it running?"
View file
pykolab-0.8.6.tar.gz/po/es.po -> pykolab-0.8.7.tar.gz/po/es.po
Changed
@@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Kolab Groupware Solution\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-22 15:31+0200\n" -"PO-Revision-Date: 2016-07-22 13:31+0000\n" +"POT-Creation-Date: 2016-12-02 15:22+0100\n" +"PO-Revision-Date: 2016-12-02 14:22+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab/language/es/)\n" "MIME-Version: 1.0\n" @@ -136,151 +136,151 @@ msgid "Unverifiable sender." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1082 +#: ../bin/kolab_smtp_access_policy.py:1083 msgid "Sender is not using an alias" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1090 +#: ../bin/kolab_smtp_access_policy.py:1092 msgid "Sender uses unauthorized envelope sender address" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1107 +#: ../bin/kolab_smtp_access_policy.py:1109 msgid "Could not verify sender" msgstr "No es posible verificar el remitente" -#: ../bin/kolab_smtp_access_policy.py:1114 +#: ../bin/kolab_smtp_access_policy.py:1116 msgid "" "Verifying whether sender is allowed to send to recipient using sender policy" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1127 +#: ../bin/kolab_smtp_access_policy.py:1129 #, python-format msgid "Result is %r" msgstr "El resultado es %r" -#: ../bin/kolab_smtp_access_policy.py:1132 +#: ../bin/kolab_smtp_access_policy.py:1134 msgid "No recipient policy restrictions exist for this sender" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1141 +#: ../bin/kolab_smtp_access_policy.py:1143 msgid "Found a recipient policy to apply for this sender." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1156 +#: ../bin/kolab_smtp_access_policy.py:1158 #, python-format msgid "Sender %s not allowed to send to recipient %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1184 +#: ../bin/kolab_smtp_access_policy.py:1186 msgid "Cleaning up the cache" msgstr "Limpiando la caché" -#: ../bin/kolab_smtp_access_policy.py:1207 +#: ../bin/kolab_smtp_access_policy.py:1209 msgid "" "The 'uri' setting in the kolab_smtp_access_policy section is soon going to " "be deprecated in favor of 'cache_uri'" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1223 +#: ../bin/kolab_smtp_access_policy.py:1225 #, python-format msgid "Operational Error in caching: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1276 +#: ../bin/kolab_smtp_access_policy.py:1278 #, python-format msgid "Caching the policy result with timestamp %d" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1353 +#: ../bin/kolab_smtp_access_policy.py:1355 #, python-format msgid "Returning action DEFER_IF_PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1358 +#: ../bin/kolab_smtp_access_policy.py:1360 #, python-format msgid "Returning action DUNNO: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1363 +#: ../bin/kolab_smtp_access_policy.py:1365 #, python-format msgid "Returning action HOLD: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1368 +#: ../bin/kolab_smtp_access_policy.py:1370 #, python-format msgid "Returning action PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1496 +#: ../bin/kolab_smtp_access_policy.py:1498 #, python-format msgid "Returning action REJECT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1542 +#: ../bin/kolab_smtp_access_policy.py:1544 msgid "Starting to loop for new request" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1549 +#: ../bin/kolab_smtp_access_policy.py:1551 msgid "Timeout for policy request reading exceeded" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1555 +#: ../bin/kolab_smtp_access_policy.py:1557 msgid "End of current request" msgstr "Finalizada la petición actual" -#: ../bin/kolab_smtp_access_policy.py:1559 +#: ../bin/kolab_smtp_access_policy.py:1561 #, python-format msgid "Getting line: %s" msgstr "Obteniendo la línea: %s" -#: ../bin/kolab_smtp_access_policy.py:1563 +#: ../bin/kolab_smtp_access_policy.py:1565 msgid "Returning request" msgstr "Returning request" -#: ../bin/kolab_smtp_access_policy.py:1592 +#: ../bin/kolab_smtp_access_policy.py:1594 msgid "Access Policy Options" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1599 +#: ../bin/kolab_smtp_access_policy.py:1601 msgid "SMTP Policy request timeout." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1605 +#: ../bin/kolab_smtp_access_policy.py:1607 msgid "Verify the recipient access policy." msgstr "Verificar la política de acceso para los destinatarios" -#: ../bin/kolab_smtp_access_policy.py:1611 +#: ../bin/kolab_smtp_access_policy.py:1613 msgid "Verify the sender access policy." msgstr "Verificar la política de acceso para los remitentes" -#: ../bin/kolab_smtp_access_policy.py:1617 +#: ../bin/kolab_smtp_access_policy.py:1619 msgid "Allow unauthenticated senders." msgstr "Permitir remitentes no autenticados." -#: ../bin/kolab_smtp_access_policy.py:1631 +#: ../bin/kolab_smtp_access_policy.py:1633 #, python-format msgid "Got request instance %s" msgstr "Hay una solicitud de instancia %s" -#: ../bin/kolab_smtp_access_policy.py:1640 +#: ../bin/kolab_smtp_access_policy.py:1642 #, python-format msgid "Request instance %s is in state %s" msgstr "La instancia solicitada %s, se encuentra en estado %s" -#: ../bin/kolab_smtp_access_policy.py:1672 +#: ../bin/kolab_smtp_access_policy.py:1674 #, python-format msgid "Unhandled exception caught: %r" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1676 +#: ../bin/kolab_smtp_access_policy.py:1678 msgid "Sender access denied" msgstr "Acceso denegado al destinatario" -#: ../bin/kolab_smtp_access_policy.py:1678 +#: ../bin/kolab_smtp_access_policy.py:1680 msgid "Recipient access denied" msgstr "Acceso denegado al destinatario" -#: ../bin/kolab_smtp_access_policy.py:1680 +#: ../bin/kolab_smtp_access_policy.py:1682 msgid "No objections" msgstr "No hay objeciones" @@ -363,7 +363,7 @@ msgid "Could not connect to LDAP, is it running?" msgstr ""
View file
pykolab-0.8.6.tar.gz/po/fr.po -> pykolab-0.8.7.tar.gz/po/fr.po
Changed
@@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Kolab Groupware Solution\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-22 15:31+0200\n" -"PO-Revision-Date: 2016-07-22 13:51+0000\n" +"POT-Creation-Date: 2016-12-02 15:22+0100\n" +"PO-Revision-Date: 2016-12-02 14:22+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: French (http://www.transifex.com/kolab/kolab/language/fr/)\n" "MIME-Version: 1.0\n" @@ -140,151 +140,151 @@ msgid "Unverifiable sender." msgstr "Expéditeur non vérifiables" -#: ../bin/kolab_smtp_access_policy.py:1082 +#: ../bin/kolab_smtp_access_policy.py:1083 msgid "Sender is not using an alias" msgstr "Expéditeur n'utilise pas un alias" -#: ../bin/kolab_smtp_access_policy.py:1090 +#: ../bin/kolab_smtp_access_policy.py:1092 msgid "Sender uses unauthorized envelope sender address" msgstr "Expéditeur utilise une adresse mail expéditeur non autorisée" -#: ../bin/kolab_smtp_access_policy.py:1107 +#: ../bin/kolab_smtp_access_policy.py:1109 msgid "Could not verify sender" msgstr "Impossible de vérifier l'expéditeur" -#: ../bin/kolab_smtp_access_policy.py:1114 +#: ../bin/kolab_smtp_access_policy.py:1116 msgid "" "Verifying whether sender is allowed to send to recipient using sender policy" msgstr "Verifie si l'expéditeur est autorisé d'envoyer au destinateur utilisant politique d'expéditeur" -#: ../bin/kolab_smtp_access_policy.py:1127 +#: ../bin/kolab_smtp_access_policy.py:1129 #, python-format msgid "Result is %r" msgstr "Résultat est %r" -#: ../bin/kolab_smtp_access_policy.py:1132 +#: ../bin/kolab_smtp_access_policy.py:1134 msgid "No recipient policy restrictions exist for this sender" msgstr "Aucune restrictions politique de destinateur existe pour cet expéditeur" -#: ../bin/kolab_smtp_access_policy.py:1141 +#: ../bin/kolab_smtp_access_policy.py:1143 msgid "Found a recipient policy to apply for this sender." msgstr "Une politique de destinateur à appliquer à cet expéditeur trouvée" -#: ../bin/kolab_smtp_access_policy.py:1156 +#: ../bin/kolab_smtp_access_policy.py:1158 #, python-format msgid "Sender %s not allowed to send to recipient %s" msgstr "Expéditeur %s n'est pas autorisé d'envoyer au destinateur %s" -#: ../bin/kolab_smtp_access_policy.py:1184 +#: ../bin/kolab_smtp_access_policy.py:1186 msgid "Cleaning up the cache" msgstr "Nettoyage de la mémoire cache " -#: ../bin/kolab_smtp_access_policy.py:1207 +#: ../bin/kolab_smtp_access_policy.py:1209 msgid "" "The 'uri' setting in the kolab_smtp_access_policy section is soon going to " "be deprecated in favor of 'cache_uri'" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1223 +#: ../bin/kolab_smtp_access_policy.py:1225 #, python-format msgid "Operational Error in caching: %s" msgstr "Erreur opérationnelle dans la mise en cache: %s" -#: ../bin/kolab_smtp_access_policy.py:1276 +#: ../bin/kolab_smtp_access_policy.py:1278 #, python-format msgid "Caching the policy result with timestamp %d" msgstr "La mise en cache du résultat politique avec horodatage %d" -#: ../bin/kolab_smtp_access_policy.py:1353 +#: ../bin/kolab_smtp_access_policy.py:1355 #, python-format msgid "Returning action DEFER_IF_PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1358 +#: ../bin/kolab_smtp_access_policy.py:1360 #, python-format msgid "Returning action DUNNO: %s" msgstr "Retourne action SAIS PAS: %s" -#: ../bin/kolab_smtp_access_policy.py:1363 +#: ../bin/kolab_smtp_access_policy.py:1365 #, python-format msgid "Returning action HOLD: %s" msgstr "Retourne action EN ATTENTE: %s" -#: ../bin/kolab_smtp_access_policy.py:1368 +#: ../bin/kolab_smtp_access_policy.py:1370 #, python-format msgid "Returning action PERMIT: %s" msgstr "Retourne action PERMIS: %s" -#: ../bin/kolab_smtp_access_policy.py:1496 +#: ../bin/kolab_smtp_access_policy.py:1498 #, python-format msgid "Returning action REJECT: %s" msgstr "Retourne action REJET: %s" -#: ../bin/kolab_smtp_access_policy.py:1542 +#: ../bin/kolab_smtp_access_policy.py:1544 msgid "Starting to loop for new request" msgstr "Démarrage en boucle pour une nouvelle demande" -#: ../bin/kolab_smtp_access_policy.py:1549 +#: ../bin/kolab_smtp_access_policy.py:1551 msgid "Timeout for policy request reading exceeded" msgstr "Délai pour la lecture de politique de demande est dépassé" -#: ../bin/kolab_smtp_access_policy.py:1555 +#: ../bin/kolab_smtp_access_policy.py:1557 msgid "End of current request" msgstr "Fin de requête actuelle" -#: ../bin/kolab_smtp_access_policy.py:1559 +#: ../bin/kolab_smtp_access_policy.py:1561 #, python-format msgid "Getting line: %s" msgstr "Reçoit ligne: %s" -#: ../bin/kolab_smtp_access_policy.py:1563 +#: ../bin/kolab_smtp_access_policy.py:1565 msgid "Returning request" msgstr "Demande retour" -#: ../bin/kolab_smtp_access_policy.py:1592 +#: ../bin/kolab_smtp_access_policy.py:1594 msgid "Access Policy Options" msgstr "Options de la stratégie d'accès" -#: ../bin/kolab_smtp_access_policy.py:1599 +#: ../bin/kolab_smtp_access_policy.py:1601 msgid "SMTP Policy request timeout." msgstr "Délai de demande de Politique SMTP" -#: ../bin/kolab_smtp_access_policy.py:1605 +#: ../bin/kolab_smtp_access_policy.py:1607 msgid "Verify the recipient access policy." msgstr "Vérification de la stratégie d'accès du destinataire." -#: ../bin/kolab_smtp_access_policy.py:1611 +#: ../bin/kolab_smtp_access_policy.py:1613 msgid "Verify the sender access policy." msgstr "Vérification de la stratégie d'accès de l'expéditeur." -#: ../bin/kolab_smtp_access_policy.py:1617 +#: ../bin/kolab_smtp_access_policy.py:1619 msgid "Allow unauthenticated senders." msgstr "Autorise les expéditeurs non authentifiés." -#: ../bin/kolab_smtp_access_policy.py:1631 +#: ../bin/kolab_smtp_access_policy.py:1633 #, python-format msgid "Got request instance %s" msgstr "Demande d'instance obtenue %s" -#: ../bin/kolab_smtp_access_policy.py:1640 +#: ../bin/kolab_smtp_access_policy.py:1642 #, python-format msgid "Request instance %s is in state %s" msgstr "Demande d'instance %s est en état %s" -#: ../bin/kolab_smtp_access_policy.py:1672 +#: ../bin/kolab_smtp_access_policy.py:1674 #, python-format msgid "Unhandled exception caught: %r" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1676 +#: ../bin/kolab_smtp_access_policy.py:1678 msgid "Sender access denied" msgstr "Accès d'expéditeur refus" -#: ../bin/kolab_smtp_access_policy.py:1678 +#: ../bin/kolab_smtp_access_policy.py:1680 msgid "Recipient access denied" msgstr "Accès de destinateur " -#: ../bin/kolab_smtp_access_policy.py:1680 +#: ../bin/kolab_smtp_access_policy.py:1682 msgid "No objections" msgstr "Pas d'objections" @@ -367,7 +367,7 @@ msgid "Could not connect to LDAP, is it running?" msgstr " Impossible de se connecter au LDAP, est-il en cours d'exécution?"
View file
pykolab-0.8.6.tar.gz/po/nl.po -> pykolab-0.8.7.tar.gz/po/nl.po
Changed
@@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Kolab Groupware Solution\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-22 15:31+0200\n" -"PO-Revision-Date: 2016-07-22 13:31+0000\n" +"POT-Creation-Date: 2016-12-02 15:22+0100\n" +"PO-Revision-Date: 2016-12-02 14:22+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: Dutch (http://www.transifex.com/kolab/kolab/language/nl/)\n" "MIME-Version: 1.0\n" @@ -137,151 +137,151 @@ msgid "Unverifiable sender." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1082 +#: ../bin/kolab_smtp_access_policy.py:1083 msgid "Sender is not using an alias" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1090 +#: ../bin/kolab_smtp_access_policy.py:1092 msgid "Sender uses unauthorized envelope sender address" msgstr "Verstuurder gebruikt een niet geauthorizeerd envelope zender adres" -#: ../bin/kolab_smtp_access_policy.py:1107 +#: ../bin/kolab_smtp_access_policy.py:1109 msgid "Could not verify sender" msgstr "Kan de verstuurder niet verifieren" -#: ../bin/kolab_smtp_access_policy.py:1114 +#: ../bin/kolab_smtp_access_policy.py:1116 msgid "" "Verifying whether sender is allowed to send to recipient using sender policy" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1127 +#: ../bin/kolab_smtp_access_policy.py:1129 #, python-format msgid "Result is %r" msgstr "Het resultaat is %r" -#: ../bin/kolab_smtp_access_policy.py:1132 +#: ../bin/kolab_smtp_access_policy.py:1134 msgid "No recipient policy restrictions exist for this sender" msgstr "Er zijn geen ontvanger restricties voor deze afzender" -#: ../bin/kolab_smtp_access_policy.py:1141 +#: ../bin/kolab_smtp_access_policy.py:1143 msgid "Found a recipient policy to apply for this sender." msgstr "Ontvanger-beleid gevonden voor deze afzender" -#: ../bin/kolab_smtp_access_policy.py:1156 +#: ../bin/kolab_smtp_access_policy.py:1158 #, python-format msgid "Sender %s not allowed to send to recipient %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1184 +#: ../bin/kolab_smtp_access_policy.py:1186 msgid "Cleaning up the cache" msgstr "Cache aan het schoonmaken" -#: ../bin/kolab_smtp_access_policy.py:1207 +#: ../bin/kolab_smtp_access_policy.py:1209 msgid "" "The 'uri' setting in the kolab_smtp_access_policy section is soon going to " "be deprecated in favor of 'cache_uri'" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1223 +#: ../bin/kolab_smtp_access_policy.py:1225 #, python-format msgid "Operational Error in caching: %s" msgstr "Operationele fout in caching: %s" -#: ../bin/kolab_smtp_access_policy.py:1276 +#: ../bin/kolab_smtp_access_policy.py:1278 #, python-format msgid "Caching the policy result with timestamp %d" msgstr "Policy resultaat aan het cachen met tijd %d" -#: ../bin/kolab_smtp_access_policy.py:1353 +#: ../bin/kolab_smtp_access_policy.py:1355 #, python-format msgid "Returning action DEFER_IF_PERMIT: %s" msgstr "Actie DEFER_IF_PERMIT retourneren: %s" -#: ../bin/kolab_smtp_access_policy.py:1358 +#: ../bin/kolab_smtp_access_policy.py:1360 #, python-format msgid "Returning action DUNNO: %s" msgstr "Actie DUNNO retourneren: %s" -#: ../bin/kolab_smtp_access_policy.py:1363 +#: ../bin/kolab_smtp_access_policy.py:1365 #, python-format msgid "Returning action HOLD: %s" msgstr "Actie HOLD retourneren: %s" -#: ../bin/kolab_smtp_access_policy.py:1368 +#: ../bin/kolab_smtp_access_policy.py:1370 #, python-format msgid "Returning action PERMIT: %s" msgstr "Actie PERMIT retourneren: %s" -#: ../bin/kolab_smtp_access_policy.py:1496 +#: ../bin/kolab_smtp_access_policy.py:1498 #, python-format msgid "Returning action REJECT: %s" msgstr "Actie REJECT retourneren: %s" -#: ../bin/kolab_smtp_access_policy.py:1542 +#: ../bin/kolab_smtp_access_policy.py:1544 msgid "Starting to loop for new request" msgstr "Loop aan het starten in afwachting van nieuw verzoek" -#: ../bin/kolab_smtp_access_policy.py:1549 +#: ../bin/kolab_smtp_access_policy.py:1551 msgid "Timeout for policy request reading exceeded" msgstr "Maximale tijd voor het lezen van een policy verzoek verstreken" -#: ../bin/kolab_smtp_access_policy.py:1555 +#: ../bin/kolab_smtp_access_policy.py:1557 msgid "End of current request" msgstr "Einde van huidige verzoek" -#: ../bin/kolab_smtp_access_policy.py:1559 +#: ../bin/kolab_smtp_access_policy.py:1561 #, python-format msgid "Getting line: %s" msgstr "Gegeven regel: %s" -#: ../bin/kolab_smtp_access_policy.py:1563 +#: ../bin/kolab_smtp_access_policy.py:1565 msgid "Returning request" msgstr "Verzoek aan het retourneren" -#: ../bin/kolab_smtp_access_policy.py:1592 +#: ../bin/kolab_smtp_access_policy.py:1594 msgid "Access Policy Options" msgstr "Opties voor Toegangs-beleid" -#: ../bin/kolab_smtp_access_policy.py:1599 +#: ../bin/kolab_smtp_access_policy.py:1601 msgid "SMTP Policy request timeout." msgstr "Maximale tijd voor SMTP Toegangs-beleid verzoek verstreken" -#: ../bin/kolab_smtp_access_policy.py:1605 +#: ../bin/kolab_smtp_access_policy.py:1607 msgid "Verify the recipient access policy." msgstr "Verifieer het toegangs-beleid voor de ontvanger." -#: ../bin/kolab_smtp_access_policy.py:1611 +#: ../bin/kolab_smtp_access_policy.py:1613 msgid "Verify the sender access policy." msgstr "Verifieer het toegangs-beleid voor de afzender." -#: ../bin/kolab_smtp_access_policy.py:1617 +#: ../bin/kolab_smtp_access_policy.py:1619 msgid "Allow unauthenticated senders." msgstr "Sta niet geauthentificeerde afzenders toe." -#: ../bin/kolab_smtp_access_policy.py:1631 +#: ../bin/kolab_smtp_access_policy.py:1633 #, python-format msgid "Got request instance %s" msgstr "Verzoek %s verkregen" -#: ../bin/kolab_smtp_access_policy.py:1640 +#: ../bin/kolab_smtp_access_policy.py:1642 #, python-format msgid "Request instance %s is in state %s" msgstr "Verzoek %s is in staat %s" -#: ../bin/kolab_smtp_access_policy.py:1672 +#: ../bin/kolab_smtp_access_policy.py:1674 #, python-format msgid "Unhandled exception caught: %r" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1676 +#: ../bin/kolab_smtp_access_policy.py:1678 msgid "Sender access denied" msgstr "Toegang voor afzender geweigerd" -#: ../bin/kolab_smtp_access_policy.py:1678 +#: ../bin/kolab_smtp_access_policy.py:1680 msgid "Recipient access denied" msgstr "Toegang voor ontvanger geweigerd" -#: ../bin/kolab_smtp_access_policy.py:1680 +#: ../bin/kolab_smtp_access_policy.py:1682 msgid "No objections" msgstr "Geen bezwaren" @@ -364,7 +364,7 @@ msgid "Could not connect to LDAP, is it running?" msgstr ""
View file
pykolab-0.8.6.tar.gz/po/pykolab.pot -> pykolab-0.8.7.tar.gz/po/pykolab.pot
Changed
@@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-22 15:31+0200\n" +"POT-Creation-Date: 2016-12-02 15:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -135,151 +135,151 @@ msgid "Unverifiable sender." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1082 +#: ../bin/kolab_smtp_access_policy.py:1083 msgid "Sender is not using an alias" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1090 +#: ../bin/kolab_smtp_access_policy.py:1092 msgid "Sender uses unauthorized envelope sender address" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1107 +#: ../bin/kolab_smtp_access_policy.py:1109 msgid "Could not verify sender" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1114 +#: ../bin/kolab_smtp_access_policy.py:1116 msgid "" "Verifying whether sender is allowed to send to recipient using sender policy" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1127 +#: ../bin/kolab_smtp_access_policy.py:1129 #, python-format msgid "Result is %r" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1132 +#: ../bin/kolab_smtp_access_policy.py:1134 msgid "No recipient policy restrictions exist for this sender" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1141 +#: ../bin/kolab_smtp_access_policy.py:1143 msgid "Found a recipient policy to apply for this sender." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1156 +#: ../bin/kolab_smtp_access_policy.py:1158 #, python-format msgid "Sender %s not allowed to send to recipient %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1184 +#: ../bin/kolab_smtp_access_policy.py:1186 msgid "Cleaning up the cache" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1207 +#: ../bin/kolab_smtp_access_policy.py:1209 msgid "" "The 'uri' setting in the kolab_smtp_access_policy section is soon going to " "be deprecated in favor of 'cache_uri'" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1223 +#: ../bin/kolab_smtp_access_policy.py:1225 #, python-format msgid "Operational Error in caching: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1276 +#: ../bin/kolab_smtp_access_policy.py:1278 #, python-format msgid "Caching the policy result with timestamp %d" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1353 +#: ../bin/kolab_smtp_access_policy.py:1355 #, python-format msgid "Returning action DEFER_IF_PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1358 +#: ../bin/kolab_smtp_access_policy.py:1360 #, python-format msgid "Returning action DUNNO: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1363 +#: ../bin/kolab_smtp_access_policy.py:1365 #, python-format msgid "Returning action HOLD: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1368 +#: ../bin/kolab_smtp_access_policy.py:1370 #, python-format msgid "Returning action PERMIT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1496 +#: ../bin/kolab_smtp_access_policy.py:1498 #, python-format msgid "Returning action REJECT: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1542 +#: ../bin/kolab_smtp_access_policy.py:1544 msgid "Starting to loop for new request" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1549 +#: ../bin/kolab_smtp_access_policy.py:1551 msgid "Timeout for policy request reading exceeded" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1555 +#: ../bin/kolab_smtp_access_policy.py:1557 msgid "End of current request" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1559 +#: ../bin/kolab_smtp_access_policy.py:1561 #, python-format msgid "Getting line: %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1563 +#: ../bin/kolab_smtp_access_policy.py:1565 msgid "Returning request" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1592 +#: ../bin/kolab_smtp_access_policy.py:1594 msgid "Access Policy Options" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1599 +#: ../bin/kolab_smtp_access_policy.py:1601 msgid "SMTP Policy request timeout." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1605 +#: ../bin/kolab_smtp_access_policy.py:1607 msgid "Verify the recipient access policy." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1611 +#: ../bin/kolab_smtp_access_policy.py:1613 msgid "Verify the sender access policy." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1617 +#: ../bin/kolab_smtp_access_policy.py:1619 msgid "Allow unauthenticated senders." msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1631 +#: ../bin/kolab_smtp_access_policy.py:1633 #, python-format msgid "Got request instance %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1640 +#: ../bin/kolab_smtp_access_policy.py:1642 #, python-format msgid "Request instance %s is in state %s" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1672 +#: ../bin/kolab_smtp_access_policy.py:1674 #, python-format msgid "Unhandled exception caught: %r" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1676 +#: ../bin/kolab_smtp_access_policy.py:1678 msgid "Sender access denied" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1678 +#: ../bin/kolab_smtp_access_policy.py:1680 msgid "Recipient access denied" msgstr "" -#: ../bin/kolab_smtp_access_policy.py:1680 +#: ../bin/kolab_smtp_access_policy.py:1682 msgid "No objections" msgstr "" @@ -362,7 +362,7 @@ msgid "Could not connect to LDAP, is it running?" msgstr "" -#: ../kolabd/__init__.py:256 ../pykolab/auth/ldap/__init__.py:2524 +#: ../kolabd/__init__.py:256 ../pykolab/auth/ldap/__init__.py:2528
View file
pykolab-0.8.6.tar.gz/pykolab/auth/ldap/__init__.py -> pykolab-0.8.7.tar.gz/pykolab/auth/ldap/__init__.py
Changed
@@ -1255,8 +1255,10 @@ if len(modlist) > 0 and self._bind_priv() is True: try: self.ldap_priv.modify_s(dn, modlist) - except: - log.error(_("Could not update dn %r:\n%r") % (dn, modlist)) + except Exception, errmsg: + log.error(_("Could not update dn:\nDN: %r\nModlist: %r\nError Message: %r") % (dn, modlist, errmsg)) + import traceback + log.error("%s" % (traceback.format_exc())) def synchronize(self, mode=0, callback=None): """
View file
pykolab-0.8.6.tar.gz/pykolab/imap/__init__.py -> pykolab-0.8.7.tar.gz/pykolab/imap/__init__.py
Changed
@@ -21,6 +21,7 @@ import logging import re import time +import socket import sys from urlparse import urlparse @@ -211,11 +212,21 @@ # IMAP connection to be used. self.imap = self._imaphostname + if hasattr(self.imap, 'm') and hasattr(self.imap.m, 'sock'): + self._set_socket_keepalive(self.imap.m.sock) + elif hasattr(self.imap, 'sock'): + self._set_socket_keepalive(self.imap.sock) + def disconnect(self, server=None): if server == None: # No server specified, but make sure self.imap is None anyways if hasattr(self, 'imap'): del self.imap + + # Empty out self._imap as well + for key in self._imap.keys(): + del self._imapkey + else: if self._imap.has_key(server): del self._imapserver @@ -497,7 +508,19 @@ folder_name = "user%s%s" % (self.get_separator(), mailbox_base_name) log.info(_("Creating new mailbox for user %s") %(mailbox_base_name)) - self.create_folder(folder_name, server) + max_tries = 10 + success = False + while not success and max_tries > 0: + success = self.create_folder(folder_name, server) + if not success: + self.disconnect() + max_tries -= 1 + time.sleep(1) + self.connect() + + if not success: + log.error(_("Could not create the mailbox for user %s, aborting." % (mailbox_base_name))) + return False # In a Cyrus IMAP Murder topology, wait for the murder to have settled if self.imap_murder(): @@ -640,6 +663,11 @@ if not created: if time.time() - last_log > 5: log.info(_("Waiting for the Cyrus IMAP Murder to settle...")) + if time.time() - last_log > 30: + log.warning(_("Waited for 30 seconds, going to reconnect")) + self.disconnect() + self.connec() + last_log = time.time() time.sleep(0.5) @@ -817,6 +845,18 @@ else: return False + def _set_socket_keepalive(self, sock): + sock.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1) + + with open('/proc/sys/net/ipv4/tcp_keepalive_time', 'r') as f: + sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_KEEPIDLE, (int)(f.read())) + + with open('/proc/sys/net/ipv4/tcp_keepalive_intvl', 'r') as f: + sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_KEEPINTVL, (int)(f.read())) + + with open('/proc/sys/net/ipv4/tcp_keepalive_probes', 'r') as f: + sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_KEEPCNT, (int)(f.read())) + def _set_kolab_mailfolder_acls(self, acls, folder=None, update=False): # special case, folder has no ACLs assigned and update was requested, # remove all existing ACL entries
View file
pykolab-0.8.6.tar.gz/pykolab/itip/__init__.py -> pykolab-0.8.7.tar.gz/pykolab/itip/__init__.py
Changed
@@ -159,57 +159,78 @@ if _is_transparent(kolab_event): return conflict + if _is_transparent(itip_event'xml'): + return conflict + _es = to_dt(kolab_event.get_start()) _ee = to_dt(kolab_event.get_ical_dtend()) # use iCal style end date: next day for all-day events _ev = kolab_event _ei = 0 + _is = to_dt(itip_event'start') + _ie = to_dt(itip_event'end') + _iv = itip_event'xml' + _ii = 0 + + # Escape looping through anything if neither of the events is recurring. + if not itip_event'xml'.is_recurring() and not kolab_event.is_recurring(): + return check_date_conflict(_es, _ee, _is, _ie) + + loop = 0 + + done = False + # naive loops to check for collisions in (recurring) events # TODO: compare recurrence rules directly (e.g. matching time slot or weekday or monthday) - while not conflict and _es is not None: - _is = to_dt(itip_event'start') - _ie = to_dt(itip_event'end') - _iv = itip_event'xml' - _ii = 0 - - while not conflict and _is is not None: - # log.debug("* Comparing event dates at %s/%s with %s/%s" % (_es, _ee, _is, _ie), level=9) - conflict = not _is_transparent(_ev) and not _is_transparent(_iv) and check_date_conflict(_es, _ee, _is, _ie) - _is = to_dt(itip_event'xml'.get_next_occurence(_is)) if itip_event'xml'.is_recurring() else None - _ie = to_dt(itip_event'xml'.get_occurence_end_date(_is)) - - # get full occurrence to compare the dates from a possible exception - if _is is not None and itip_event'xml'.has_exceptions(): - _ix = itip_event'xml'.get_instance(_is) - if _ix is not None: - _is = to_dt(_ix.get_start()) - _ie = to_dt(_ix.get_end()) - _iv = _ix - - # iterate through all exceptions (non-recurring) - elif _is is None and not itip_event'xml'.is_recurring() and len(itip_event'xml'.get_exceptions()) > _ii: - _iv = itip_event'xml'.get_exceptions()_ii - _is = to_dt(_iv.get_start()) - _ie = to_dt(_iv.get_end()) - _ii += 1 - - _es = to_dt(kolab_event.get_next_occurence(_es)) if kolab_event.is_recurring() else None - _ee = to_dt(kolab_event.get_occurence_end_date(_es)) - - # get full instance to compare the dates from a possible exception - if _es is not None and kolab_event.has_exceptions(): - _ex = kolab_event.get_instance(_es) - if _ex is not None: - _es = to_dt(_ex.get_start()) - _ee = to_dt(_ex.get_end()) - _ev = _ex - - # iterate through all exceptions (non-recurring) - elif _es is None and not kolab_event.is_recurring() and len(kolab_event.get_exceptions()) > _ei: - _ev = kolab_event.get_exceptions()_ei - _es = to_dt(_ev.get_start()) - _ee = to_dt(_ev.get_end()) - _ei += 1 + while not conflict and not done: + loop += 1 + + # Scroll forward the kolab event recurrence until we're in the prime + # spot. We choose to start with the Kolab event because that is likely + # the older one. + if _ee < _is: + while _ee < _is and _es is not None and kolab_event.is_recurring(): + log.debug("Attempt to move forward kolab event recurrence from %s closer to %s" % (_ee, _is), level=8) + __es = to_dt(kolab_event.get_next_occurence(_es)) + + if not __es is None: + _es = __es + _ee = to_dt(kolab_event.get_occurence_end_date(_es)) + else: + done = True + break + + # Scroll forward the itip event recurrence until we're in the + # prime spot, this time with the iTip event. + elif _ie < _es: + while _ie < _es and _is is not None and itip_event'xml'.is_recurring(): + log.debug("Attempt to move forward itip event recurrence from %s closer to %s" % (_ie, _es), level=8) + __is = to_dt(itip_event'xml'.get_next_occurence(_is)) + + if not __is is None: + _is = __is + _ie = to_dt(itip_event'xml'.get_occurence_end_date(_is)) + else: + done = True + break + + # Now that we have some events somewhere in the same neighborhood... + conflict = check_date_conflict(_es, _ee, _is, _ie) + log.debug("* Comparing itip at %s/%s with kolab at %s/%s: %r (%d)" % (_is, _ie, _es, _ee, conflict, loop), level=8) + + if not conflict: + if kolab_event.is_recurring() and itip_event'xml'.is_recurring(): + if not kolab_event.has_exceptions() and not itip_event'xml'.has_exceptions(): + log.debug("No conflict, both recurring, but neither with exceptions", level=8) + done = True + break + + _is = to_dt(itip_event'xml'.get_next_occurence(_is)) + + if _is is not None: + _ie = to_dt(itip_event'xml'.get_occurence_end_date(_is)) + else: + done = True return conflict
View file
pykolab-0.8.6.tar.gz/wallace/module_invitationpolicy.py -> pykolab-0.8.7.tar.gz/wallace/module_invitationpolicy.py
Changed
@@ -299,9 +299,13 @@ # extend with addresses from delegators # (only do this lookup for REPLY messages) receiving_user'_delegated_mailboxes' = + if itip_event'method' == 'REPLY': for _delegator in auth.list_delegators(recipient_user_dn): - receiving_user'_delegated_mailboxes'.append(_delegator'_mailbox_basename'.split('@')0) + if not _delegator'_mailbox_basename' == None: + receiving_user'_delegated_mailboxes'.append( + _delegator'_mailbox_basename'.split('@')0 + ) log.debug(_("Recipient emails for %s: %r") % (recipient_user_dn, recipient_emails), level=8) break
View file
pykolab-0.8.6.tar.gz/wallace/module_resources.py -> pykolab-0.8.7.tar.gz/wallace/module_resources.py
Changed
@@ -503,7 +503,7 @@ # consider recurring events and get real end date if event.is_recurring(): - dt_end = event.get_last_occurrence() + dt_end = to_dt(event.get_last_occurrence()) if dt_end is None: # skip if recurring forever continue
View file
pykolab-0.8.6.tar.gz/wallace/modules.py -> pykolab-0.8.7.tar.gz/wallace/modules.py
Changed
@@ -118,7 +118,7 @@ return modulesname'function'(*args, **kw) except Exception, errmsg: log.error(_("Unknown error occurred; %r") % (errmsg)) - log.error("%r" % (traceback.format_exc())) + log.error("%s" % (traceback.format_exc())) def heartbeat(name, *args, **kw): if not modules.has_key(name):
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.8.6-0~kolab1 +Version: 0.8.7-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org @@ -40,5 +40,5 @@ pykolab deb python optional wallace deb python optional Files: - 00000000000000000000000000000000 0 pykolab-0.8.6.tar.gz + 00000000000000000000000000000000 0 pykolab-0.8.7.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.