From 6d80b813cc6fc16f31db31ffb161d1ffbb7d62bb Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 12 Aug 2014 12:16:58 +0100 Subject: Add external SMTP check example. --- docs/installing/email.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'docs/installing/email.md') diff --git a/docs/installing/email.md b/docs/installing/email.md index 5eaaa3786..90d7a74a6 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -323,7 +323,7 @@ is working (it doesn't actually send any mail). If it is working, you should receive a delivery report email, with text like: : delivery via alaveteli: -delivers to command: /var/www/alaveteli/script/mailin + delivers to command: /var/www/alaveteli/script/mailin : delivery via local: delivers to mailbox You can also test the other aliases you have set up for your domain in @@ -339,6 +339,11 @@ delivery report email using the `mail` command on a new server: apt-get install mailutils +If emails are not being received by your Alaveteli install, we have some +more troubleshooting tips for incoming mail in [the manual install +guide]({{ site.baseurl }}docs/installing/manual_install/#troubleshooting). + + ## Example setup on exim4 @@ -541,6 +546,10 @@ message routing in the same way: user-support@example.com -> |/var/www/alaveteli/script/handle-mail-replies transport = alaveteli_mailin_transport -There is a great -[Exim Cheatsheet](http://bradthemad.org/tech/notes/exim_cheatsheet.php) -online that you may find useful. +If emails are not being received by your Alaveteli install, we have some +more troubleshooting tips for incoming mail in [the manual install guide]({{ site.baseurl }}docs/installing/manual_install/#troubleshooting). There is also a +great [Exim +Cheatsheet](http://bradthemad.org/tech/notes/exim_cheatsheet.php) online +that you may find useful. + + -- cgit v1.2.3