update
This commit is contained in:
parent
cbcc20d616
commit
3713a644eb
40 changed files with 625 additions and 1764 deletions
1
mail/.config/msmtp/.gitignore
vendored
Normal file
1
mail/.config/msmtp/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
msmtp.log
|
33
mail/.config/msmtp/config
Normal file
33
mail/.config/msmtp/config
Normal file
|
@ -0,0 +1,33 @@
|
|||
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
Add a link
Reference in a new issue