These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for your system is not ready for use by Virtualmin on the new forum.
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.
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
Hey andreychek! Thanks for your tip, you save my life!!!
Regards
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