mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-13 01:40:51 +08:00
disable clienttoken
This commit is contained in:
parent
fc9da62cb6
commit
20f0f666fc
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ module.exports = {
|
||||||
|
|
||||||
if (this.state === 'Not Authenticated') {
|
if (this.state === 'Not Authenticated') {
|
||||||
capabilities.push('AUTH=PLAIN');
|
capabilities.push('AUTH=PLAIN');
|
||||||
capabilities.push('AUTH=PLAIN-CLIENTTOKEN');
|
// might cause issues with some clients
|
||||||
|
// capabilities.push('AUTH=PLAIN-CLIENTTOKEN');
|
||||||
capabilities.push('ID');
|
capabilities.push('ID');
|
||||||
capabilities.push('SASL-IR');
|
capabilities.push('SASL-IR');
|
||||||
capabilities.push('ENABLE');
|
capabilities.push('ENABLE');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue