stunndard / cocosmail

Golang SMTP server
MIT License
1 stars 1 forks source link

Add connection delays in case of failed AUTH and RCPT TO #13

Closed stunndard closed 3 years ago

stunndard commented 3 years ago

There are delays with failed MAIL FROM, but not in case of failed AUTH, despite the connection is terminated. There also no delays (and no termination) in case of failed domain or user in RCPT TO.