CFE-4648: cf-execd SMTP port configurable#6064
CFE-4648: cf-execd SMTP port configurable#6064basvandervlies wants to merge 1 commit intocfengine:masterfrom
Conversation
craigcomstock
left a comment
There was a problem hiding this comment.
seems reasonable, I do wonder if you shouldn't use the getservbyname() after all just to hedge bets that it couldn't possible be changed in the services database? It does seem prudent to prefer using the "API" as it were instead of hard-coding and assuming.
Squash the commits then good to go I'd say.
|
I have adjusted the code to try fitrst |
|
@basvandervlies this looks great! A few unit tests are failing though: I tried it out myself and the failure looks a bit mysterious currently. |
|
Yes It compiles and runs fines, but maybe I have overseen something. It look for me unrelated |
|
@basvandervlies looks great. Please squash the commits and while you are doing that, maybe nudge the one commit left to conform to our template https://github.com/cfengine/core/blob/master/CONTRIBUTING.md#commit-message-example something like: |
|
@basvandervlies I would prefer the commit to be more like what I suggested so that the changelog makes it more clear where you configure the smtp port for cf-execd: Thanks for the contribution and the squash! |
…ich port to send mail Changelog: Title Ticket: ENT-4648
CFE-4648: cf-execd SMTP port configurable