vigil

Security camera system built on motion and yolov7.
git clone git://code.dwrz.net/vigil
Log | Files | Refs

msmtprc (323B)


      1 defaults
      2 auth           on
      3 tls            on
      4 tls_trust_file /etc/ssl/certs/ca-certificates.crt
      5 logfile        ~/.msmtp.log
      6 
      7 account        default
      8 host           ${EMAIL_HOST}
      9 port           ${EMAIL_PORT}
     10 from           ${EMAIL_USER}
     11 user           ${EMAIL_USER}
     12 password       ${EMAIL_PASSWORD}
     13 
     14 account default : default