In your redis config
/etc/redis/redis.confyou find this
# Note that you must specify a directory here, not a file name. dir /var/lib/redisIn /var/lib/redis you found
dump.rdbHello
I recently installed Nodebb and am still configuring the forum
I came across two issues
The logo in the email is broken. I tried turning on and off the setting to 'Remove images from email notifications' and it still is showing broken image. How can I fix this?
The link to confirm the email address is not going to the domain. Instead it is linking to this http://127.0.0.1:4567/confirm/760afbc5-3704-45f2-89dd-19fe6eb33ab9
Would really appreciate your help
Thanks
@maroonbee said in Verification email issues and broken Logo in emails:
The link to confirm the email address is not going to the domain. Instead it is linking to this http://127.0.0.1:4567/confirm/760afbc5-3704-45f2-89dd-19fe6eb33ab9
Did you set your url
value in config.json
to the address you are accessing the forum?
@maroonbee does that occur in the same email as the fixed confirmation link?
@baris said in Verification email issues and broken Logo in emails:
@maroonbee said in Verification email issues and broken Logo in emails:
The link to confirm the email address is not going to the domain. Instead it is linking to this http://127.0.0.1:4567/confirm/760afbc5-3704-45f2-89dd-19fe6eb33ab9
Did you set your
url
value inconfig.json
to the address you are accessing the forum?
This seemed, at first blush, to be the fix. Alas... not. Unless.....
@pitaj said in Verification email issues and broken Logo in emails:
@maroonbee does that occur in the same email as the fixed confirmation link?
Good question. Now that we've been enlightened....
OP reports having done a "restart". Maybe try a "rebuild & restart"? Hmm.... I wonder...
How are you sending mail? Perchance are you using Postfix? If so, please drive this command:
[root@forums ~]# postconf | grep ^myhostname
Shooting from the hip here... but better than a sharp stick in the eye and you've not much to loose by checking.
@maroonbee perhaps some of the ideas/concepts here may bear fruit:
NodeBB Email - Postfix Null Client
emphasis on perhaps.
have fun! o/