Hello list.

new fresh CentOS7 qmailtoaster installation


Surprinsingly SquirrelMail refuses send email with the following error (attached capture too)


Message not sent. Server replied:
Encryption required for requested authentication mechanism
538 auth not available without TLS (#5.3.3)


squirrelmail-1.4.22-1.qt.el7.x86_64
qmail-1.03-3.2.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64


////////
# less /var/qmail/supervise/smtp/run

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
export FORCETLS=0
export SMTPAUTH="+cram"

exec /usr/bin/softlimit -m 64000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $SPAMDYKE --config-file $SPAMDYKE_CONF \
     $SMTPD $VCHKPW /bin/true 2>&1

//////////////////////////


Some advice to start to look at?


extra info: Roundcube works ok, Squirrelmail is the problem (some users want to use it too)



best regards,





--Abel

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to