Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Linux438106y@Condor
Buy a cheap one, $20 for two years from namecheap. Your emailserver will fail DANE + MTA-STS :) -
Linux438106y@Condor
You can solve DKIM very easy with amavis, it takes probably 4 minutes for you to fix that.
Also, iRedmail is maintainable. It uses standard components so resources are easy to find. -
Linux438106y@Condor
Why do you do that to yourself? Use different selector for each server.
server1._domainkey.yourdomain.com
server2._domainkey.yourdomain.com
I dont know what kind of documentation you read. -
Linux438106y@Condor
DKIM is for the sender domain only, and not the server. So if you use the server to send email for condor.com - you have to create keys for condor.com and not the servers hostname.
If you do
dig pepperoni._domainkey.linux.pizza TXT
and
dig calzone._domainkey.linux.pizza TXT
You will get two different keys. Thoose keys does not affect each other at all, but the selectors is different and you can easily configure what selector to use in your mailserver. -
Linux438106y@Condor
Btw, if you feel like that you dont want to host your own email server, you can have a place on mine :) -
Linux438106y
https://starttls-everywhere.org
rant