Ian Collier
New Pleskian
We have linux server running plesk:
Product version: Plesk Onyx 17.5.3 Update #24
Update date: 2017/10/03 08:16
Build date: 2017/03/17 16:00
OS version: Ubuntu 14.04
Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
Architecture: 64-bit
Wrapper version: 1.2
We are using:
PHP Version 7.1.9
Server version: Apache/2.4.7 (Ubuntu)
Postfix verion: 2.11.0
I created a small php script to send 100 emails to one account - mail500-2.php.
I uploaded the script to our web server into it's own directory (mail500) in our domain space.
I then went to my browser and in the address bar entered the following:
https://<<mydomain.com>>/mail500/mail500-2.php
Where <<mydomain.com>> is the real domain the script is being tested on.
I then clicked go and waited and watched a number of emails being delivered to my mail client.
After 50 or so emails being received, I encountered the Internal Server 500 error. When I inspected the logs, there were several log entries similar to this:
[Tue Oct 03 08:45:22.560472 2017] [fcgid:warn] [pid 16108] mod_fcgid: process 40931 graceful kill fail, sending SIGKILL
plesk sendmail[42060]: Trying to resolve the e-mail alias: <<name in here>>
postalias: option requires an argument -- 'q'
When I run the exact same script on our test server (which does not have plesk installed) the script runs successfully and all 100 emails are recieved.
For convenience I have uploaded my script. Please rename it to mail500-2.php and follow the simple instructions from line 14.
Product version: Plesk Onyx 17.5.3 Update #24
Update date: 2017/10/03 08:16
Build date: 2017/03/17 16:00
OS version: Ubuntu 14.04
Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
Architecture: 64-bit
Wrapper version: 1.2
We are using:
PHP Version 7.1.9
Server version: Apache/2.4.7 (Ubuntu)
Postfix verion: 2.11.0
I created a small php script to send 100 emails to one account - mail500-2.php.
I uploaded the script to our web server into it's own directory (mail500) in our domain space.
I then went to my browser and in the address bar entered the following:
https://<<mydomain.com>>/mail500/mail500-2.php
Where <<mydomain.com>> is the real domain the script is being tested on.
I then clicked go and waited and watched a number of emails being delivered to my mail client.
After 50 or so emails being received, I encountered the Internal Server 500 error. When I inspected the logs, there were several log entries similar to this:
[Tue Oct 03 08:45:22.560472 2017] [fcgid:warn] [pid 16108] mod_fcgid: process 40931 graceful kill fail, sending SIGKILL
plesk sendmail[42060]: Trying to resolve the e-mail alias: <<name in here>>
postalias: option requires an argument -- 'q'
When I run the exact same script on our test server (which does not have plesk installed) the script runs successfully and all 100 emails are recieved.
For convenience I have uploaded my script. Please rename it to mail500-2.php and follow the simple instructions from line 14.