Simple server-side e-mail aggregation setup
Clone
HTTPS:
git clone https://vervis.peers.community/repos/xobxE
SSH:
git clone USERNAME@vervis.peers.community:xobxE
Branches
Tags
master
::
mpoprc
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