> > Im not sure, but i think there is a problem with the PHP stuff.
>
> are you sure that PHP code does not chroot() you somewhere else ?

check your php.ini:

php sends the mail by default with "sendmail -t -i", and if so, XMails
sendmail binary does not exit after the "\n.\n" at the end of the mail - it
"hangs" (because of the -i parameter, i don't know why it behaves like
that).

you can change that by adding the line

sendmail_path    =    /usr/sbin/sendmail -t

in your php.ini.

maybe then it'll work :-)


-
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]

Reply via email to