Difference between revisions of "TLS Disable"
From Roaring Penguin
Line 1: | Line 1: | ||
− | In /etc/mail/access, add: | + | In /etc/mail/access, add a line using the actual domain name: |
− | Try_TLS: | + | Try_TLS:example.tld NO |
Make sure you do not put this in the sections of the access file controlled by CanIt. | Make sure you do not put this in the sections of the access file controlled by CanIt. |
Revision as of 13:32, 12 January 2016
In /etc/mail/access, add a line using the actual domain name:
Try_TLS:example.tld NO
Make sure you do not put this in the sections of the access file controlled by CanIt.
Then:
make -C /etc/mail; /etc/init.d/sendmail restart