clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mutt

sspaeti 008c0515 3d06401c

+55
+55
mutt/.msmtprc
··· 1 + defaults 2 + auth on 3 + tls on 4 + tls_starttls on 5 + tls_trust_file /etc/ssl/cert.pem 6 + syslog LOG_USER 7 + logfile ~/.msmtp.log 8 + timeout 60 9 + 10 + #### account 1 ------------------------------------ 11 + account simu@sspaeti.com 12 + host asmtp.mail.hostpoint.ch 13 + domain sspaeti.com 14 + port 587 15 + auth on 16 + from simu@sspaeti.com 17 + user simu@sspaeti.com 18 + passwordeval "grep 'set imap_pass' ~/.dotfiles/zsh/.secret.muttrc | awk -F'\"' '{print $2}'" 19 + 20 + 21 + #### account 2 ------------------------------------ 22 + account simon@ssp.sh 23 + host asmtp.mail.hostpoint.ch 24 + domain ssp.sh 25 + port 587 26 + auth on 27 + from simon@ssp.sh 28 + user simon@sspaeti.com 29 + passwordeval "grep 'set imap_pass_simon' ~/.dotfiles/zsh/.secret.muttrc | awk -F'\"' '{print $2}'" 30 + 31 + #### account 3 ------------------------------------ 32 + account simon@sspaeti.com 33 + host asmtp.mail.hostpoint.ch 34 + domain ssp.sh 35 + port 587 36 + auth on 37 + from simon@sspaeti.com 38 + user simon@sspaeti.com 39 + passwordeval "grep 'set imap_pass_simon' ~/.dotfiles/zsh/.secret.muttrc | awk -F'\"' '{print $2}'" 40 + 41 + #### account 4 ------------------------------------ 42 + #account gmail.com 43 + #host smtp.gmail.com 44 + #port 587 45 + #auth on 46 + #from simon.spaeti@gmail.com 47 + #user simon.spaeti@gmail.com 48 + #passwordeval gpg --no-tty -q -d ~/.mail.gmail.gpg 49 + #tls on 50 + #tls_starttls on 51 + #tls_trust_file /etc/ssl/cert.pem 52 + ### ------------------------ 53 + # Set this account as the default 54 + account default : simon@sspaeti.com 55 +