We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2a21c commit 0e04fd4Copy full SHA for 0e04fd4
INSTALL.md
@@ -85,6 +85,9 @@ Make sure that your server has both **DNS** (hostname to IP mapping) *and*
85
each other. Otherwise, many mail servers (such as
86
[MIT's](http://kb.mit.edu/confluence/display/istcontrib/554+5.7.1+Delivery+not+authorized))
87
will not accept email sent by the server.
88
+Furthermore, you should set an SPF record such as `"v=spf1 a ~all"`
89
+(which allows emails from the host's IP address, and marks rest as spam),
90
+as required by [Gmail](https://support.google.com/a/answer/33786).
91
92
If you're using Postfix, modify the `/etc/postfix/main.cf` configuration as
93
follows (substituting your own hostname):
0 commit comments