diff --git a/Makefile b/Makefile index d242907..6ada863 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ FILES = bashrc vimrc zshrc emacs.el gitconfig screenrc commonshrc \ gnomerc gvimrc muttrc +FILES2 = msmtprc .PHONY: all install clean check @@ -8,6 +9,7 @@ all: $(FILES) install: $(FILES) mkdir -p ~/.ssh ~/.vim/autoload for i in $(FILES); do install -m0644 $$i ~/.$$i; done + for i in $(FILES2); do install -m0600 $$i ~/.$$i; done install -m0644 vim-pathogen/autoload/pathogen.vim ~/.vim/autoload/ clean: diff --git a/msmtprc b/msmtprc new file mode 100644 index 0000000..1cf1d4d --- /dev/null +++ b/msmtprc @@ -0,0 +1,12 @@ +defaults +tls on +logfile ~/.msmtp.log + +account gebner.org +tls_certcheck off +host mail.gebner.org +#from gebner@gebner.org +auth on +user gebner + +account default : gebner.org