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 <ebr...@whitehorsetc.com> wrote:
> 
> 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`
> VCHKPW="/home/vpopmail/bin/vchkpw"
> export SMTPS=1
> export FORCETLS=0
> export SMTPAUTH="!+cram"
> 
> exec /usr/bin/softlimit -m 128000000 \
>     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
>     -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
>     $SMTPD $VCHKPW /bin/true 2>&1
> 
> On 9/14/2019 10:18 PM, Remo Mattei wrote:
>> #!/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 128000000 \
>>     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
>>     -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
>>     $SMTPD $VCHKPW /bin/true 2>&1
>> 
>> 
>> 
>>> On Sep 14, 2019, at 21:17, Eric Broch <ebr...@whitehorsetc.com> wrote:
>>> 
>>> 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 -starttls smtp -crlf -connect qmail.rm.ht:465
>>>> 
>>>> Connected
>>>> 
>>>> That’s it.. does not do anything else.
>>>> 
>>>> Any tips?
>>>> 
>>>> Thanks
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to