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"  wrote:










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
> 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 12800 \
> /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 12800 \
>> /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  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








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
> 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 12800 \
> /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 12800 \
>> /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  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



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`
VCHKPW="/home/vpopmail/bin/vchkpw"
export SMTPS=1
export FORCETLS=0
export SMTPAUTH="!+cram"

exec /usr/bin/softlimit -m 12800 \
    /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 12800 \
 /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  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



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 12800 \
/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  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



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 -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