Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

206 líneas
6.6 KiB

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