Re: [qmailtoaster] Port 465 broken after the upgrade

2019-09-15 Thread Eric's mail
That run script is something that I overlooked in the in the original 1.03-3.1.1 binary that i put up last Sunday, so i rebuilt it and put it up on the repo, maybe a couple days ago. When did you update? Get Outlook for Android On Sat, Sep 14, 2019 at 10:36 PM -0600, "Remo Mattei" wro

Re: [qmailtoaster] Port 465 broken after the upgrade

2019-09-14 Thread Remo Mattei
Looks like that did the trick! I am not sure why the other repos are not up to date yet. I guess propagation not completed yet. Remo > On Sep 14, 2019, at 21:19, Eric Broch wrote: > > Not sure if all the mirrors have updated yet, but here's what it's supposed > to be. > > #!/bin/sh > QMAILD

Re: [qmailtoaster] Port 465 broken after the upgrade

2019-09-14 Thread Eric Broch
Not sure if all the mirrors have updated yet, but here's what it's supposed to be. #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname`

Re: [qmailtoaster] Port 465 broken after the upgrade

2019-09-14 Thread Remo Mattei
#!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname` VCHKPW="/home/vpopmail/bin/vchkpw" export SMTPS=1 exec /usr/bin/softlimit -m 1280

Re: [qmailtoaster] Port 465 broken after the upgrade

2019-09-14 Thread Eric Broch
What's in the run script On 9/14/2019 9:20 PM, Remo Mattei wrote: Running qmailadmin-1.2.16-2.qt.el7.x86_64 qmailmrtg-4.2-3.qt.el7.x86_64 qmail-1.03-3.1.1.qt.el7.x86_64 Dovecot: dovecot-pigeonhole-2.3.7.2-9.qt.el7.x86_64 dovecot-2.3.7.2-9.qt.el7.x86_64 Testing it to openssl s_client -starttl

[qmailtoaster] Port 465 broken after the upgrade

2019-09-14 Thread Remo Mattei
Running qmailadmin-1.2.16-2.qt.el7.x86_64 qmailmrtg-4.2-3.qt.el7.x86_64 qmail-1.03-3.1.1.qt.el7.x86_64 Dovecot: dovecot-pigeonhole-2.3.7.2-9.qt.el7.x86_64 dovecot-2.3.7.2-9.qt.el7.x86_64 Testing it to openssl s_client -starttls smtp -crlf -connect qmail.rm.ht:465 Connected That’s it.. does