i can send email by webmail and outlook with authentication but
I have some problem about send mail script.
It freezes all email that using php script but i can send email script within my server.
error like below:
2009-03-27 17:17:19 Received from [email protected] U=apache P=local S=1627 T="ccc"
2009-03-27 17:17:19 [email protected] R=lookuphost T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11
*** Frozen
I solved it with DA knowledge but not work..
http://http://help.directadmin.com/item.php?id=114
************************************
Then you can fix the issue by editing your /etc/exim.conf, and changing the following code:
remote_smtp:
driver = smtp
To be:
remote_smtp:
driver = smtp
hosts_avoid_tls=*
*************************************
How to solve this problem?
Thank you.
I have some problem about send mail script.
It freezes all email that using php script but i can send email script within my server.
error like below:
2009-03-27 17:17:19 Received from [email protected] U=apache P=local S=1627 T="ccc"
2009-03-27 17:17:19 [email protected] R=lookuphost T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11
*** Frozen
I solved it with DA knowledge but not work..
http://http://help.directadmin.com/item.php?id=114
************************************
Then you can fix the issue by editing your /etc/exim.conf, and changing the following code:
remote_smtp:
driver = smtp
To be:
remote_smtp:
driver = smtp
hosts_avoid_tls=*
*************************************
How to solve this problem?
Thank you.