Send all lowuid mail to logs@
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 19 May 2015 05:51:00 +0000 (01:51 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 19 May 2015 05:51:00 +0000 (01:51 -0400)
This eliminates most of the /etc/aliases file

conf.d/main/01_exim4-config_listmacrosdefs

index cdc5ce0..071987a 100644 (file)
@@ -129,3 +129,6 @@ MAIN_TLS_CERTKEY = /etc/hcoop-ssl/hcoop.pem
 # hcoop-change: forward to mailman deleuze
 #HCOOP_MAILMAN_RELAY_HOST = deleuze.hcoop.net
 
+# hcoop-change: all mail for users < 1000 to logs, reject entirely from untrusted remote hosts
+FIRST_USER_ACCOUNT_UID = 1000
+HCOOP_SYSTEM_ACCOUNT_ALIAS = logs@hcoop.net
\ No newline at end of file