• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

create mail addresses htrough php

D

dzaal

Guest
was wondering if anyone has experience in creating software which allows users to create mail addresses (redirects) on a website automaticly.

sure it possible using some mysql db commands, but how to make it compatible with plesk?

using freebsd plesk 7.5 reloaded

thanx in advance
 
There used to be Creation Utilities that came along with PSA to do that sort of stuff. These might be part of the SDK now.
 
Try:

/usr/local/psa/bin/mail.sh --help

That'll show you all the options for mail.sh ... you can then link a PHP script to that to process this for you.
 
Cracky,
That doesn't work from php for security resons,
on a server that is setup for multiple users with php in savemode.

If that would work then you login into your
ftpaccount make php script and it is possible
forexample to delete a mailbox from
somebody's else account that should be very bad
security.
 
But, not if you are the only one with sites hosted. If you are the only one, why not bump down the security a bit?
 
Back
Top