Warning /etc/aliases unavailable

MickyF

Member
Nov 18, 2025
43
11
8
Moin!

Ich bekomme in regelmäßigen Abständen im Syslog des Nodes die folgende Warnungen.
Jan 19 00:51:51 pve01 postfix/local[1998782]: warning: hash:/etc/aliases is unavailable. open database /etc/aliases.db: No such file or directory
Jan 19 00:51:51 pve01 postfix/local[1998782]: warning: hash:/etc/aliases: lookup of 'root' failed
Jan 19 00:51:51 pve01 postfix/local[1998783]: error: open database /etc/aliases.db: No such file or directory
Jan 19 00:51:51 pve01 postfix/local[1998783]: warning: hash:/etc/aliases is unavailable. open database /etc/aliases.db: No such file or directory
Jan 19 00:51:51 pve01 postfix/local[1998783]: warning: hash:/etc/aliases: lookup of 'root' failed
Woher kommen diese und cor allem, wie kannnich es abstellen?

Gruß,
Michael
 
Probier mal newaliases; ls -l /etc/aliases.db. Woher das kommt steht da ja. Postfix.
 
Probier mal newaliases; ls -l /etc/aliases.db. Woher das kommt steht da ja. Postfix.
Da erhalte ich mMn nicht sehr Sinnvolles:
# newaliases; ls -l /etc/aliases.db
-rw-r--r-- 1 root root 12288 Jan 19 11:21 /etc/aliases.db
in /etc existieren:

-rw-r--r-- 1 root root 73 Nov 18 20:04 aliases
-rw-r--r-- 1 root root 12288 Jan 19 11:22 aliases.db
 
Last edited:
Na doch. Die Datei existiert nun und der No such file or directory Fehler sollte daher nicht mehr auftreten.
 
Last edited: