#!/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 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 587 \
    $SMTPD $VCHKPW /bin/true 2>&1


for other settings type

# man qmail-smtpd

and scroll to the bottom



On 8/6/2020 3:02 PM, Chris wrote:
What should submission/run look like?

On Fri, Aug 7, 2020 at 8:10 AM Eric Broch <ebr...@whitehorsetc.com <mailto:ebr...@whitehorsetc.com>> wrote:

    Yes, the new SMTPS looks like this

    #!/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 8/6/2020 1:50 PM, Philip Nix Guru wrote:

    Hello

    check your run file

    for smtp and smtps


    post it here


    Regards

    -P


    On 8/6/20 9:33 PM, Boheme wrote:
    In an attempt to resolve my duplicate email issues, I upgraded to the 
version of email in the testing repo. Now email can only be sent on 587 with 
plain passwords. Since I have everyone using TLS that’s still secure, but it’s 
causing a headache for existing non-technical users who’s settings suddenly 
don’t work.

    Was this an expected change?
    Is it reversible, or has the md5 challenge response been completely removed?

    -Sent from my Pip-Boy 3000
    ---------------------------------------------------------------------
    To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com  
<mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com>
    For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com  
<mailto:qmailtoaster-list-h...@qmailtoaster.com>

Reply via email to