aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-06-30 20:14:12 +0200
committerneodarz <neodarz@neodarz.net>2018-06-30 20:14:12 +0200
commit2f6357a59d60fb13e6a81e0be5efd3b3cb2e6e35 (patch)
tree9a1a0a218c4001346ba1172114b4da71c659db4c
parent34470b213538ae13e9b25d78c49d56e0befba2f2 (diff)
downloaddotfiles_ascii-2f6357a59d60fb13e6a81e0be5efd3b3cb2e6e35.tar.xz
dotfiles_ascii-2f6357a59d60fb13e6a81e0be5efd3b3cb2e6e35.zip
Add msmtp conf
-rwxr-xr-xinstall.sh4
-rw-r--r--msmtp/.msmtprc25
2 files changed, 29 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index d9f108d..2d014bf 100755
--- a/install.sh
+++ b/install.sh
@@ -68,3 +68,7 @@ yolo -S otf-fira-code
# For exa use PKGBUILD instead for have the option --icons or check on the official repo if the pull request for icons is merged !
# For use cycle-workspace-multiscreen.py the python-i3-py package must be installed
+
+# sendmail
+# tpac -S msmtp msmtp-mta
+# stow msmtp
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc
new file mode 100644
index 0000000..a86b148
--- /dev/null
+++ b/msmtp/.msmtprc
@@ -0,0 +1,25 @@
+# Set default values for all following accounts.
+defaults
+auth on
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+logfile ~/.msmtp.log
+
+# Gmail
+account neodarz
+host mail.neodarz.net
+port 587
+from neodarz@neodarz.net
+user neodarz@neodarz.net
+passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/Mail/neodarz@neodarz.net.gpg"
+
+# A freemail service
+account corentin.breton
+host mail.neodarz.net
+port 587
+from corentin.breton@neodarz.net
+user corentin.breton@neodarz.net
+passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/Mail/corentin.breton@neodarz.net.gpg"
+
+# Set a default account
+account default : neodarz