summaryrefslogtreecommitdiff
path: root/env.sh
diff options
context:
space:
mode:
authorhorus_arch2015-03-20 23:16:27 +0100
committerhorus_arch2015-03-20 23:16:27 +0100
commit491462e033ae78a5b5c4f93ed8d5663e4da0a9e3 (patch)
treecdc82ee4c600a86ba6bc7b92a589b129a01c7429 /env.sh
parent17bea88eb3f6e2bc5f63641437a997cc8bd32881 (diff)
downloadfreemail-491462e033ae78a5b5c4f93ed8d5663e4da0a9e3.tar.gz
Fix bug which prevented creating a new entry.
Diffstat (limited to 'env.sh')
-rwxr-xr-xenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.sh b/env.sh
index 15983eb..20d5dd3 100755
--- a/env.sh
+++ b/env.sh
@@ -17,7 +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_MX=mx.iamfabulous.de
#export FREEMAIL_SMTP_MAILER="smtp.example.org:25"
#export FREEMAIL_SMTP_PASSWORD="password"
#export FREEMAIL_SMTP_ADRESS="foo@example.org"