Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

203 lines
6.6 KiB

  1. # Translations template for PROJECT.
  2. # Copyright (C) 2024 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2024-12-20 09:53+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=utf-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Generated-By: Babel 2.16.0\n"
  19. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:1
  20. msgid "Setting up Postmoogle email bridging (optional)"
  21. msgstr ""
  22. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:3
  23. msgid ""
  24. "**Note**: email bridging can also happen via the [email2matrix"
  25. "](configuring-playbook-email2matrix.md) bridge supported by the playbook."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:5
  28. msgid ""
  29. "The playbook can install and configure "
  30. "[Postmoogle](https://github.com/etkecc/postmoogle) for you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:7
  33. msgid ""
  34. "Postmoogle is a bridge you can use to have its bot user forward emails to"
  35. " Matrix rooms. It runs an SMTP email server and allows you to assign "
  36. "mailbox addresses to the rooms."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:9
  39. msgid ""
  40. "See the project's "
  41. "[documentation](https://github.com/etkecc/postmoogle/blob/master/README.md)"
  42. " to learn what it does and why it might be useful to you."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:11
  45. msgid "Prerequisites"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:13
  48. msgid ""
  49. "Open the following ports on your server to be able to receive incoming "
  50. "emails:"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:15
  53. msgid "`25/tcp`: SMTP"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:16
  56. msgid "`587/tcp`: Submission (TLS-encrypted SMTP)"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:18
  59. msgid ""
  60. "If you don't open these ports, you will still be able to send emails, but"
  61. " not receive any."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:20
  64. msgid ""
  65. "These port numbers are configurable via the "
  66. "`matrix_postmoogle_smtp_host_bind_port` and "
  67. "`matrix_postmoogle_submission_host_bind_port` variables, but other email "
  68. "servers will try to deliver on these default (standard) ports, so "
  69. "changing them is of little use."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:22
  72. msgid "Adjusting the playbook configuration"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:24
  75. msgid ""
  76. "Add the following configuration to your "
  77. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:45
  80. msgid "Adjusting DNS records"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:47
  83. msgid ""
  84. "You will also need to add several DNS records so that Postmoogle can send"
  85. " emails. See [Configuring DNS](configuring-dns.md) for details about DNS "
  86. "changes."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:49
  89. msgid "Installing"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:51
  92. msgid ""
  93. "After configuring the playbook, run it with [playbook tags](playbook-"
  94. "tags.md) as below:"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:58
  97. msgid "**Notes**:"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:60
  100. msgid ""
  101. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  102. "automatically create a user account of the bridge's bot."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:62
  105. msgid ""
  106. "The shortcut commands with the [`just` program](just.md) are also "
  107. "available: `just install-all` or `just setup-all`"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:64
  110. msgid ""
  111. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  112. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  113. "runtime) than `just setup-all`) when its components remain unchanged. If "
  114. "you adjust your `vars.yml` to remove other components, you'd need to run "
  115. "`just setup-all`, or these components will still remain installed."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:66
  118. msgid ""
  119. "If you change the bridge's bot password (`matrix_postmoogle_password` in "
  120. "your `vars.yml` file) subsequently, the bot user's credentials on the "
  121. "homeserver won't be updated automatically. If you'd like to change the "
  122. "bot user's password, use a tool like [synapse-admin](configuring-"
  123. "playbook-synapse-admin.md) to change it, and then update "
  124. "`matrix_postmoogle_password` to let the bot know its new password."
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:68
  127. msgid "Usage"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:70
  130. msgid ""
  131. "To use the bridge, invite the `@postmoogle:example.com` bot user into a "
  132. "room you want to use as a mailbox."
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:72
  135. msgid ""
  136. "Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with "
  137. "the email address `NAME@matrix.example.com`. Emails sent to that email "
  138. "address will be forwarded to the room."
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:74
  141. msgid ""
  142. "Send `!pm help` to the room to see the bridge's help menu for additional "
  143. "commands."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:76
  146. msgid ""
  147. "You can also refer to the upstream "
  148. "[documentation](https://github.com/etkecc/postmoogle)."
  149. msgstr ""
  150. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:78
  151. msgid "Debug/Logs"
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:80
  154. msgid ""
  155. "As with all other services, you can find their logs in [systemd-"
  156. "journald](https://www.freedesktop.org/software/systemd/man/systemd-"
  157. "journald.service.html) by running something like `journalctl -fu matrix-"
  158. "postmoogle`"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:82
  161. msgid ""
  162. "The default logging level for this bridge is `INFO`, but you can increase"
  163. " it to `DEBUG` with the following additional configuration:"
  164. msgstr ""
  165. #~ msgid ""
  166. #~ "See the project's "
  167. #~ "[documentation](https://github.com/etkecc/postmoogle) to "
  168. #~ "learn what it does and why it "
  169. #~ "might be useful to you."
  170. #~ msgstr ""