diff --git a/etc/alternc/templates/proftpd/proftpd.conf b/etc/alternc/templates/proftpd/proftpd.conf
index 6ad65feb..63670b63 100644
--- a/etc/alternc/templates/proftpd/proftpd.conf
+++ b/etc/alternc/templates/proftpd/proftpd.conf
@@ -55,14 +55,13 @@ PassivePorts 49152 65534
Umask 022 022
AllowOverwrite on
-# Limit the allowed bandwith for each connexion, prevent ressource hold-up ;)
-TransferRate RETR 64
-TransferRate APPE,STOR 64
-
AllowAll
+
+ AllowAll
+
-MaxClientsPerHost 6 "Sorry, no more than 6 simultaneous connections"
+MaxClientsPerHost 8 "Sorry, no more than 8 simultaneous connections"
AccessGrantMsg "Welcome on AlternC, %u"
# database@host:port login password
@@ -116,16 +115,8 @@ SQLMinID 33
# We don't use Unix rights managment on AlternC, so let's hide real owner/group/rights
DirFakeGroup on alternc
-DirFakeMode 0640
DirFakeUser on ~
-# And chmod command is forbidden too :
-
- DenyAll
-
-
-UseIPv6 off
-
# Log file by default
SystemLog /var/log/proftpd/proftpd.log
TransferLog /var/log/proftpd/xferlog
diff --git a/etc/alternc/templates/proftpd/welcome.msg b/etc/alternc/templates/proftpd/welcome.msg
index c3a9a0a4..3b291ded 100644
--- a/etc/alternc/templates/proftpd/welcome.msg
+++ b/etc/alternc/templates/proftpd/welcome.msg
@@ -1,7 +1,7 @@
Bienvenue sur %%hosting%%,
-Quota de 6 connexions simultanees dans cette classe,
+Quota de 8 connexions simultanees dans cette classe,
Bonne journée ;)
Welcome at %%hosting%%,
-6 connections maximum on this class,
+8 connections maximum on this class,
Have a nice day ;)