Oct 2 10:01:46 unix-web01 sendmail[28790]: f9281kM28790: SYSERR(nobody): Cannot open hash database /etc/aliases.db: Inappropriate file type or format
It is a regular alias file which is created with the newaliases function. Has anyone had this before ??
Marc
--
http://www.ymondhc.com
-
To unsubscribe, send mail to majo...@postfix.org with content
(not subject): unsubscribe postfix-users
This is not Postfix, but sendmail (the REAL sendmail).
--
ralf.hil...@innominate.com innominate AG
Technical Consultant Don't be afraid of what you see -
Diplom-Informatiker be afraid of what you don't see!
tel: +49.(0)7000.POSTFIX fax: +49.(0)30.308806-77
> > I reinstalled postfix on my freebsd 4.3 release machine as my
> > sendmail was suddenly pretty fu#$@^.But now I have a strange problem
> > when mailing to local users.
> >
> > Oct 2 10:01:46 unix-web01 sendmail[28790]: f9281kM28790:
> > SYSERR(nobody): Cannot open hash database /etc/aliases.db:
> > Inappropriate file type or format
>
> This is not Postfix, but sendmail (the REAL sendmail).
did you install from ports? did you run 'make replace' or else link
'/usr/sbin/sendmail' to postfix's 'sendmail'?
w
--
GPG Public Key:
http://infinitejazz.net/will/pgp/
> > > This is not Postfix, but sendmail (the REAL sendmail).
> > did you install from ports? did you run 'make replace' or else link
> > '/usr/sbin/sendmail' to postfix's 'sendmail'?
> I did install from the ports and I did a make replace, before I did
> that I deleted all old sendmail stuff including all the
> binaries....very weird.
[probably better to reply on list in case someone else knows something i
don't - in my case, there's a high liklihood of this]
what happens if you do:
% strings `which sendmail` |grep -i postfix
does this return any output?
perhaps the sendmail proc is still running? did you kill it before
running make replace and removing the binaries? what's the output of 'ps
auxwwwwww |grep sendmail'
the Postfix sendmail command has set-uid root file permissions
the Postfix sendmail command must be installed without set-uid root file permissions
postfix
/usr/local/etc/postfix
Postfix-20010228-pl01
/var/spool/postfix
/usr/local/usr/libexec/postfix
postfix
Postfix
postfix/%s
And no sendmail is not running anymore..else I wouldn't be able to start postfix on the same port or would I.
Would a reboot or reinstall be a good idea ??
Marc van Duivenvoorde
> And no sendmail is not running anymore..else I wouldn't be able to
> start postfix on the same port or would I.
Depends on whether the real sendmail is started using -bd or not...
> Would a reboot or reinstall be a good idea ??
A bit harsh if you ask me.
Try restarting syslogd & then postfix stop && postfix start
--
ralf.hil...@innominate.com innominate AG
Technical Consultant Don't be afraid of what you see -
Diplom-Informatiker be afraid of what you don't see!
tel: +49.(0)7000.POSTFIX fax: +49.(0)30.308806-77
-
I'll go and check the neomail config now.
Marc van Duivenvoorde