taoeffect / empress

Re-decentralize email. Make it secure. Make it simple. Make it yours.
https://twitter.com/EmpressMail
48 stars 6 forks source link

bounced emails must get sent to `admin_email` #59

Closed taoeffect closed 9 years ago

taoeffect commented 9 years ago

cron stuff gets lost currently, php stuff could get lost, etc.

taoeffect commented 9 years ago

We must make sure that postmaster@{{ domain }} doesn't get deleted, and we must make sure that that is forwarded to {{ admin_email }} as per: http://www.postfix.org/postconf.5.html#notify_classes

taoeffect commented 9 years ago

notify_classes = bounce, delay, resource, software

and uncomment delay_warning_time = 4h, change 4h to 30m.