Postfix Not Sending mail

Hello, My postfix server is not sending mail out, i get these erroe messages in my mail log file.

Any ideas how to fix this?

Jun 19 22:25:53 chief postfix/pickup[4569]: 0C0BD4EC25C9: uid=33 from= Jun 19 22:25:53 chief postfix/proxymap[4587]: warning: mysql:/etc/postfix/mysql-virtual_forwardings.cf is unavailable. unsupported dictionary type: mysql Jun 19 22:25:53 chief postfix/cleanup[4578]: warning: proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf lookup error for "root@mail.themotorpool.org" Jun 19 22:25:53 chief postfix/cleanup[4578]: warning: 0C0BD4EC25C9: virtual_alias_maps map lookup problem for root@mail.themotorpool.org -- deferring delivery

Status: 
Active

Comments

Howdy -- did you setup Postfix to store users in MySQL? It sounds like Postfix has been configured to look for users in a MySQL database, but that there's a problem with the config.

If you don't want Postfix looking for a MySQL-based users, you may want to edit /etc/postfix/main.cf, and remove the section that's telling it to look for "mysql:/etc/postfix/mysql-virtual_forwardings.cf".

If you did want it looking for that config, you may just want to make sure that config file exists, and is spelled correctly.

However, it looks like you're using Virtualmin GPL there. Folks using Virtualmin GPL would want to use the Forums for support. We monitor those, along with lots of wonderful folks from the community. Thanks!

I removed from the man.cf file and I still get the same errors. That file is named correctly and is in the proper location.

Jun 19 23:46:57 chief postfix/pickup[10642]: 33D584EC10A8: uid=33 from= Jun 19 23:46:57 chief postfix/proxymap[9683]: warning: mysql:/etc/postfix/mysql-virtual_email2email.cf is unavailable. unsupported dictionary type: mysql Jun 19 23:46:57 chief postfix/cleanup[12384]: warning: proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf lookup error for "root@mail.themotorpool.org" Jun 19 23:46:57 chief postfix/cleanup[12384]: warning: 33D584EC10A8: virtual_alias_maps map lookup problem for root@mail.themotorpool.org -- deferring delivery

That's not actually the same error, that's referencing a different config file (this time it's "mysql:/etc/postfix/mysql-virtual_email2email.cf").

So you may need to remove it from your main.cf in addition to the other one that you removed.