Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

128 rader
4.2 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-16 12:05+0900\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-email.md:1
  23. msgid "Adjusting email-sending settings (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-email.md:3
  26. msgid ""
  27. "By default, this playbook sets up an [Exim](https://www.exim.org/) email "
  28. "server through which all Matrix services send emails."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-email.md:5
  31. msgid ""
  32. "The email server would attempt to deliver emails directly to their final "
  33. "destination. This may or may not work, depending on your domain "
  34. "configuration (SPF settings, etc.)"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-email.md:7
  37. msgid ""
  38. "By default, emails are sent from `matrix@matrix.example.com`, as "
  39. "specified by the `exim_relay_sender_address` playbook variable."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-email.md:9
  42. msgid ""
  43. "⚠️ **Warning**: On some cloud providers (Google Cloud, etc.), [port 25 is"
  44. " always blocked](https://cloud.google.com/compute/docs/tutorials/sending-"
  45. "mail/), so sending email directly from your server is not possible. You "
  46. "will need to [relay email through another SMTP server](#relaying-email-"
  47. "through-another-smtp-server)."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-email.md:11
  50. msgid ""
  51. "💡 To improve deliverability, we recommend [relaying email through another"
  52. " SMTP server](#relaying-email-through-another-smtp-server) anyway."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-email.md:13
  55. msgid "Firewall settings"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-email.md:15
  58. msgid ""
  59. "No matter whether you send email directly (the default) or you relay "
  60. "email through another host (see how below), you'll probably need to allow"
  61. " outgoing traffic for TCP ports 25/587 (depending on configuration)."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-email.md:17
  64. msgid "Relaying email through another SMTP server"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-email.md:19
  67. msgid ""
  68. "If you'd like to relay email through another SMTP server, add the "
  69. "following configuration to your "
  70. "`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
  71. "needs):"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-email.md:31
  74. msgid ""
  75. "**Note**: only the secure submission protocol (using `STARTTLS`, usually "
  76. "on port `587`) is supported. **SMTPS** (encrypted SMTP, usually on port "
  77. "`465`) **is not supported**."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-email.md:33
  80. msgid "Configuations for sending emails using Sendgrid"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-email.md:35
  83. msgid ""
  84. "An easy and free SMTP service to set up is "
  85. "[Sendgrid](https://sendgrid.com/), the free tier allows for up to 100 "
  86. "emails per day to be sent. In the settings below you can provide any "
  87. "email for `exim_relay_sender_address`."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-email.md:37
  90. msgid ""
  91. "The only other thing you need to change is the "
  92. "`exim_relay_relay_auth_password`, which you can generate at "
  93. "https://app.sendgrid.com/settings/api_keys. The API key password looks "
  94. "something like `SG.955oW1mLSfwds7i9Yd6IA5Q.q8GTaB8q9kGDzasegdG6u95fQ-"
  95. "6zkdwrPP8bOeuI`."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-email.md:39
  98. msgid ""
  99. "Note that the `exim_relay_relay_auth_username` is literally the string "
  100. "`apikey`, it's always the same for Sendgrid."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-email.md:51
  103. msgid "Troubleshooting"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-email.md:53
  106. msgid ""
  107. "If you're having trouble with email not being delivered, it may be useful"
  108. " to inspect the mailer logs: `journalctl -f -u matrix-exim-relay`."
  109. msgstr ""