mpoprc 416 B

12345678910
  1. defaults
  2. tls on
  3. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  4. tls_starttls on
  5. delivery mda "/usr/bin/msmtp --protocol=smtp --host=localhost --from='%F' -- ${DOAR_USER}@`hostname`"
  6. # The service runs SpamAssassin, so test each mail for the "X-Spam-Status: Yes"
  7. # header, and delete all mails with this header before downloading them.
  8. #filter if [ "`grep "^X-Spam-Status: Yes"`" ]; then exit 1; else exit 0; fi