Hi,
I'm trying to configure Roundcube to use postfix with TLS but I have some trouble with error 250/220 so I've tried to use PHP function (webmail/roundcube is on the same server of postfix). Now I can send email, but my question is about security: is this mode (php mail) secure ? Or should I configure smtpd submission ?
Other question is about this log :
I've seen that from two server I have this "problem". I know that I have exclude some ciphers, but I have done this for security reason because those ciphers are old and deprecate. This is my main.cf
My question is about, how to know which ciphers is used from that server that now cannot "talk" with my server ?
My last question is about an IP that continue to try to use my server but the connection is lost after AUTH. This is the log :
Is there a fail2ban filter that can ban client that try to connect and disconnect to much times?
Thank you
I'm trying to configure Roundcube to use postfix with TLS but I have some trouble with error 250/220 so I've tried to use PHP function (webmail/roundcube is on the same server of postfix). Now I can send email, but my question is about security: is this mode (php mail) secure ? Or should I configure smtpd submission ?
Other question is about this log :
Code:
postfix/smtpd[22870]: warning: TLS library problem: 22870:error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher:s3_srvr.c:1435:
I've seen that from two server I have this "problem". I know that I have exclude some ciphers, but I have done this for security reason because those ciphers are old and deprecate. This is my main.cf
Code:
smtp_tls_exclude_ciphers = aNULL, eNULL, LOW, DES, RC4, MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CBC3-SHA, KRB5-DES, CBC3-SHA, SSLv2, SSLv3
My question is about, how to know which ciphers is used from that server that now cannot "talk" with my server ?
My last question is about an IP that continue to try to use my server but the connection is lost after AUTH. This is the log :
Code:
postfix/smtpd[22692]: lost connection after AUTH from unknown[179.125.24.179]
postfix/smtpd[22692]: disconnect from unknown[179.125.24.179]
Thank you