• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Mail Outbond Problems..

E

em1ncan

Guest
Hi,
First of all i want to start with my php and asp mail problem.. Php scripts which my users installed can not send mail to the members, users etc.. (for example a forum script doesnt send activation mail, or a suggestion script..) I added my ip adress on the mailenable console to enable relay.. I use smtp authentication also..

The second problem is when i open mailenable console and actvity logs on smtp connector.. It shows a lot of mail bounced from other servers because of DNS problem.. Here i see that when a php script try to send an email it gives these logs

2007-02-05 02:20:52 63.247.75.46 SMTP-OU 432 EHLO 220-server11.colsat.net+ESMTP+Exim+4.63+#1+Sun,+04+Feb+2007+19:27:03+-0500+ ANDROID 20 139
2007-02-05 02:20:52 63.247.75.46 SMTP-OU 432 MAIL EHLO+mail.iolp.com 250-server11.colsat.net+Hello+mail.iolp.com+[84.51.17.5] ANDROID 23 8
2007-02-05 02:21:02 64.71.166.217 SMTP-OU 552 RCPT MAIL+FROM:<@adminemail@>+SIZE=708 250+Ok ANDROID 37 102
2007-02-05 02:21:16 64.71.166.195 SMTP-OU 356 RCPT MAIL+FROM:<@adminemail@>+SIZE=695 250+Ok ANDROID 31 124
2007-02-05 02:21:22 64.71.166.217 SMTP-OU 616 RCPT MAIL+FROM:<@adminemail@>+SIZE=692 250+Ok ANDROID 28 102
2007-02-05 02:21:50 81.19.66.26 SMTP-OU 424 RCPT MAIL+FROM:<@adminemail@>+SIZE=694 250+Ok ANDROID 30 119
2007-02-05 02:21:50 81.19.66.26 SMTP-OU 588 RCPT MAIL+FROM:<@adminemail@>+SIZE=693 250+Ok ANDROID 29 119
2007-02-05 02:22:08 81.19.66.26 SMTP-OU 476 RCPT MAIL+FROM:<@adminemail@>+SIZE=694 250+Ok ANDROID 30 119


as you can see @adminemail@ i couldnt understand whats it! There are hundreds of mails are in queue which sender is @adminemail@..
I didnt have such a problem before i upgrade my plesk to 8.1. And so that senders adress is showing as @adminemail@, any mailserver could resolve the senders host and they dont accept the mails... Please help me to fix the problem.. ve installed new plesk since 20 days.. But i couldnt still stabilize the server..
waiting your response...
 
Are you sure your client's mail scripts are correct? Can you please try to create a test .php script and try to send emails using it? This is rather a coding or a php problem than something caused by Plesk. Did you check the 'sendmail_from' statement in php.ini?
 
It looks like wrong php.ini, please change @adminemail@ to something correct.
 
ok. yes i found it was in php.ini. But i want to ask something else.. For example my one client's script want to send mail from his own domain not the mail adress that i ve written to php.ini? Will it work like before? it was working before i upgrade i think.. Or will the php scripts able to send mail from just the mail adress i ve written to php.ini?
 
excuse me.. Am i wrong or php.ini location changed in new version? I changed @adminemail@ on c:\windows\php.ini restarted services.. but it is still giving the same error on mailenable los? is there any other php.ini file?
 
Plesk 8.1 uses a php.ini in a different location. In my case it was in C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5 Make the changes, save, restart the web server services. Should work. I had the same problem and resolved it this way.
 
its ok.. this was because plesk use two php types php 4 and 5.. You have to midfy both two php.ini.. Thanks anyway. ts solved..
 
Back
Top