Hello,
I recently installed ApisCP. I have not recieved any emails on the email address configured. i.e. emails about changes / updates / website created / app installed etc.
Mail will be sent to the address assigned to the account (siteinfo,email parameter). Mail to the appliance administrator is sent to whatever is set for that admin, (cpcmd common:get-email to get. cpcmd common:set-email user@domain to set).
You can fire off a test email using cpcmd misc:notify-installed xyz. Take a look at /var/log/maillog, that’ll provide further information as to deliverability. If the network has poor reputation, then relaying through a smart host would be necessary.
cpcmd scope:list. This mirrors what’s available in the UI under Configuration. Information per-scope is available through cpcmd scope:info.
cpcmd misc:l reports all commands available to specific role. cpcmd misc:i module:command will provide inline documentation.
It’s advisable to set postfix_custom_config to avoid these values being overwritten in the future. For sender_canonical_classes and sender_canonical_maps, be sure you’re appending rather than overwriting as these have special meaning with SRS.
You can verify the changes by running upcp -vsb mail/configure-postfix; the process should be idempotent if configured correctly.