> I know this may be a trivia question, but I simply can't get sendmail to
> work - it keeps complaining about the MAIL_ROOT enviroment varialbe not
> being set...

The way i did it was to change the quellcode:

SendMail.cpp line 365

    char    *pszMailRoot = "/path/to/MailRoot"

and then easily do a new

make -f Makefile.lnx

so you have no trouble with sendmail getting the ENV.

dont forget to do a "chmod u+s sendmail", so that sendmail binary will be
root if executed and can write to the MailRoot if another user (not root)
wants to send email.

i did all this and now the sendmail implementation works great for me.


-
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