I have a Peertube instance running and also have mail server going
what DNS records must be in my godaddy site for the Peertube to be able to send new registrations to me
Keith
I have a Peertube instance running and also have mail server going
what DNS records must be in my godaddy site for the Peertube to be able to send new registrations to me
Keith
Hi !
You don’t need to change your DNS records for that. Just configure the SMTP section in your PeerTube production.yaml file with your mail server credentials. Once PeerTube can authenticate to your SMTP server, it will be able to send you notifications.
smtp:
transport: smtp
sendmail: null
hostname: your smtp.hostname
port: 465 # If you use StartTLS: 587
username: user@your.smtp
password: xxxxx
tls: true # If you use StartTLS: false
disable_starttls: false
ca_file: null # Used for self signed certificates
from_address: ‹ peertube@your.domain ›
Ok thanks found this in the log, WHAT the heck does this mean lol
"err": {
"stack": "Error: Some errors when sent emails\n at Emailer.sendMail (file:///var/www/peertube/versions/peertube-v8.1.5/dist/core/lib/emailer.js:305:25)\n at process.processTicksAndRejections (node:internal/process/task_queues:104:5)\n at async Object.wrapPromiseFun (file:///var/www/peertube/versions/peertube-v8.1.5/dist/core/lib/plugins/hooks.js:8:24)\n at async /var/www/peertube/versions/peertube-v8.1.5/node_modules/.pnpm/bullmq@5.70.1/node_modules/bullmq/dist/cjs/classes/worker.js:571:32",
"message": "Some errors when sent emails",
"errors": [
{
"stack": "Error: 4032274F907F0000:error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:../deps/openssl/openssl/ssl/record/methods/tlsany_meth.c:77:\n",
"message": "4032274F907F0000:error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:../deps/openssl/openssl/ssl/record/methods/tlsany_meth.c:77:\n",
"library": "SSL routines",
"reason": "wrong version number",
"code": "ESOCKET",