fork of github.com/chrj/smtpd
Find a file
2025-03-14 12:46:30 +01:00
.github/workflows Cleanup actions. (#15) 2022-09-30 12:51:37 -04:00
_examples/dkim-proxy cleaned up deprecations and warnings 2025-03-13 14:40:39 +01:00
address.go Removed check for single '@' in address. 2018-06-29 14:32:02 -07:00
envelope.go re-added SSL3.0 to envelope 2025-03-13 15:07:09 +01:00
error.go more refractoring, adding makefile for tests 2025-03-14 12:46:30 +01:00
example_test.go cleaned up deprecations and warnings 2025-03-13 14:40:39 +01:00
go.mod cleaned up deprecations and warnings 2025-03-13 14:40:39 +01:00
LICENSE Fix several panics on invalid input 2016-02-12 01:26:50 +00:00
Makefile more refractoring, adding makefile for tests 2025-03-14 12:46:30 +01:00
onceCloseListerner.go slight refractoring 2025-03-14 12:13:06 +01:00
protocol.go cleaned up deprecations and warnings 2025-03-13 14:40:39 +01:00
protocol_test.go Removing personal e-mail from comments and tests. 2018-09-26 21:22:28 +02:00
README.md Updated readme to reflect versioning scheme. 2018-09-26 21:24:54 +02:00
session.go more refractoring, adding makefile for tests 2025-03-14 12:46:30 +01:00
smtpd.go more refractoring, adding makefile for tests 2025-03-14 12:46:30 +01:00
smtpd_test.go moved from log.Logger to slog.Logger 2025-03-14 12:07:44 +01:00
wrap.go Fix several panics on invalid input 2016-02-12 01:26:50 +00:00
wrap_test.go Fix several panics on invalid input 2016-02-12 01:26:50 +00:00

Go smtpd GoDoc Go Report Card

Package smtpd implements an SMTP server in golang.

Features

  • STARTTLS (using crypto/tls)
  • Authentication (PLAIN/LOGIN, only after STARTTLS)
  • XCLIENT and PROXY protocol (for running behind a proxy)
  • Connection, HELO, sender and recipient checks for rejecting e-mails using callbacks
  • Configurable limits for: connection count, message size and recipient count
  • Hands incoming e-mail off to a configured callback function

Version numbers

The package is tagged with semantic version numbers, making it suitable for use in a Go Module.

Feedback

If you end up using this package or have any feedback, I'd very much like to hear about it. You can reach me by email.