Delete quotas of boxes mail on Plesk

From EN Ikoula wiki
Revision as of 15:55, 9 February 2017 by Ikbot (talk | contribs) (Created page with "<br />This article has been created by an automatic translation software. You can view the article source here.<br /><spa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽


This article has been created by an automatic translation software. You can view the article source here.

Introduction

Plesk quotas of mailboxes by user, of 100 Mo généralement. Ils sont impossibles à changer depuis l'interface web de Plesk et ne peuvent être supprimés que par deux méthodes :

    <liLle changement de licence : en passant d'une licence "Web Admin" ou "Web Pro" vers la licence "Web Host", qui est la seule à proposer la suppression des quotas,
  • In order lines : en modifiant directement le paramètre de la base de donnée de Plesk. Nous aborderons dans cette fiche cette seconde méthode.

Place

To remove the limits of email boxes, log in SSH to your machine, and then enter the following command :

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -Ne "select name from domains where parentDomainId=0 and webspace_id=0" | while read a; do /usr/local/psa/bin/subscription_settings -u $a -mbox_quota -1; done

Conclusion

The limits are now deleted, you can create e-mail to above custom sizes boxes 100 MB of storage.



This article seem useful to you ?

0



You are not allowed to post comments.