Re: [qmailtoaster] Mail Failure

2018-03-09 Thread Eric Broch
So, If you want to stop TLS for a particular domain as QMT will encrypt via TLS all SMTP traffic unless 1) a mail server does not support it, 2) incompatible encryption (your case), 3) you prohibit it for a certain domain (following example), do the following: 1) # nslookup -type=mx

Re: [qmailtoaster] DKIM

2018-03-09 Thread Rodrigo Cortes
Hey! the site is http://www.qmailtoaster.com/dkim.html is .com not .org :) 2018-03-09 15:06 GMT-03:00 Eric Broch : > http://www.qmailtoaster.org/dkim.html > > On 3/9/2018 10:40 AM, Rodrigo Cortes wrote: > > Hey Eric! > > File Not Found The requested URL was not found

Re: [qmailtoaster] DKIM

2018-03-09 Thread Rodrigo Cortes
Hey Eric! File Not Found The requested URL was not found on this server: /dkim.html :S 2018-03-09 14:39 GMT-03:00 Eric Broch : > Yes, > > http://qmailtoaster.org/dkim.html > > > > On 3/9/2018 10:33 AM, Rodrigo Cortes wrote: > >> Hi!!! >> >> Have some good how to for

Re: [qmailtoaster] DKIM

2018-03-09 Thread Eric Broch
Yes, http://qmailtoaster.org/dkim.html On 3/9/2018 10:33 AM, Rodrigo Cortes wrote: Hi!!! Have some good how to for DKIM with QMAIL? Thx. -- Eric Broch White Horse Technical Consulting (WHTC) - To unsubscribe, e-mail:

[qmailtoaster] DKIM

2018-03-09 Thread Rodrigo Cortes
Hi!!! Have some good how to for DKIM with QMAIL? Thx.

Re: [qmailtoaster] Mail Failure

2018-03-09 Thread Eric Broch
This is what they look like running side by side # find /usr -name openssl* /usr/lib64/openssl /usr/lib64/pkgconfig/openssl101e.pc /usr/lib64/pkgconfig/openssl.pc /usr/lib64/openssl101e /usr/include/openssl /usr/include/openssl/opensslv.h /usr/include/openssl/opensslconf.h

RE: [qmailtoaster] Mail Failure

2018-03-09 Thread Rvaught
Ok, Rick From: Eric Broch [mailto:ebr...@whitehorsetc.com] Sent: Friday, March 09, 2018 11:17 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Mail Failure I'm not sure it will work. It installs side by side with old rpms openssl and openssl-devel. I'd try creating

Re: [qmailtoaster] Mail Failure

2018-03-09 Thread Eric Broch
I'm not sure it will work. It installs side by side with old rpms openssl and openssl-devel. I'd try creating the notlshosts/ first, and let me do some experimenting. On 3/9/2018 9:14 AM, Rvaught wrote: Thank you, I will give this a try. Rick *From:*Eric Broch

RE: [qmailtoaster] Mail Failure

2018-03-09 Thread Rvaught
Thank you, I will give this a try. Rick From: Eric Broch [mailto:ebr...@whitehorsetc.com] Sent: Friday, March 09, 2018 10:50 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Mail Failure In fact, here's a binary

Re: [qmailtoaster] Mail Failure

2018-03-09 Thread Eric Broch
In fact, here's a binary https://centos.pkgs.org/5/epel-x86_64/openssl101e-1.0.1e-11.el5.x86_64.rpm.html and the how to 1. Download the latest epel-release rpm from http://dl.fedoraproject.org/pub/archive/epel/5/x86_64/ 2. Install epel-release rpm: # rpm -Uvh epel-release*rpm 3.

Re: [qmailtoaster] Mail Failure

2018-03-09 Thread Eric Broch
That's the issue. TLSv1.1 & TLSv1.2 are only support in openssl-1.* You could disable TLS for this email address (https://serverfault.com/questions/562234/disable-starttls-on-qmail-for-outgoing-messages). Or, you could upgrade manually openssl on CentOS 5

RE: [qmailtoaster] Mail Failure

2018-03-09 Thread Rvaught
Version .9.8e-33.el5_11 From: Eric Broch [mailto:ebr...@whitehorsetc.com] Sent: Friday, March 09, 2018 10:26 AM To: qmailtoaster-list Subject: Re: [qmailtoaster] Mail Failure What version of openssl is on your host? # rpm -qa | grep openssl On 3/8/2018 11:22 AM, Rvaught wrote: I