简体   繁体   English

使用PHP即时创建电子邮件转发帐户

[英]Creating email forwarding accounts on the fly using PHP

我想知道是否可以即时创建电子邮件伪造帐户,因为我已经为使用配置文件(即user.profile.com)创建了子域,并且想知道是否可以创建user@profile.com转发给他们的电子邮件帐户吗?

Yes, it is possible, but the solution consists of 2 parts: 是的,可以,但是解决方案包括两部分:

  1. Ask on the serverfault what operations you have have to perform. 在serverfault上询问您必须执行哪些操作。 what config file to edit or something. 要修改的配置文件或其他内容。
  2. Then ask here on SO, how to automate these basic operations (file open, write, etc) using PHP. 然后在SO上询问如何使用PHP自动执行这些基本操作(文件打开,写入等)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM