Hello everybody I had a perfectly working Postfix configuration, but after a server restart something went weird. Postfix claims several users are unknown. It turns out that these are aliases from my virtual_alias_maps file. I have the following in main.cf:
virtual_alias_maps = dbm:/etc/postfix/vmail/alias The file exists and I double postmap'ed it, so I have in the path /etc/postfix/vmail/: -rw-r--r-- 1 root root 10996 2013-11-22 08:45 alias -rw-r--r-- 1 root root 4096 2013-11-22 08:45 alias.dir -rw-r--r-- 1 root root 15360 2013-11-22 08:45 alias.pag Does anybody have an idea what could be wrong? Thanks in advance, Juerg
