On Feb 11, 2008 8:55 AM, Jay Hart <[EMAIL PROTECTED]> wrote: > Regardless, I can't seem to get mail forwarding working. The two main openbsd > books say all I need to do is create a .forwarding file and give the name of > the email address to forward to, but for two months not one email was > forwarded.
You have a choice echo [EMAIL PROTECTED] >> ~root/.forward or add an entry to /etc/mail/aliases: root: [EMAIL PROTECTED] and then run "newaliases" CK -- GDB has a 'break' feature; why doesn't it have 'fix' too?