add msmtprc, fix urlview/makefile
parent
6e4f911243
commit
27ec9e0334
7
Makefile
7
Makefile
|
@ -1,7 +1,7 @@
|
||||||
LN_FLAGS = -sfnv
|
LN_FLAGS = -sfnv
|
||||||
MKDIR_FLAGS = -pv
|
MKDIR_FLAGS = -pv
|
||||||
|
|
||||||
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc mutt zprofile zshrc
|
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc
|
||||||
|
|
||||||
config_copy =
|
config_copy =
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ config_symlinks =
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|
||||||
install: aliases Xresources xbindkeysrc xinitrc
|
install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc
|
||||||
|
|
||||||
.PHONY: $(home_symlinks)
|
.PHONY: $(home_symlinks)
|
||||||
$(home_symlinks):
|
$(home_symlinks):
|
||||||
|
@ -28,6 +28,3 @@ $(config_symlinks):
|
||||||
$(eval DESTDIR := $(shell dirname ~/.config/$@))
|
$(eval DESTDIR := $(shell dirname ~/.config/$@))
|
||||||
mkdir $(MKDIR_FLAGS) $(DESTDIR)
|
mkdir $(MKDIR_FLAGS) $(DESTDIR)
|
||||||
test -e $(CURDIR)/$@ && ln $(LN_FLAGS) $(CURDIR)/$@ ~/.config/$@
|
test -e $(CURDIR)/$@ && ln $(LN_FLAGS) $(CURDIR)/$@ ~/.config/$@
|
||||||
|
|
||||||
zprofile:
|
|
||||||
test -e $(CURDIR)/profile && ln $(LN_FLAGS) $(CURDIR)/profile ~/.zprofile
|
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
tls_starttls
|
||||||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
logfile ~/.mutt/msmtp.log
|
||||||
|
|
||||||
|
account vt
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
user pwalko@vt.edu
|
||||||
|
passwordeval "pass email/vt"
|
||||||
|
from pwalko@vt.edu
|
||||||
|
|
||||||
|
account walko
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
user paul@walko.org
|
||||||
|
passwordeval "pass email/walko"
|
||||||
|
from paul@walko.org
|
||||||
|
|
||||||
|
account gmail
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
user paulsw.pw@gmail.com
|
||||||
|
passwordeval "pass email/gmail"
|
||||||
|
from paulsw.pw@gmail.com
|
||||||
|
|
||||||
|
account default : vt
|
|
@ -8,3 +8,4 @@ Jun 18 19:20:13 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalk
|
||||||
Jun 18 19:37:38 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paul@walko.org mailsize=1546 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497829059 r9sm6148728qtr.31 - gsmtp' exitcode=EX_OK
|
Jun 18 19:37:38 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paul@walko.org mailsize=1546 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497829059 r9sm6148728qtr.31 - gsmtp' exitcode=EX_OK
|
||||||
Jun 18 20:17:05 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paulsw.pw@gmail.com mailsize=579645 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497831426 g6sm5462018qkb.48 - gsmtp' exitcode=EX_OK
|
Jun 18 20:17:05 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paulsw.pw@gmail.com mailsize=579645 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497831426 g6sm5462018qkb.48 - gsmtp' exitcode=EX_OK
|
||||||
Jun 18 20:55:43 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=joe@walko.org mailsize=1411 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497833744 u9sm6164611qtb.29 - gsmtp' exitcode=EX_OK
|
Jun 18 20:55:43 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=joe@walko.org mailsize=1411 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497833744 u9sm6164611qtb.29 - gsmtp' exitcode=EX_OK
|
||||||
|
Jun 19 00:55:53 host=smtp.gmail.com tls=on auth=on user=paulsw.pw@gmail.com from=paulsw.pw@gmail.com recipients=pwalko@vt.edu mailsize=77 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497848154 a68sm3950810ywe.6 - gsmtp' exitcode=EX_OK
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue