From 491462e033ae78a5b5c4f93ed8d5663e4da0a9e3 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Fri, 20 Mar 2015 23:16:27 +0100 Subject: Fix bug which prevented creating a new entry. --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env.sh') 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" -- cgit v1.2.3