Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Disable Cleartext Login on port 587 tcp submission



Normal Mode | Print  

Disable Cleartext Login on port 587 tcp submission
Guest
Group: Guest
Status:
Solution is more simple:

You can add the same under:

Ubuntu: /etc/exim4/exim4.conf.template (UBUNTU) or

CentOS: /etc/exim.conf



Search for string "dovecot_" and then add below mentioned property at the bottom of every dovecot drivers:



-------------

server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}

-------------



After making the changes do:

Ubuntu: update-exim.conf and service exim4 restart

CentOS: service exim restart



The above changes will only advertise auth when the connection is secure.
IP: --   


Threads
 Guest   Disable Cleartext Login on port 587 tcp submission (2 Replies, Read 14325 times)
    |--  valley   The Dovercot Sieve...   on January 19, 2016, 6:03 pm
    |--  Guest   Solution is more...   on January 19, 2016, 6:08 pm

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is May 7, 2025, 9:16 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.190