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