mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-08 07:20:59 +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') {
|
||||
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('SASL-IR');
|
||||
capabilities.push('ENABLE');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue