No, thats not it because sendmail works just fine from php or from the command line. My guess is I am missing a configuration file somewhere for cron, but i have been googleing all day to no avail Do you suppose it is possible to install ssmtp as well as xmail simply to handle the sendmail stuff?
-- Dustin C. Hatch http://www.dchweb.com/ Adrian Hicks wrote: >Not sure if the below is any help. > >At some point (not sure whether it was with an RPM package or tarball) I=20 >had to modify the sendmail script because it was pointing to the XMail=20 >sendmail binary in the wrong directory. Edited the sendmail script to=20 >change the path to the XMail binary & things started working properly. > >That was with 1.17 or so. > > >Adrian Hicks > > >On Mon, 7 Feb 2005 05:31 am, Dustin C. Hatch wrote: > > >>Okay, I modified the /usr/bin/sendmail to contain an export >>DEFAULT_DOMAIN statement, modified smtprelay.tab to include 127.0.0.0 >>and 172.16.0.0, changed the crontab from `echo "hi"` to an >>error-producing `ls /asdf` and added [EMAIL PROTECTED] to >>the top it. There is nothing in the lmail logs pertaining to this, so >>cron is still not figuring out what to do with the mail. >>So, are there any more suggestions? >> >>I am still running 1.20 b/c i haven't had a chance to update the ebuild >>Kevin wrote. Do you suppose it will do anything by upgrading? >> >> >>Dustin C. Hatch >>http://www.dchweb.com/ >> >>S=F6nke Ruempler wrote: >> >> >>>On Sunday, February 06, 2005 8:47 PM [GMT+1=3DCET], >>> >>>Dustin C. Hatch <[EMAIL PROTECTED]> wrote: >>> >>> >>>>Someone wrote a modification to the sendmail script that removes the >>>>extra parameters. Here is what I have for /usr/bin/sendmail >>>># nano /usr/bin/sendmail >>>>------------------------------------- >>>>#!/bin/sh >>>> >>>> >>>>if [ -z $MAIL_ROOT ]; then >>>> export MAIL_ROOT=3D/etc/xmail >>>> >>>> >>> export DEFAULT_DOMAIN=3Dyourmaindomain.de >>> >>> >>> >>>>fi >>>> >>>> >>>Just set the DEFAULT_DOMAIN like above. yourmaindomain.de must have a >>>root user or alias. Then it should work. >>> >>>If not, please check LMAIL logs and read the other hints on this >>>thread. :) >>> >>>- >>>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] >>> >>> >>- >>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] >> >>--- >>[This E-mail was scanned for viruses.] >> >> >- >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] > > > > - 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]
