your system is not ready for use by Virtualmin

4 posts / 0 new
Last post
#1 Sat, 05/08/2010 - 13:57
webjay

your system is not ready for use by Virtualmin

I've changed my Postfix main.cf to be virtual for hostname and now I see this when "Recheck Config":

The status of your system is being checked to ensure that all enabled features are available, that the mail server is properly configured, and that quotas are active .. No sender canonical map file for outgoing addresses was found in your Postfix configuration. You should either add the appropriate map to Postfix, or disable this feature in Virtualmin's module config page.

.. your system is not ready for use by Virtualmin. Should I worry and fix something?

Postfix seems fine.

Sat, 05/08/2010 - 21:54
andreychek

No sender canonical map file for outgoing addresses was found in your Postfix configuration.

Sounds like a feature is enabled in Virtualmin, but the corresponding config is not present in Postfix.

You can fix that by adding this line to your /etc/postfix/main.cf file:

sender_canonical_maps = hash:/etc/postfix/canonical

And then type this:

touch /etc/postfix/canonical
postmap /etc/postfix/canonical
/etc/init.d/postfix restart

After that, try the Re-Check Config, and see if that does the trick.

-Eric

Sun, 04/24/2011 - 04:00
munix

Hey andreychek! Thanks for your tip, you save my life!!!

Regards

Wed, 03/11/2015 - 05:42
siteXmedia

Worked for me too after I got the following message

Failed to create virtual server : No outgoing address mapping file (sender_canonical_maps) was found in your Postfix configuration!

Thanks

Topic locked