summaryrefslogtreecommitdiff
path: root/env.sh
diff options
context:
space:
mode:
authorHorus32015-03-20 14:26:08 +0100
committerHorus32015-03-20 14:26:08 +0100
commit9ab1f49c4c4aa5dcaa0dd50ec606ca06ca071c71 (patch)
tree378bdbab80905a53c1193bfe28e22d1df0fbbcd3 /env.sh
parent039fb0ce71d132a1dfe93b516bc5953dcb61285e (diff)
downloadfreemail-9ab1f49c4c4aa5dcaa0dd50ec606ca06ca071c71.tar.gz
Validate MX from domain. Improve Makefile. Add schema.txt
Diffstat (limited to 'env.sh')
-rwxr-xr-xenv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/env.sh b/env.sh
index d3590fa..15983eb 100755
--- a/env.sh
+++ b/env.sh
@@ -17,6 +17,7 @@ export FREEMAIL_HTTP_IP=127.0.0.1
export FREEMAIL_HTTP_PORT=8080
# SMTP
+export FREEMAIL_SMTP_MAILER_MX="mx.example.org"
#export FREEMAIL_SMTP_MAILER="smtp.example.org:25"
#export FREEMAIL_SMTP_PASSWORD="password"
#export FREEMAIL_SMTP_ADRESS="foo@example.org"