diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/app/dashboard/templates/dashboard/mailbox_detail.html index 87b6e4a6..b2fb0ce6 100644 --- a/app/dashboard/templates/dashboard/mailbox_detail.html +++ b/app/dashboard/templates/dashboard/mailbox_detail.html @@ -65,38 +65,6 @@ - {% if spf_available %} - - {% endif %} -
@@ -137,6 +105,46 @@
+ +
+

Advanced Options

+ + {% if spf_available %} +
+
+ + +
+
+ Enforce SPF +
+ To avoid email-spoofing, SimpleLogin blocks email that + seems to come from your + mailbox + but sent from unknown + IP address. +
+ Only turn off this option if you know what you're doing :). +
+
+ +
+
+
+ {% endif %} {% endblock %}