Date: Tue, 16 Oct 2007 19:33:14 -0400
From: "Brian N. Smith" <brian (at mark) nuonce.net>
Subject: [coba-e:10906] Re: send mail not processing forwards
To: <coba-e (at mark) bluequartz.org>
Message-Id: <002601c8104c$ec6107c0$1e64a8c0 (at mark) nuonce.net>
References: <bb9e5a970710161411o6659e0atd46dda2d838bad62 (at mark) mail.gmail.com>
X-Mail-Count: 10906
> Hi there, I have a BQ machine that for some reason "seems" to be
> ignoring
> any forwards.
My money is that your using a Strongbolt.
Quick fix.
cd /etc/mail
mv sendmail.mc sendmail.mc-BROKEN
cp /usr/sausalito/configs/sendmail/sendmail.mc .
make
/etc/rc.d/init.d/sendmail stop
killall -9 sendmail
/etc/rc.d/init.d/sendmail start
That will fix you.
Thanks,
Brian