Tangle a ~/.msmtprc specific file for Darwin and Linux
This commit is contained in:
parent
ffc7f5b4f2
commit
1069693680
66
README.org
66
README.org
@ -4127,6 +4127,72 @@ initializes a list of =webjump-sites=.
|
|||||||
`(sendmail-program ,(executable-find "msmtp"))))
|
`(sendmail-program ,(executable-find "msmtp"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+attr_latex: :options breaklines
|
||||||
|
#+caption[Resource file for =msmtp= on =Darwin=]:
|
||||||
|
#+caption: Resource file for =msmtp= on =Darwin=.
|
||||||
|
#+name: lst:darwin-msmpt-resource-file
|
||||||
|
#+header: :tangle (if (eq 'darwin system-type) "~/.msmtprc" "no")
|
||||||
|
#+begin_src conf
|
||||||
|
# Set default values for all accounts.
|
||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
logfile ~/.msmtp.log
|
||||||
|
|
||||||
|
# CNRS on Darwin
|
||||||
|
# security add-generic-password -s cnrs -a gerard.vermeulen@neel.cnrs.fr -w
|
||||||
|
account cnrs
|
||||||
|
host smtps.grenoble.cnrs.fr
|
||||||
|
port 465
|
||||||
|
tls_starttls off
|
||||||
|
from gerard.vermeulen@neel.cnrs.fr
|
||||||
|
user gerard.vermeulen@neel.cnrs.fr
|
||||||
|
passwordeval security find-generic-password -s cnrs -w
|
||||||
|
|
||||||
|
# https://notmuchmail.org/emacstips/#index11h2
|
||||||
|
# https://wiki.debian.org/msmtp
|
||||||
|
# https://tushartyagi.com/blog/configure-mu4e-and-msmtp/
|
||||||
|
# https://www.emacswiki.org/emacs/GnusMSMTP
|
||||||
|
# https://www.ying-ish.com/essay/emacs-notmuch-mbsync-msmtp-email/
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# mode: conf-unix
|
||||||
|
# End:
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
#+attr_latex: :options breaklines
|
||||||
|
#+caption[Resource file for =msmtp= on =Linux=]:
|
||||||
|
#+caption: Resource file for =msmtp= on =Linux=.
|
||||||
|
#+name: lst:linux-msmpt-resource-file
|
||||||
|
#+header: :tangle (if (eq 'gnu/linux system-type) "~/.msmtprc" "no")
|
||||||
|
#+begin_src conf
|
||||||
|
# Set default values for all accounts.
|
||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
logfile ~/.msmtp.log
|
||||||
|
|
||||||
|
# CNRS on Linux
|
||||||
|
# secret-tool store --label=msmtp host smtps.grenoble.cnrs.fr service smtp user gerard.vermeulen@neel.cnrs.fr
|
||||||
|
account cnrs
|
||||||
|
host smtps.grenoble.cnrs.fr
|
||||||
|
port 465
|
||||||
|
tls_starttls off
|
||||||
|
from gerard.vermeulen@neel.cnrs.fr
|
||||||
|
user gerard.vermeulen@neel.cnrs.fr
|
||||||
|
|
||||||
|
# https://notmuchmail.org/emacstips/#index11h2
|
||||||
|
# https://wiki.debian.org/msmtp
|
||||||
|
# https://tushartyagi.com/blog/configure-mu4e-and-msmtp/
|
||||||
|
# https://www.emacswiki.org/emacs/GnusMSMTP
|
||||||
|
# https://www.ying-ish.com/essay/emacs-notmuch-mbsync-msmtp-email/
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# mode: conf-unix
|
||||||
|
# End:
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** [[https://github.com/skeeto/elfeed#readme][Elfeed: Emacs web feed reader]]
|
** [[https://github.com/skeeto/elfeed#readme][Elfeed: Emacs web feed reader]]
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: sec:emacs-web-feed-reader
|
:CUSTOM_ID: sec:emacs-web-feed-reader
|
||||||
|
Loading…
Reference in New Issue
Block a user