Some issues during testing after first time installation
itsazzad opened this issue · 3 comments
- During composing mail Label can not be used again after closing one newly created label.
- CC and BCC can not be added from second time.
- Mail sent to GMail is going to the Spam folder.
- And Mail sent from GMail is not arriving at all
Hi,
I had similar issue for 3 and 4.
-
For me, mail goes to spam only with address contact or admin@mydomain.com with named one, I receive mail correctly.
-
Do you have solved the issue with mail not arriving from GMail? do you try from another provider? Nothing for for me.
If you run this command:
docker exec -it peps_smtpin tail -f /var/log/haraka.log
and try to send a mail, you'll see if you mail is receive by your server and maybe you might see an error.
Hello, Issue 4 happen to me as well
here is the log from haraka.log when i sent a mail from gmail and yahoo to my server
https://gist.github.com/ngockhiem27/eb83eec42f7b8cc8c7213163238ee22f
UPDATE: seem like smtpin plugin for haraka have an error somewhere
Guys, you might want to try my branch (while they review and merge my PRs). I fixed the inbound and outbount containers.
It's here: https://github.com/tiangolo/PEPS/tree/update-haraka-out
I'm using NodeJS official images as the base images (following Docker best practices) instead of the Phushion base image, so it should be less prone to errors now (and easier to debug).
If it works for you, it would be great if you can also report it in the PRs I created here so that they can merge the fixes: