- Thread Starter
- #26
Ugh, now I wonder if I've broken something. I was able to send and receive email before, with STARTTLS, but Thunderbird sometimes said there was a Domain Name Mismatch. Which I think was because sendmail was using default certificates that said:
so I tried to switch to the certificates Apache is using. While I was at it, I changed their permissions to 600 and moved them to a new directory, and made that directory's permissions 700. Then I edited freebsd.mc, renamed my local *.mc and *.cf files, and did
I thought that worked. I can still send and receive email, and Thunderbird hasn't complained again. But now mxtoolbox says: "Warning - Does not support TLS." But Thunderbird is working with Server Settings > Connection Security set to STARTTLS. Any insight or tips, anyone? Thanks!
Code:
Common Name: freebsd103
Organization: Some-org
Locality: Some-city
State: Some-state
Country: XX
so I tried to switch to the certificates Apache is using. While I was at it, I changed their permissions to 600 and moved them to a new directory, and made that directory's permissions 700. Then I edited freebsd.mc, renamed my local *.mc and *.cf files, and did
make
and then make install restart
again.I thought that worked. I can still send and receive email, and Thunderbird hasn't complained again. But now mxtoolbox says: "Warning - Does not support TLS." But Thunderbird is working with Server Settings > Connection Security set to STARTTLS. Any insight or tips, anyone? Thanks!