enboig
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by enboig-
implement subaddressing defining a router in ROUTERMIDDLE
I have tried to modify exim.conf to accept subaddressing (account+anysuffix@example.com to account@example.com); but cpanel overwrites my changes. How could I write a "new router" to redirect adde...
-
installing mydumper
In my devel server (ubuntu) I use mydumper which is a huge improvement vs mysqldump+mysql; I found this repo twindb.com/twindb-software-repository/ but I don't know how safe/unsafe is to add it. C...
-
filter for incoming gmail
I have created an account filter to redirect all mails from account+....@example.com to account@example.com It works for mails sent from the same domain using thunderbird, but fails for mails sent...
-
Exim: create an ACL for destination mails
I take care of a shared server, and some users send mail to lot of out-of-date addresses. This is lowering the server reputation when sending mails. I want to make an ACL filter to known-to-be-bad...
-
wildcard certificate for a shared host
I have a VPS with multiple domains. I want to buy a wildcard certificate for the main domain and all subdomains (mail.domain.com, sub1.domain.com, ....); can it be done? or should I move the main d...
-
after upgrade, phpmailer smtp had to be changed from localhost to mydomain.com
After an upgrade, my scripts stopped sending mails. I discoverd changing smtp server from "mydomain.com" to "localhost" solved this. After some time (and another upgrade) I had to revert the change...