nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 146 forks source link

Max allowed unauthenticated commands #94

Closed o4oren closed 6 years ago

o4oren commented 6 years ago

Use case is for using AUTH for sending emails, but still wanting to receive emails on the same server. Since external SMTP servers will not authenticate, the default 10 max unauthenticated commands allowed will not be enough if there are multiple RCPT TO commands. maxAllowedUnauthenticatedCommands: -1 will not limit at all. Any other number will work, with 10 as the default. Thanks