hashbang / docker-postfix

#! Postfix server for all incoming mail
MIT License
1 stars 2 forks source link

Install maildrop #1

Closed KellerFuchs closed 8 years ago

KellerFuchs commented 9 years ago

Maildrop is a more featureful MDA. Having it installed, without further configuration, enables user to opt into using it by putting |/usr/bin/maildrop -d ${USER} in ~/.forward.

In turn, this lets them write custom filters in ~/.mailfilter, such as:

exception {
  xfilter "mimegpg -e -- -r $USER"  # Encrypt incoming email that is not already encrypted.
}
KellerFuchs commented 8 years ago

That was before I understood our arcane mail setup :>