mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 04:45:52 +03:00
[PR #52] [MERGED] add: basic smtpd configuration options #89
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/52
Author: @Coronon
Created: 1/10/2022
Status: ✅ Merged
Merged: 1/11/2022
Merged by: @decke
Base:
master← Head:master📝 Commits (1)
016ef76add: basic smtpd configuration options📊 Changes
3 files changed (+82 additions, -1 deletions)
View changed files
📝
config.go(+48 -0)📝
main.go(+6 -0)📝
smtprelay.ini(+28 -1)📄 Description
This adds the basic configuration options
ReadTimeout,WriteTimeout,DataTimeout,MaxConnections,MaxMessageSize, andMaxRecipients, 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!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.