On 2013-03-13 Archangel wrote:
> here's the output of the grep command on mail.log:
> Mar 12 17:13:01 mediaserver postfix/smtpd[12785]: error: open database
> /etc/postfix/filtered_domains.db: No such file or directory

Well, the error message is rather self-explanatory. You advised Postfix
to check a hash table hash:/etc/postfix/filtered_domains, but neglected
to actually create it. You probably just created the text file
/etc/postfix/filtered_domains without converting it to an actual hash
table. Run "postmap /etc/postfix/filtered_domains".

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

Reply via email to