Skip to content

add: basic smtpd configuration options #52

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

Merged
merged 1 commit into from
Jan 11, 2022
Merged

add: basic smtpd configuration options #52

merged 1 commit into from
Jan 11, 2022

Conversation

Coronon
Copy link
Contributor

@Coronon Coronon commented Jan 10, 2022

This adds the basic configuration options ReadTimeout, WriteTimeout, DataTimeout, MaxConnections, MaxMessageSize, and MaxRecipients, which are exposed by smtpd. Closes #37.

As this is my first commit ever in go, please let me know if I could improve on anything :)

Thanks for this great little piece of software!

Copy link
Owner

@decke decke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No complains from my side. Looks good to me!

@decke decke merged commit b5fcf8e into decke:master Jan 11, 2022
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

Successfully merging this pull request may close these issues.

add options passed to smtpd
2 participants