diff --git a/app/views/domain-registration.pug b/app/views/domain-registration.pug index 8bc0cff6b8..932f11920c 100644 --- a/app/views/domain-registration.pug +++ b/app/views/domain-registration.pug @@ -14,7 +14,7 @@ block body p= t("Enter a custom domain name below to register.") form( target="_blank", - action="https://www.anrdoezrs.net/links/9237059/type/dlg/https://www.namecheap.com/domains/registration/results.aspx" + action="https://www.namecheap.com/domains/registration/results.aspx" ) .form-group.floating-label input#input-domain.form-control.form-control-lg( @@ -28,4 +28,5 @@ block body ) label(for="input-domain")= t("Domain name") button.btn.btn-success.btn-block.btn-lg(type="submit")= t("Continue") + .alert.alert-secondary.small!= t('Submitting this form will take you to Namecheap.com for registration.') +onboard(t('Did you finish registering?'), t('Simply enter your domain below to setup its email.'), l('/faq?redirect_to_domain=true'), false, 'border-top').d-flex.flex-column.flex-grow-1.justify-content-end diff --git a/config/web.js b/config/web.js index b0f7215e88..bdc58ab780 100644 --- a/config/web.js +++ b/config/web.js @@ -257,7 +257,7 @@ module.exports = (redis) => ({ 'base-uri': ["'self'"], 'form-action': [ "'self'", - 'https://www.anrdoezrs.net', + 'https://www.namecheap.com', 'https://login.ubuntu.com' ] } diff --git a/ecosystem-smtp.json b/ecosystem-smtp.json index fa6bd4aa33..7ab83e9ae1 100644 --- a/ecosystem-smtp.json +++ b/ecosystem-smtp.json @@ -3,9 +3,9 @@ { "name": "smtp-tls-587", "script": "smtp.js", - "exec_mode": "cluster", + "exec_mode": "fork", "wait_ready": true, - "instances": "2", + "instances": "1", "pmx": false, "env_production": { "NODE_ENV": "production", @@ -52,9 +52,9 @@ "name": "smtp-ssl-465", "script": "smtp.js", "max_restarts": 999, - "exec_mode": "cluster", + "exec_mode": "fork", "wait_ready": true, - "instances": "2", + "instances": "1", "pmx": false, "env_production": { "NODE_ENV": "production", diff --git a/locales/ar.json b/locales/ar.json index f62b64d97f..fa7f8b7b05 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -10000,5 +10000,6 @@ "eml-reader": "قارئ eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "بالإضافة إلى ذلك، إذا كنت بحاجة إلى تحويل ملف Mbox إلى ملف EML، فيمكنك استخدام", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "سيؤدي إرسال هذا النموذج إلى نقلك إلى Namecheap.com للتسجيل." } \ No newline at end of file diff --git a/locales/cs.json b/locales/cs.json index feee126631..06600eea3a 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-čtečka", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Pokud navíc potřebujete převést soubor Mbox na soubor EML, můžete použít", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Odesláním tohoto formuláře budete přesměrováni na Namecheap.com k registraci." } \ No newline at end of file diff --git a/locales/da.json b/locales/da.json index 93c9ef4003..cbeaca40e3 100644 --- a/locales/da.json +++ b/locales/da.json @@ -6962,5 +6962,6 @@ "eml-reader": "eml-læser", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Derudover, hvis du har brug for at konvertere en Mbox-fil til EML-fil, så kan du bruge", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Indsendelse af denne formular fører dig til Namecheap.com for registrering." } \ No newline at end of file diff --git a/locales/de.json b/locales/de.json index 5716f7a5b0..0545df72ca 100644 --- a/locales/de.json +++ b/locales/de.json @@ -9038,5 +9038,6 @@ "eml-reader": "EML-Leser", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Wenn Sie zusätzlich eine Mbox-Datei in eine EML-Datei konvertieren müssen, können Sie verwenden", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Wenn Sie dieses Formular absenden, werden Sie zur Registrierung zu Namecheap.com weitergeleitet." } \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index 27ca855562..559567305d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -9732,5 +9732,6 @@ "eml-reader": "eml-reader", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Additionally if you need to convert a Mbox file to EML file, then you can use", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Submitting this form will take you to Namecheap.com for registration." } \ No newline at end of file diff --git a/locales/es.json b/locales/es.json index d1f6507646..cd7514602e 100644 --- a/locales/es.json +++ b/locales/es.json @@ -9998,5 +9998,6 @@ "eml-reader": "lector eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Además, si necesita convertir un archivo Mbox a un archivo EML, puede utilizar", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Al enviar este formulario será dirigido a Namecheap.com para registrarse." } \ No newline at end of file diff --git a/locales/fi.json b/locales/fi.json index aac5ffd179..043e805b62 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -9847,5 +9847,6 @@ "eml-reader": "eml-lukija", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Lisäksi, jos sinun on muutettava Mbox-tiedosto EML-tiedostoksi, voit käyttää", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Tämän lomakkeen lähettäminen vie sinut osoitteeseen Namecheap.com rekisteröitymistä varten." } \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json index a9557c0be5..328a25e509 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -7522,5 +7522,6 @@ "eml-reader": "lecteur eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "De plus, si vous devez convertir un fichier Mbox en fichier EML, vous pouvez utiliser", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "En soumettant ce formulaire, vous serez redirigé vers Namecheap.com pour vous inscrire." } \ No newline at end of file diff --git a/locales/he.json b/locales/he.json index 0adde8ef53..ac8592b03f 100644 --- a/locales/he.json +++ b/locales/he.json @@ -8018,5 +8018,6 @@ "eml-reader": "eml-reader", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "בנוסף אם אתה צריך להמיר קובץ Mbox לקובץ EML, אז אתה יכול להשתמש", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "שליחת טופס זה תעביר אותך ל- Namecheap.com להרשמה." } \ No newline at end of file diff --git a/locales/hu.json b/locales/hu.json index 444d9420e9..558bfd9f71 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-olvasó", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Ezenkívül, ha egy Mbox fájlt EML fájllá kell konvertálnia, használhatja", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Ennek az űrlapnak az elküldésével a Namecheap.com webhelyre kerül regisztrációhoz." } \ No newline at end of file diff --git a/locales/id.json b/locales/id.json index aa74c504f3..82a3d1952b 100644 --- a/locales/id.json +++ b/locales/id.json @@ -10000,5 +10000,6 @@ "eml-reader": "pembaca eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Selain itu jika Anda perlu mengonversi file Mbox ke file EML, maka Anda dapat menggunakan", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Mengirimkan formulir ini akan membawa Anda ke Namecheap.com untuk pendaftaran." } \ No newline at end of file diff --git a/locales/it.json b/locales/it.json index 3ed54f8fd9..2dc8ff6421 100644 --- a/locales/it.json +++ b/locales/it.json @@ -10000,5 +10000,6 @@ "eml-reader": "lettore eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Inoltre, se hai bisogno di convertire un file Mbox in un file EML, puoi utilizzare", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Inviando questo modulo verrai indirizzato a Namecheap.com per la registrazione." } \ No newline at end of file diff --git a/locales/ja.json b/locales/ja.json index 7f0a5b2b7c..dc572f5400 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -10000,5 +10000,6 @@ "eml-reader": "emlリーダー", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "さらに、MboxファイルをEMLファイルに変換する必要がある場合は、", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "このフォームを送信すると、 Namecheap.comに移動して登録することになります。" } \ No newline at end of file diff --git a/locales/ko.json b/locales/ko.json index b829926bc6..d188c9c51e 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml 리더", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "또한 Mbox 파일을 EML 파일로 변환해야 하는 경우 다음을 사용할 수 있습니다.", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "이 양식을 제출하면 Namecheap.com 에 등록하게 됩니다." } \ No newline at end of file diff --git a/locales/nl.json b/locales/nl.json index b7c60e393f..e17694586a 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-lezer", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Als u bovendien een Mbox-bestand naar een EML-bestand moet converteren, kunt u dit gebruiken", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Wanneer u dit formulier verzendt, wordt u doorgestuurd naar Namecheap.com voor registratie." } \ No newline at end of file diff --git a/locales/no.json b/locales/no.json index 108d8b4e7c..5a5e79f41f 100644 --- a/locales/no.json +++ b/locales/no.json @@ -10005,5 +10005,6 @@ "eml-reader": "eml-leser", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "I tillegg hvis du trenger å konvertere en Mbox-fil til EML-fil, kan du bruke", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Ved å sende inn dette skjemaet vil du ta deg til Namecheap.com for registrering." } \ No newline at end of file diff --git a/locales/pl.json b/locales/pl.json index da0f37f24e..76501f2aa4 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -10000,5 +10000,6 @@ "eml-reader": "czytnik-eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Dodatkowo, jeśli musisz przekonwertować plik Mbox na plik EML, możesz użyć", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Po wysłaniu tego formularza zostaniesz przeniesiony na stronę Namecheap.com , gdzie możesz się zarejestrować." } \ No newline at end of file diff --git a/locales/pt.json b/locales/pt.json index 841fadf694..881e9e2e2e 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -10000,5 +10000,6 @@ "eml-reader": "leitor eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Além disso, se você precisar converter um arquivo Mbox em um arquivo EML, você pode usar", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "O envio deste formulário levará você ao Namecheap.com para registro." } \ No newline at end of file diff --git a/locales/ru.json b/locales/ru.json index f654173a62..e2b7e741d5 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-ридер", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Кроме того, если вам нужно преобразовать файл Mbox в файл EML, вы можете использовать", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Отправив эту форму, вы перейдете на сайт Namecheap.com для регистрации." } \ No newline at end of file diff --git a/locales/sv.json b/locales/sv.json index 92bb022f5c..8100db2a6c 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-läsare", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Om du behöver konvertera en Mbox-fil till EML-fil kan du dessutom använda", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Att skicka in detta formulär tar dig till Namecheap.com för registrering." } \ No newline at end of file diff --git a/locales/th.json b/locales/th.json index db4f9369fb..58dc9e41a7 100644 --- a/locales/th.json +++ b/locales/th.json @@ -10000,5 +10000,6 @@ "eml-reader": "เครื่องอ่าน EML", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "นอกจากนี้ หากคุณต้องการแปลงไฟล์ Mbox เป็นไฟล์ EML คุณสามารถใช้", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "การส่งแบบฟอร์มนี้จะนำคุณไปยัง Namecheap.com เพื่อการลงทะเบียน" } \ No newline at end of file diff --git a/locales/tr.json b/locales/tr.json index 5eca33d19a..b4a3f95efc 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-okuyucu", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Ek olarak, bir Mbox dosyasını EML dosyasına dönüştürmeniz gerekiyorsa, şunu kullanabilirsiniz:", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Bu formu gönderdiğinizde kayıt için Namecheap.com'a yönlendirileceksiniz." } \ No newline at end of file diff --git a/locales/uk.json b/locales/uk.json index c47b9d6f46..8dff3495c7 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -10000,5 +10000,6 @@ "eml-reader": "eml-рідер", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Крім того, якщо вам потрібно конвертувати файл Mbox у файл EML, ви можете використовувати", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Після надсилання цієї форми ви перейдете на сайт Namecheap.com для реєстрації." } \ No newline at end of file diff --git a/locales/vi.json b/locales/vi.json index 1bda0f6803..ddfa8fc7b5 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -7527,5 +7527,6 @@ "eml-reader": "trình đọc eml", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "Ngoài ra, nếu bạn cần chuyển đổi tệp Mbox sang tệp EML, thì bạn có thể sử dụng", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "Gửi biểu mẫu này sẽ đưa bạn đến Namecheap.com để đăng ký." } \ No newline at end of file diff --git a/locales/zh.json b/locales/zh.json index 8060dbb7be..b0130b096c 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -9693,5 +9693,6 @@ "eml-reader": "eml 阅读器", "https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader", "Additionally if you need to convert a Mbox file to EML file, then you can use": "此外,如果您需要将 Mbox 文件转换为 EML 文件,那么您可以使用", - "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla" + "https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla", + "Submitting this form will take you to Namecheap.com for registration.": "提交此表格将带您到Namecheap.com进行注册。" } \ No newline at end of file