I thought I'd post the contents of my master.cf file as well (for
completeness):
smtp inet n - n - 1 postscreen
smtpd pass - - n - - smtpd
dnsblog unix - - n - 0 dnsblog
tlsproxy unix -
Am 05.02.2015 um 22:26 schrieb SW:
li...@rhsoft.net wrote
Am 05.02.2015 um 22:00 schrieb SW:
smtpd_tls_exclude_ciphers = aNULL, eNULL, DES, 3DES, MD5, DES+MD5, RC4
disable DES *and* Rc4 is pure nonsense because it leads in some servers
not able to send mail to you at all and way more fall b
Thanks Viktor. I have set it to:
smtpd_tls_exclude_ciphers = LOW, EXPORT, MD5
How does the rest of the config look? Secure? Any silly mistakes?
--
View this message in context:
http://postfix.1071664.n5.nabble.com/Secure-config-main-cf-tp74536p74542.html
Sent from the Postfix Users mailing
On Thu, Feb 05, 2015 at 10:23:10PM +0100, li...@rhsoft.net wrote:
> Am 05.02.2015 um 22:00 schrieb SW:
> >smtpd_tls_exclude_ciphers = aNULL, eNULL, DES, 3DES, MD5, DES+MD5, RC4
>
> disable DES *and* RC4 is pure nonsense because it leads in some servers not
> able to send mail to you at all and wa
li...@rhsoft.net wrote
> Am 05.02.2015 um 22:00 schrieb SW:
>> smtpd_tls_exclude_ciphers = aNULL, eNULL, DES, 3DES, MD5, DES+MD5, RC4
>
> disable DES *and* Rc4 is pure nonsense because it leads in some servers
> not able to send mail to you at all and way more fall back to plain as
> needed
Goo
Am 05.02.2015 um 22:00 schrieb SW:
smtpd_tls_exclude_ciphers = aNULL, eNULL, DES, 3DES, MD5, DES+MD5, RC4
disable DES *and* Rc4 is pure nonsense because it leads in some servers
not able to send mail to you at all and way more fall back to plain as
needed
Hi All
After building my new Postfix server I spent days securing it as best I
could. So far it seems to be running fine but I was wondering if someone
would mind having a look at my main.cf file to see if there are any
"holes"/issues in the config. I'm particularly interested to hear what
people