diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-04 15:19:18 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:04:32 +0300 |
| commit | 646401371f1fce4e5fb0d4884d66ddff9832069c (patch) | |
| tree | c6738b59d8fdeb1146e369e66ff6b746f3287ec1 | |
| parent | 08f81aeed3ddad1cad54574b7ccef8a95eac8f3e (diff) | |
rhizi-server.conf.jinja: hardcode 'rhizi@rhizi.net' as mail sender, yet another measure to avoid spam classification
| -rw-r--r-- | res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
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 # ----------------------------------------------------------------------------- |
