mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #37] add options passed to smtpd #10
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#10
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?
Originally created by @ryanburnette on GitHub (Jun 30, 2021).
Original GitHub issue: https://github.com/decke/smtprelay/issues/37
The smtpd dependency has some configurable options. I have the need to configure MaxConnections, for example. smtprelay.ini should probably include the ability to configure all or most of the options that can be passed to smtpd. I'd be happy to PR if you'd like.
@electron0zero commented on GitHub (Oct 5, 2021):
we also needed these, and added them in https://github.com/grafana/smtprelay/pull/19
happy to send it to upstream :)
@Coronon commented on GitHub (Jan 10, 2022):
Was there any work done on this? I require ‘MaxMessageSize’ and would probably be able to hand in a PR this evening (CET).