Davide Libenzi a écrit :
> 
> On Wed, 13 Mar 2002, Sönke Ruempler wrote:
> 
> > > 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.
> 
> You absolutely do _not_ need to do this. There's a script inside the
> XMail's tarbal that is called sendmail.sh
> You change the MAIL_ROOT there, you move the original sendmail in
> sendmail.orig and you move sendmail.sh in /usr/sbin/sendmail
> 
> - Davide
> 
> -
> 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]

Ok thank you David
-
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