From 646401371f1fce4e5fb0d4884d66ddff9832069c Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 4 May 2015 15:19:18 +0300 Subject: rhizi-server.conf.jinja: hardcode 'rhizi@rhizi.net' as mail sender, yet another measure to avoid spam classification --- res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja index 77c25dcb..f8eca6f0 100644 --- a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja +++ b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja @@ -44,7 +44,7 @@ SECRET_KEY = {{ rz_server_secret }} # mta_host = 127.0.0.1 mta_port = 25 -mail_default_sender = rhizi@localhost +mail_default_sender = rhizi@rhizi.net feedback_recipient = feedback@localhost # ----------------------------------------------------------------------------- -- cgit v1.3.1