Still issues with receiving external mails.
Kerwood opened this issue · 5 comments
Set it all up with Docker and PEPS is sending mails just fine, but it just cant receive them.
I've monitored with tshark (wireshark) and can see that my server actually receives them but they just dont show up in the web interface.
I can see that there are others have the same issue and there apparently is an answer. But I cant really find the solution..
Can any one help?
I had this issue too. And I could see that the PEPS was crashing while parsing the mail. I updated to the latest and it resolved the issue.
Try updating.
I am having this issue and just installed an hour ago. Presumably, my version is the latest?
how do you update?
Clone and install from this fork/branch.. Tested it and it works.
https://github.com/tiangolo/PEPS/tree/update-haraka-in
Run make update
to update the PEPS containers to the latest version.
Take https://github.com/tiangolo/PEPS/tree/update-haraka-out . It's the latest from tiangolo