JacobHansen
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by JacobHansen-
Is there anyway to get the blog posts sent by e-mail?
-
I would like to also add my concerns about the new Paper Lantern theme. - The way this change was introduced I find to be unacceptable, it is a very large change. I had expected x3 to be gone and ...
-
It is possible/probable the attackers are using a referring URL. If you can post some of the domlogs (you can remove identifying domains or IPs) I can take a look. Logins with no referrer should ...
-
Those rules rely entirely on rate limiting and are not very good in my opinion. They are also unnecessarily using two collections instead of one. Here are the current wp-login rules I'm using: #...
-
Try adding this to your router, seems to work pretty well. condition = ${lookup {$sender_address_domain} \ lsearch {/etc/localdomains} {yes}}
-
There is a "senders" routers option which might be useful for ignoring your mandril relay. However this option requires a full set of e-mail addresses, it would be better if it could be done per do...
-
Hi Michael, Thanks. Do you know if there is any way to do say: if MX server is pointing to a local IP then use local routing otherwise use the SMTP relay? Secondly, we seem to have a problem with...