aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-09-26 14:06:30 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-09-26 14:07:03 +0100
commit26c77759cd914a2c373fbc2a40a819d2641aa556 (patch)
tree5917f7b436a482685a05eb67f07aa3a3d95a7fdb
parentb305ab9755d209862b5dfb1cbb281fe4b2872622 (diff)
add some possibly helpful notes about exim config
-rw-r--r--doc/INSTALL-exim4.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md
index 0f5dda547..1e014a70f 100644
--- a/doc/INSTALL-exim4.md
+++ b/doc/INSTALL-exim4.md
@@ -6,6 +6,8 @@ In `/etc/exim4/conf.d/main/04_alaveteli_options`:
ALAVETELI_HOME=/path/to/alaveteli/software
ALAVETELI_USER=www-data
+(The user ALAVETELI_USER should have write permissions on ALAVETELI_HOME).
+
In `/etc/exim4/conf.d/router/04_alaveteli`:
alaveteli_request:
@@ -68,3 +70,7 @@ see something like:
R: alaveteli pipe for snafflerequest-234@localhost
snafflerequest-234@localhost -> |/home/alaveteli/alaveteli/script/mailin
transport = alaveteli_mailin_transport
+
+There is a great
+[Exim Cheatsheet](http://bradthemad.org/tech/notes/exim_cheatsheet.php)
+online that you may find useful.