Use login or plain password (authentication), not "encrypted password" setting. starttls will encrypt the whole session, password included. That's likely your problem. "Encrypted password" is typically either cram-md5 or digest-md5. These both require the password to be stored in clear text, which will be deprecated in QMT in the future. I know that the latest version of android's mail client has a buggy digest-md5 implementation.

--
-Eric 'shubes'


On 11/26/2014 12:10 PM, [email protected] wrote:
eric

unfortunately it does not seem to work for me

i am using thunderbird and have enabled : startttls and encrypt password
i am using port 587

i get message : message could not be sent due unown reason.

i do not see any errors in the submission log files though.

here is copy of submission supervise

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.587.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
export REQUIRE_AUTH=1

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



rajesh

----- Original Message -----
From: Eric Shubert [mailto:[email protected]]
To: [email protected]
Sent: Wed, 26 Nov 2014 09:45:07 -0700
Subject: Re: [qmailtoaster] Re: qmailtoaster ssl implementation

It's available. The client simply needs to be configured to use it. It
cannot be forced by the server, due to the way the protocol works. The
server can only advertise the availability of STARTTLS, which QMT does.
It's up to the client (configuration) to choose to use it (or not).

present


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


Reply via email to