<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>gsuite — LowEndSpirit DEV</title>
        <link>https://dev.lowendspirit.com/index.php?p=/</link>
        <pubDate>Fri, 05 Jun 2026 02:55:16 +0000</pubDate>
        <language>en</language>
            <description>gsuite — LowEndSpirit DEV</description>
    <atom:link href="https://dev.lowendspirit.com/index.php?p=/discussions/tagged/gsuite/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Plesk Bullk Email account creation script</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/3786/plesk-bullk-email-account-creation-script</link>
        <pubDate>Thu, 17 Feb 2022 11:02:03 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>hostarts</dc:creator>
        <guid isPermaLink="false">3786@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I found this could be helpful for many people looking to create multiple Plesk email accounts especially since we are getting a lot of migrations from the old Google Gsuite Legacy edition.</p>

<p>The script reuires a txt file where the emails must be listed 1 per line :</p>

<pre spellcheck="false" tabindex="0">#!/bin/bash
while read user
do
plesk bin mail --create $user -passwd 12345@@ -mbox_quota 25000M -mailbox true
done &lt; userfile.txt
</pre>

<p>The script may fail if your secuity standards for your passwords are too high so you may edit that 12345<br />@ if needed.</p>

<p>By default i have aligned this at 15000M or 15G to equal Legacy Google Workspace accounts.</p>

<p>I hope this helps</p>
]]>
        </description>
    </item>
   </channel>
</rss>
