Files
@ 325b9d16a72b
Branch filter:
Location: majic-ansible-roles/testsite/mutt/jane.doe - annotation
325b9d16a72b
1.1 KiB
text/plain
MAR-151: Added support for Debian 10 Buster to common role:
- Updated tests.
- Updated role reference documentation.
- Updated role metadata information.
- Refactored IP plan for the test machines for better separation
between different types of machines and versions.
- Parametrised tests for limited connectivity using the maintenance
mode.
- Don't use MariaDB compat package in tests - name differs between
Debian 9 and Debian 10, and relevant parameter is already getting
tested properly using the remaining packages.
- Updated tests.
- Updated role reference documentation.
- Updated role metadata information.
- Refactored IP plan for the test machines for better separation
between different types of machines and versions.
- Parametrised tests for limited connectivity using the maintenance
mode.
- Don't use MariaDB compat package in tests - name differs between
Debian 9 and Debian 10, and relevant parameter is already getting
tested properly using the remaining packages.
1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 c30f15d93352 | # Set some general user information.
set realname = "Jane Doe"
set from = "jane.doe@example.com"
set envelope_from = yes
# Configure IMAP.
set imap_user = "jane.doe@example.com"
set imap_pass = "janedoe"
set folder = imap://mail.example.com/
# Default mailboxes.
set spoolfile = "=INBOX"
set record = "=Sent Items"
set postponed = "=Drafts"
# Configure SMTP.
set smtp_url = smtp://jane.doe@example.com@mail.example.com:587/
set smtp_pass = $imap_pass
# Configure TLS.
set ssl_ca_certificates_file = tls/ca.pem
# Configure convenient shortcut for fetching new mail.
bind index G imap-fetch-mail
# Configure various paths explicitly to prevent them from clashing
# with user's system-wide files.
set alias_file = mutt/jane.doe-files/config
set certificate_file = mutt/jane.doe-files/certificates
set folder = mutt/jane.doe-files/mail
set history_file = mutt/jane.doe-files/history
set mbox = mutt/jane.doe-files/mbox
set news_cache_dir = mutt/jane.doe-files/news_cache
set newsrc = mutt/jane.doe-files/newsrc
set postponed = mutt/jane.doe-files/postponed
set record = mutt/jane.doe-files/record
set signature = mutt/jane.doe-files/signature
|