https://github.com/bodsch/ansible-mutt
ansible role to install and config mutt
https://github.com/bodsch/ansible-mutt
ansible ansible-role automation mutt muttrc
Last synced: 2 months ago
JSON representation
ansible role to install and config mutt
- Host: GitHub
- URL: https://github.com/bodsch/ansible-mutt
- Owner: bodsch
- Created: 2021-03-01T05:09:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T11:19:31.000Z (over 1 year ago)
- Last Synced: 2025-03-30T12:23:53.324Z (over 1 year ago)
- Topics: ansible, ansible-role, automation, mutt, muttrc
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible role for mutt
Ansible role to configure E-Mail accounts using mutt as client.
[][ci]
[][issues]
[][releases]
[][galaxy]
[ci]: https://github.com/bodsch/ansible-mutt/actions
[issues]: https://github.com/bodsch/ansible-mutt/issues?q=is%3Aopen+is%3Aissue
[releases]: https://github.com/bodsch/ansible-mutt/releases
[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/mutt/
## Requirements & Dependencies
### supported operating systems
* Arch Linux
* Debian based
- Debian 11 / 12
- Ubuntu 20.10 / 22.04 / 24.04
> **RedHat-based systems are no longer officially supported! May work, but does not have to.**
## Contribution
Please read [Contribution](CONTRIBUTING.md)
## Development, Branches (Git Tags)
The `master` Branch is my *Working Horse* includes the "latest, hot shit" and can be complete broken!
If you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-mutt/tags)!
## usage
### default configuration
```yaml
mutt_home_dir: /root
mutt_envelope_from_address: ''
mutt_from: ''
mutt_realname: ''
mutt_imap_tls: true
# user@domain.lan:password@mail.domain.lan
mutt_imap_host: ''
mutt_smtp_tls: true
mutt_smtp_host: ''
# mutt_smpt_pass: ''
mutt_mutt_sent: +Sent
mutt_mutt_draft: +Drafts
mutt_mutt_trash: +Trash
mutt_color_theme: mutt-colors-solarized-light-16.muttrc
# mutt_local_inbox: INBOX
# mutt_local_drafts: Drafts
# mutt_local_sent: Sent
mutt_signature: ""
mutt_aliases: []
# - intern Intern
mutt_colors_config:
- mutt-colors-solarized-dark-256.muttrc
- mutt-colors-solarized-light-256.muttrc
- mutt-colors-solarized-dark-16.muttrc
- mutt-colors-solarized-light-16.muttrc
```
## Author and License
- Bodo Schulz
## License
[Apache](LICENSE)
**FREE SOFTWARE, HELL YEAH!**