msmtprc
This commit is contained in:
parent
2aa6cc8195
commit
68f7d0d15e
2
Makefile
2
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:
|
||||
|
12
msmtprc
Normal file
12
msmtprc
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user