> For sending to <root> has been solved in version 1.17. You need to add > DEFAULT_DOMAIN=mydomain parameter to /usr/sbin/sendmail script.
NO ! DEFAULT_DOMAIN is for MAIL_FROM, to if a mail comes from "CronDaemon", it becomes [EMAIL PROTECTED] "Added domain completion to XMail's sendmail when the specified sender address (-f or -F) does not contain one. The environment variable (or registry in Windows) DEFAULT_DOMAIN is looked up to try to complete the address." And the other thing is that php does not invoke the "mail" command. by default it uses "/usr/lib/sendmail" (that is a symlink to "/usr/sbin/sendmail" - you can edit that in you php.ini. maybe Davide changes the DEFAULT_DOMAIN parameter in that way that a RCPT_TO "root" would become "[EMAIL PROTECTED]". - 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]
