Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用 PHP 动态创建电子邮件帐户 (email@myserver.com),我有一个带有 HyperVM 和 Kloxo 的 VPS 服务器。我知道 Cpanel + Php 集成的解决方案,但对于 kloxo 我没有发现。
我不推荐使用 webcommand API,因为它不安全。(也许使用 php 会话就可以了)。
我通过 PHP exec 执行并直接调用 bash 脚本:
sh /script/add --parent-class=mmail --parent-name=example.com --class=mailaccount --name=dummy --v-password=123456
你们中的一些人可能反对使用 PHP exec(); IMO 它可以安全使用。
干杯,H.
KimeraLive.com