Stephen Liu <[EMAIL PROTECTED]> wrote: > reload postfix. Problem remains.
> # tail /var/log/mail.log > Nov 3 17:06:13 xen03 postfix/postfix-script[1778]: refreshing the > Postfix mail system > Nov 3 17:06:13 xen03 postfix/master[1144]: reload configuration > /etc/postfix > Nov 3 17:07:03 xen03 postfix/smtpd[1785]: fatal: open > /etc/postfix/mysql-alias-maps.cf: No such file or directory > # postconf -n > alias_maps = mysql:/etc/postfix/mysql-aliases.cf That looks straightforward. You had told postfix that the alias_maps file is /etc/postfix/mysql-aliases.cf but that file does not exist. -- Cos
