diff --git a/dovecot/templates/conf.d/10-mail.conf.j2 b/dovecot/templates/conf.d/10-mail.conf.j2
index 2f5843a12501cf57b7c0b7b8a9f54d4254169494..c090d0382c64afa7712c7d1d5999e29192342df7 100644
--- a/dovecot/templates/conf.d/10-mail.conf.j2
+++ b/dovecot/templates/conf.d/10-mail.conf.j2
@@ -27,7 +27,7 @@
 #
 # <doc/wiki/MailLocation.txt>
 #
-mail_location = {{ dovecot_mail_location }} 
+mail_location = {{ dovecot_mail_location }}
 
 # If you need to set multiple mailbox locations or want to change default
 # namespace settings, you can do it by defining namespace sections.
diff --git a/dovecot/templates/conf.d/10-ssl.conf.j2 b/dovecot/templates/conf.d/10-ssl.conf.j2
index d00ff9153d55324401199754bc3e12ebf6c8e0cc..54bfbc81f138c79f269f054d846e0d93db48611e 100644
--- a/dovecot/templates/conf.d/10-ssl.conf.j2
+++ b/dovecot/templates/conf.d/10-ssl.conf.j2
@@ -50,7 +50,6 @@ ssl_protocols = {{ dovecot_tls_protocols }}
 
 # SSL ciphers to use
 #ssl_cipher_list = HIGH:!LOW:!SSLv2:!EXP:!aNULL:!MD5:!RC4:!SHA1
-#Supported Ciphers downto Android 2.3
 ssl_cipher_list = {{ dovecot_tls_ciphers }}
 
 # Prefer the server's order of ciphers over client's.