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

smtp-to-telegram: init at 2f1167e #98933

Closed
wants to merge 1 commit into from

Conversation

Patryk27
Copy link
Member

@Patryk27 Patryk27 commented Sep 27, 2020

Motivation for this change

smtp_to_telegram is an SMTP server that forwards messages to Telegram; I'm personally using it together with monit (which is kinda hard-coded to alert via mails), but sky's the limit.

This pull request provides smtp_to_telegram both as an application (ready to be installed via e.g. environment.systemPackages) and as a systemd service.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Patryk27 Patryk27 changed the title smtp-to-telegram: init at 8092fc365b902d160d3e3de6ceb7ca67a17392d0 smtp-to-telegram: init at 8092fc Sep 27, 2020
@Patryk27 Patryk27 force-pushed the smtp-to-telegram branch 3 times, most recently from 2b86bb0 to e7f36de Compare September 27, 2020 10:25
pkgs/servers/mail/smtp-to-telegram/default.nix Outdated Show resolved Hide resolved
pkgs/servers/mail/smtp-to-telegram/default.nix Outdated Show resolved Hide resolved
pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
@stale
Copy link

stale bot commented Aug 10, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 10, 2021
@stale stale bot removed 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md labels Nov 7, 2022
@Patryk27 Patryk27 changed the title smtp-to-telegram: init at 8092fc smtp-to-telegram: init at 2f1167e Dec 24, 2022
@Patryk27
Copy link
Member Author

Thanks for reviewing - I've applied the comments & bumped the application to newer version 🙂

@Patryk27 Patryk27 closed this Dec 16, 2023
@Patryk27 Patryk27 deleted the smtp-to-telegram branch December 16, 2023 12:22
@Patryk27 Patryk27 restored the smtp-to-telegram branch December 16, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants