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�nke Ruempler wrote: >On Sunday, February 06, 2005 8:47 PM [GMT+1=CET], >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=/etc/xmail >> >> > > export DEFAULT_DOMAIN=yourmaindomain.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]
