Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle Timeout errors i.e. 421 Timeout - closing connection #144

Open
vinodhreddygs opened this issue Apr 23, 2020 · 5 comments
Open

Comments

@vinodhreddygs
Copy link

Hi,
After SMTP server authentication, I'am encountered "421 Timeout - closing connection" error in the my server. Please let me know how to handle this type of issues or errors.
Thanks.

@duylddev
Copy link

I got the same issue, did you fix that? @vinodhreddygs

@andrealeo83
Copy link

I got the same issue, did you fix that?

@duylddev
Copy link

duylddev commented May 27, 2021

`
const server = new SMTPServer({
onData(stream, session, cb) {

},
disabledCommands: ['AUTH'],
disableReverseLookup: true,
logger: false,
secure: false,
hideSTARTTLS: true,
hide8BITMIME: true,
hidePIPELINING: true,
hideSMTPUTF8: true
})
`

Follow this code and it works like a charm @andrealeo83

@andrealeo83
Copy link

andrealeo83 commented May 27, 2021

@charlesmudy
Copy link

This seems old but currently experiencing this issue from the client side ... tested on other client application like wordpress and it would work but for other applications like Laravel ... I get timeout.

Not sure where the problem is coming from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants