Skip to content
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

automatic: allow use of STARTTLS/TLS #1957

Merged
merged 4 commits into from Aug 31, 2023

Conversation

rathann
Copy link
Contributor

@rathann rathann commented Jun 28, 2023

Add the ability to use STARTTLS/TLS for sending e-mail via the email
emitter.

The email_tls option supports three settings: starttls, used to
switch to TLS on plaintext ports like 25 or 587 and yes, used to
wrap the entire connection in TLS, usually on port 465. Any other
setting (off by default) will use plain unencrypted SMTP.

Note: this depends on #1956 .

= changelog =
msg: Add email_tls option to DNF Automatic
type: enhancement
resolves: #1954

@inknos
Copy link
Contributor

inknos commented Aug 28, 2023

waiting for CI to finish, then looks good to me

@inknos
Copy link
Contributor

inknos commented Aug 29, 2023

duh, I didn't catch that here is a conflict after merging #1956. sorry for another request but would you mind rebasing?

Add the ability to use STARTTLS/TLS for sending e-mail via the `email`
emitter.

The `email_tls` option supports three settings: ``starttls``, used to
switch to TLS on plaintext ports like 25 or 587 and ``yes``, used to
wrap the entire connection in TLS, usually on port 465. Any other
setting (``off`` by default) will use plain unencrypted SMTP.

Note: this depends on rpm-software-management#1956 .

= changelog =
msg: Add `email_tls` option to DNF Automatic
type: enhancement
resolves: rpm-software-management#1954
@rathann
Copy link
Contributor Author

rathann commented Aug 31, 2023

duh, I didn't catch that here is a conflict after merging #1956. sorry for another request but would you mind rebasing?

No problem, rebased on top of current master HEAD and force-pushed.

@rathann
Copy link
Contributor Author

rathann commented Aug 31, 2023

Should I add myself to AUTHORS ?

@inknos
Copy link
Contributor

inknos commented Aug 31, 2023

No problem, rebased on top of current master HEAD and force-pushed.

thanks a lot

Should I add myself to AUTHORS ?

definitely, feel free to add yourself to the contributors list!

@inknos
Copy link
Contributor

inknos commented Aug 31, 2023

Thanks! as soon as the CI finishes I will merge it

@inknos inknos merged commit 3cf246e into rpm-software-management:master Aug 31, 2023
3 checks passed
@rathann rathann deleted the issue-1954 branch September 29, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

RFE: [automatic] allow use of TLS/STARTTLS
2 participants