diff options
author | Edmund von der Burg <evdb@ecclestoad.co.uk> | 2011-02-07 10:48:51 -0300 |
---|---|---|
committer | Edmund von der Burg <evdb@ecclestoad.co.uk> | 2011-02-07 10:48:51 -0300 |
commit | 64555174b30416bfa599b1633dd9c6baff40ab01 (patch) | |
tree | 6c17cbf85f459f5dc2f9c1ee46283ee24eb6ffd6 /notes | |
parent | cfdd0bf2faedde2b66b963a0acb9cff3cdd03e5b (diff) |
Send using local MTA if EvEl not configured or not available
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index cd0883b2c..5e79a49a6 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -76,7 +76,6 @@ apt-get install mailx # for testing email is working nano /etc/ssmtp/ssmtp.conf # see http://wiki.debian.org/sSMTP for details mail youremail@example.com # send a test message - # SETTING UP CONFIG FILES # the setup is configured using the file 'conf/general' - copy the example one and then edit it @@ -87,6 +86,8 @@ nano conf/general # * the database connection details # * the OPTION_BASE_URL to be where your test site will run - eg 'http://localhost' # * the OPTION_EVEL_URL to '' - this will cause some emails not to be sent but warned to STDERR instead - proper email handling is being worked on +# * the OPTION_SMTP_SMARTHOST to '' if routing mail via ssmtp as described above - otherwise your SMTP server +# * set OPTION_EMAIL_VHOST to the same as OPTION_BASE_URL minus the 'http://' - eg 'localhost' # SETTING UP THE DATABASES |