emails from server

Hello, So my server1, host server1.interstellarconsulting.com has several domains managed via virtualmin. we are using postfix for mail outgoing. Now the emails are going just fine, but for example emails to google, on the left side.. there is a red unlock icon showing that the email was not encrypted, this i can understand. But then it says that interstellarconsulting.com did not encrypt this email message, why is this not saying that the originating domain instead? I know this is something on the postfix config settings but i would like some support here..

Rohit

Status: 
Closed (fixed)

Comments

Howdy -- yeah, Google has begun marking emails that didn't come into it via an encrypted connection.

What you do, is edit /etc/postfix/main.cf, and add a line like this one:

smtp_tls_security_level = may

And then restart Postfix. Doing that should fix the issue you described.

Status: Active ยป Fixed