Wiki / E-mail
Connection settings
fdm
set purge-after 50
set timeout 120
set parallel-accounts 2
$base = "%h/.fdm.d"
set lock-file "${base}/lock"
set maximum-size 100 MB
set verify-certificates
set queue-high 5
set queue-low 3
$path = "%h/Mail"
action "inbox" maildir "${path}/%a/INBOX"
account "laidback" imaps server "mail.laidback.moe" port 993 user "username" pass "[your shell account password]"
db = "${base}/duplicates"
key = "%[message_id]"
cache $db expire 1 week
match all action "inbox"
mutt
This snippet is adapted from envs
set from = "username@laidback.moe"
set realname = "User Name"
set imap_user = "username"
set imap_pass = "[your shell account password]"
set folder = "{mail.laidback.moe/ssl}"
set spoolfile = "+INBOX"
set record = "+Sent"
set postponed = "+Drafts"
set trash = "+Trash"
set move = no
mailboxes = "+INBOX"
set edit_hdrs
set sort = reverse-threads
set sort_aux = last-date-received
set header_cache = "~/.cache/mutt/headers"
set imap_check_subscribed
set imap_keepalive = 300
unset imap_passive
set mail_check = 60
set timeout = 60
set signature = "~/.signature"
msmtp
account laidback
port 587
tls on
tls_starttls on
auth on
#password [your shell password]
passwordeval [command]
user username
from username@laidback.moe
Connection info
| Protocol | Hostname | Port | Security |
|---|---|---|---|
| IMAP | mail.laidback.moe | 143 | STARTTLS |
| IMAPS | – | 993 | TLS |
| POP3 | – | 110 | STARTTLS |
| POP3S | – | 995 | TLS |
| SMTP | – | 587 | STARTTLS |
| SMTPS | – | 465 | TLS |