Matt Simerson

Results 217 comments of Matt Simerson

As was pointed out earlier, running as a non-root user would create issues on any semi-normal *nix system that refuses to permit non-root users from binding to ports less than...

search the issues here for EC2. You need to ask AWS to unblock port 25.

We need more information (think: log entries) to have any chance to diagnose this. I'm closing, but if you're still having the issue and can provide more information, we can...

> I expected that inbound email would be rejected and/or the connection dropped when DENY is passed to next(). I believe your expectations are incorrect. When configured as you describe...

duplicate of #214

> equal replaced with strictEqual since the first one was deprecated The better way to do this is by loading assert like this: `const assert = require('assert/strict')`, or if we're...

> Indeed it should not make a difference, but I thought it's easier to read and understand this way: If you had not made that change, I would likely have...