diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-22 00:47:02 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-22 00:47:02 +0300 |
| commit | 56be3fc33c3b815f664c4a8d2affea8af7c1f327 (patch) | |
| tree | 33079d829aa8e7bd27b99dba8458a21a62b199de /res/etc | |
| parent | 5dce9c5d3705decc41d923c1f6912f6b406867d2 (diff) | |
rhizi-server.conf.example: fix mta-port
Diffstat (limited to 'res/etc')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index ba12c7ec..5794d130 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -45,7 +45,7 @@ SECRET_KEY = notverysecretbutpeppyyaya # Mail # mta_host = 127.0.0.1 -mta_port = 127.0.0.1 +mta_port = 25 mail_default_sender = rhizi@localhost feedback_recipient = feedback@localhost |
