-
|
I am hoping someone might be able to help me troubleshoot my Aliasvault setup. I have used the install scripts using the official docs and everything runs and works as expected, except the SMTP container and the custom email service. I have tried some troubleshooting myself but I am unable to figure out what is causing this error: Thank you for your time and assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Hi @UncleArya, Thanks for trying out AliasVault! That error seems to indicate the SMTP service is trying to access a folder that doesn't exist. I checked the error log for hints, and I think this has to do with the The # Set whether TLS is enabled for SMTP.
SMTP_TLS_ENABLED=falseIf this value is set to true, then the SmtpService tries to load TLS certificates from a certain directory, however this feature is experimental and not (fully) supported yet via the Docker config. Can you check your local |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your help! This is an amazing service and I am excited to use it for the years to come. Thank you for your work on this 😄 |
Beta Was this translation helpful? Give feedback.
Hi @UncleArya, after reviewing the docs again I noticed I made a typo, as in DNS the domain and extension should not be added explicitly to the
[Name]column. That was my bad. :)So if your full subdomain is
sub.domain.com, then in the [Name] column you should entersubinstead. The [Content] column can stay as it is. So for your example it should look like this:I have just fixed this typo in the docs. Can you check if it works with this adjustment?