Dennis Carr:
> Sep 10 14:55:41 bast
> postfix/local[2049]: warning: cannot find alias database owner for
> hash:/var/lib/mailman/data/aliases(0,lock|no_regsub|no_proxy|no_unauth|
> fold_fix|utf8_request): No such file or directory 

Postfix was unable to look up the password file entry for the user
that owns the file /var/lib/mailman/data/aliases, because of some
missing file.

> Sep 10 14:55:41 bast postfix/local
> [2071]: warning: error looking up passwd info for dennisthetiger: No
> such file or directory 

The getpwnam_r()  system library function could not look up
the user dennisthetiger, because of some missing file.

And so on. You have a system configuration problem. There is no
Postfix change that would fix that.

I suggest using strace to find out what file might be missing.
See http://www.postfix.org/DEBUG_README.html. You need to trace
the local daemon.

        Wietse

Reply via email to