move msmtp to nix config
This commit is contained in:
parent
f04b6b14b5
commit
cdd1fa5ff0
2 changed files with 0 additions and 34 deletions
1
mail/.config/msmtp/.gitignore
vendored
1
mail/.config/msmtp/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
msmtp.log
|
|
|
@ -1,33 +0,0 @@
|
||||||
account mail@oxapentane.com
|
|
||||||
host smtp.migadu.com
|
|
||||||
port 587
|
|
||||||
from *@oxapentane.com
|
|
||||||
user mail@oxapentane.com
|
|
||||||
passwordeval "pass mail@oxapentane.com"
|
|
||||||
auth on
|
|
||||||
tls on
|
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
||||||
logfile /home/grue/.config/msmtp/msmtp.log
|
|
||||||
|
|
||||||
account grigory@shipunov.xyz
|
|
||||||
host smtp.migadu.com
|
|
||||||
port 587
|
|
||||||
from *@shipunov.xyz
|
|
||||||
user grigory@shipunov.xyz
|
|
||||||
passwordeval "pass grigory@shipunov.xyz"
|
|
||||||
auth on
|
|
||||||
tls on
|
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
||||||
logfile /home/grue/.config/msmtp/msmtp.log
|
|
||||||
|
|
||||||
account dump@dvb.solutions
|
|
||||||
host smtp.migadu.com
|
|
||||||
port 587
|
|
||||||
from dump@dvb.solutions
|
|
||||||
user dump@dvb.solutions
|
|
||||||
passwordeval "pass dump@dvb.solutions"
|
|
||||||
auth on
|
|
||||||
tls on
|
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
||||||
logfile /home/grue/.config/msmtp/msmtp.log
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue