Ansible role to configure E-Mail accounts using mutt as client.
- 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.
Please read Contribution
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!
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 <intern@matrix.lan>
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
- Bodo Schulz
FREE SOFTWARE, HELL YEAH!