aliases error

2008-07-16 Thread sgmayo
My server showed this message about 3 times.  I don't know if it is a
problem or not, but was just wondering if anyone else knew what it was.  I
came into work this morning to see it up on the screen.  I can just hit a
key and keep working, but wanted to make sure there is not a problem.  I
did run 'newaliases' just to see if that will fix anything.

Here is the error that it gives:

SYSERR(root): Cannot open hash database /etc/mail/aliases.db:
Inappropriate file type or format

-- 
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669  FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: aliases error

2008-07-16 Thread Polytropon
On Wed, 16 Jul 2008 07:13:58 -0500 (CDT), [EMAIL PROTECTED] wrote:
 Here is the error that it gives:
 
 SYSERR(root): Cannot open hash database /etc/mail/aliases.db:
 Inappropriate file type or format

I think you're using sendmail. Maybe this will help you:

# cd /etc/mail
# make aliases

This should (re)create /etc/mail/aliases.db from the aliases file
correctly.

-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]