postal
postal copied to clipboard
📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail
It's apparent that the graph showing incoming/outgoing message number by date, must be using UTC, despite my having set the time zone in my settings (which works with all other...
I noticed that the code at https://github.com/postalhq/postal/blob/bb27d8c8a1703250a080caa0a182452aa4896783/app/models/domain/dns_checks.rb#L43 just uses the entered domain name without appending an "." (to make it fully qualified) This means in certain configurations, e.g. ndots:5 in...
we have long urls which contains token key for download. when I click on the url it redirects to the original one which is trimmed to 255 characters.
What could be the recommended SPAM threshold that should be set for outgoing emails ??  I have set the outgoing threshold to 20.0 for outgoing emails, but the spam...
Hi, I set clamav and tested setup with publicly known virus samples. I tested with Eicar virus and it failed to block it, okay I found real viruses at https://dasmalwerk.eu/...
Hi all, We have two SMTP servers set up, of which one of them suddenly shows "We're sorry, but something went wrong" message when we try to access the message...
If you send 2 emails at once to one user, both of them has hard fails they will be counted separately, this maybe fine, but when one failed email in...
We used a link: http://static.tp-link.com/TD-W9970(EU)_V2_Quick_Installation_Guide_1482286347761d.pdf but the link converter changed to: https://link.domain.com/xxxxx/EgoNq30c(EU)_V2_Quick_Installation_Guide_1482286347761d.pdf Looks like () break that. Any way to ensure that the whole string is changed when there is...
Hello, By default on SMTP servers, if a Message-ID is not provided by client, server is generating it and add it to headers. With Postal, no Message-ID is added. Example...