• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Php mailing

PedroN

Regular Pleskian
Hello,

I wanted to know if there is anyway to limit php mailing as smtp that was integrated in plesk.

Thanks
 
As far as I know you can limit SMTP outgoing mails, but you cannot limit mails sent out by php mail function. What you can do to restrict to send out from scripts emails which use mail function and allow only SMTP.
So this means that with PHP you can send out limited number of mails (limited by you or server admin) through SMTP. If is not SMTP you cannot limit.
 
As far as I know you can limit SMTP outgoing mails, but you cannot limit mails sent out by php mail function. What you can do to restrict to send out from scripts emails which use mail function and allow only SMTP.
So this means that with PHP you can send out limited number of mails (limited by you or server admin) through SMTP. If is not SMTP you cannot limit.
Hello,

You are telling me to deny php mailing, or make somehow php mailing go through smtp?

Thanks
 
Actually yes, then you are safe from different scripts hacked and uploaded mailsenders. All you need, to ask your clients that in their scripts use SMTP sending, with phpmailer or similar.
 
Actually yes, then you are safe from different scripts hacked and uploaded mailsenders. All you need, to ask your clients that in their scripts use SMTP sending, with phpmailer or similar.
Ok, and how can I dissable php mailing for all people¿?
 
Check uploaded file.
 

Attachments

  • Screen Shot 2016-08-04 at 19.30.49.png
    Screen Shot 2016-08-04 at 19.30.49.png
    548.3 KB · Views: 7
Back
Top