Re: Mitigating DROWN

2016-03-10 Thread Joan Aymà
El 10/03/16 a les 13:22, @lbutlr ha escrit: > smtpd_tls_exclude_ciphers = aNULL, DES, 3DES, MD5, DES+MD5, RC4, LOW, EXPORT > smtp_tls_exclude_ciphers = MD5, aDSS, SRP, PSK, aECDH, aDH, SEED, IDEA, RC2, > RC5 I have set this on my postfix: smtp_tls_exclude_ciphers = MEDIUM, LOW, aNULL, eNULL, SE

Re: Special method required for Gmail dkim/spf verification

2016-04-14 Thread Joan Aymà
Isn't this SRS SPF about? http://www.openspf.org/SRS

Re: Postfix timeout after data MTU size question

2016-09-22 Thread Joan Aymà
In azure you cannot change that settings to acomodate your custom MTU. AFAIK you must use the dafault MTU 1500. El 22/09/16 a les 12:23, Joseph Thibeault ha escrit: > I did some research on that. This server is on Microsoft azure and > their virtual networks do have a firewall built in which insp

Re: New script to parse the postfix logs

2017-01-13 Thread Joan Aymà
Hi, This script may help you: https://github.com/vdukhovni/postfix/tree/master/postfix/auxiliary/collate Maybe there are other scripts on sources that can help you. But most of times you need to write a solution that fits your needs. Regards. ![](https://link.nylas.com/open/czhp

add maildrop transport

2016-03-10 Thread Joan Aymà [ackstorm]
Hi, We are planning to add maildrop to get some filter functionality, i.e. reformail. The server is on production, and mail delivering is configured now with virtual as virtual_transport and courier as MDA (if helps), and maildrops is already installed from distro repositories. We plan to use alre