diff --git a/pica-lufi/entrypoint.sh b/pica-lufi/entrypoint.sh
index be4b9a036443e5cae8d9515ed0a4c03a61419f2b..ffdc6ecfd458f996650a91b8cd1c9023f64e17e8 100644
--- a/pica-lufi/entrypoint.sh
+++ b/pica-lufi/entrypoint.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ -z "${EMAIL_PASSWORD}" ]; then
   echo "EMAIL_PASSWORD not set, exiting!"
diff --git a/pica-lufi/lufi.conf b/pica-lufi/lufi.conf
index 47648a5f3f35607b0ced37f7ab5ac0787a885043..b2bec848d04595ec754215329ed6e0e70ab6907a 100644
--- a/pica-lufi/lufi.conf
+++ b/pica-lufi/lufi.conf
@@ -139,12 +139,12 @@
     mail => {
         # Valid values are 'sendmail' and 'smtp'
         how => 'smtp',
-        owargs => { host => 'mail.picasoft.net', ssl => 'starttls', sasl_username => 'drop', sasl_password => $ENV{'EMAIL_PASSWORD'}, helo => 'drop.test.picasoft.net'}
+        howargs => { host => 'mail.picasoft.net', ssl => 'starttls', sasl_username => 'drop', sasl_password => $ENV{'EMAIL_PASSWORD'}, helo => 'drop.picasoft.net'}
     },
 
     # Email sender address
     # optional, default to no-reply@lufi.io
-    mail_sender => 'drop@picasoft.net'
+    mail_sender => 'drop@picasoft.net',
 
     #############
     # DB settings