[Exim] exim_dbmbuild segfaults

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Kirill Miazine
Datum:  
To: exim-users
Betreff: [Exim] exim_dbmbuild segfaults
Hello.

A small problem with exim_dbmbuild:

/etc/exim# ls -al
total 10
drwxrwx--x   3 root  postmaster   512 Feb 23 01:09 .
drwxr-xr-x  18 root  wheel       2048 Feb 23 01:06 ..
-rw-r--r--   1 root  wheel         83 Feb 23 01:07 Makefile
-rw-rw-r--   1 root  postmaster     0 Feb 23 01:09 aliases
drwxrwx--x   2 root  postmaster   512 Feb 23 01:09 db
-rw-rw-r--   1 root  postmaster     0 Feb 23 01:08 host_reject
-rw-rw-r--   1 root  postmaster     0 Feb 23 01:08 local_domains
-rw-rw-r--   1 root  postmaster     0 Feb 23 01:08 relay_domains
-rw-rw-r--   1 root  postmaster     0 Feb 23 01:08 sender_reject
-rw-rw-r--   1 root  postmaster     0 Feb 23 01:08 virtual_aliases


Makefile does following:
for file in aliases *_*;do /local/exim/exim_dbmbuild $file db/$file;done

/etc/exim# setuidgid km make
Can't access current directory
Segmentation fault

km is in the postmaster group and it's obviously setuidgid that don't set
up all groups. But that's not the problem, the real problem is that
exim_dbmbuild segfaults...

--
Kirill