diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-20 14:51:50 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-20 18:46:13 +0300 |
| commit | 6df5b5c2f50c6b839c3f8e98f5719a3a1d363b8a (patch) | |
| tree | 7a893e2a793cdcdc0307ae60b4b6c954cfdfb247 /res | |
| parent | b36543634af2fa5bef7252752016f0695a5dd1af (diff) | |
config: mta_host, mta_port
Diffstat (limited to 'res')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 67d9863c..ba12c7ec 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -44,7 +44,8 @@ SECRET_KEY = notverysecretbutpeppyyaya # ----------------------------------------------------------------------------- # Mail # -mail_hostname = 127.0.0.1 +mta_host = 127.0.0.1 +mta_port = 127.0.0.1 mail_default_sender = rhizi@localhost feedback_recipient = feedback@localhost |
