On Thu, 30 May 2002 11:41:44 -0600, Samuel E. Romero wrote:
>You have to set the SMTP variable on PHP.INI to the IP address or domain name (if >resolved correctly from the machine where php is running), of the machine where XMail >is running. I think is the same machine in >this case, so maybe it may be localhost or 127.0.0.1. This will not work on a Linux machine. SMTP in PHP is only available on Windows. PHP on Linux uses sendmail. Therefore you have make a symbolic link /usr/bin/sendmail to /var/MailRoot/bin/sendmail.sh (or wherever you have XMail installed) That will do the trick. Groeten, Peter -- No IP addresses are available in the static pool of Remote Access IP --- --- Heb je een Sony Digital video camera ? --- Kijk eens op http://www.dvin.org --- Kijk ook op http://www.lindeman.org --- ICQ 22383596 --- Uptime lindeman.org : 115 days, 23 hours and 31 minutes, 1 user logged in. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
