diff options
author | Erich Eckner <git@eckner.net> | 2019-03-13 12:25:31 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-13 12:25:31 +0100 |
commit | b674ecc31be63bb755f2cdce2f927d4bb99cc955 (patch) | |
tree | eef661887f7975641cf774da57e0ec0d59dc12f1 /courier-mta/courier-mta.install | |
parent | 35ac6bd122c9d93be4d8007abac07df61d34d6c0 (diff) | |
download | archlinuxewe-b674ecc31be63bb755f2cdce2f927d4bb99cc955.tar.xz |
courier-mta: do not run set-up steps, but give hints, what to do!
Diffstat (limited to 'courier-mta/courier-mta.install')
-rw-r--r-- | courier-mta/courier-mta.install | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/courier-mta/courier-mta.install b/courier-mta/courier-mta.install index 3254de08b..3782c9b72 100644 --- a/courier-mta/courier-mta.install +++ b/courier-mta/courier-mta.install @@ -3,13 +3,14 @@ post_install() { systemd-tmpfiles --create /usr/lib/tmpfiles.d/courier-mta.conf # perform all the tasks required of a standard Courier install - echo Performing install-configure... - /usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/install-configure-$1.log - echo "...output saved to /etc/courier/install-configure-$1.log" - echo "Don't forget to configure an account to receive postmaster mail" - makealiases - makesmtpaccess - /usr/bin/mkdhparams + echo <<<EOF +To finish the installation, run: +$ /usr/lib/courier/sysconftool /etc/courier/*.dist +$ makealiases +$ makesmtpaccess +$ /usr/bin/mkdhparams +And don't forget to configure an account to receive postmaster mail! +EOF } pre_upgrade() { @@ -19,8 +20,10 @@ pre_upgrade() { } post_upgrade() { - echo Performing install-configure... - /usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/install-configure-$1.log + echo <<<EOF +Please run +$ /usr/lib/courier/sysconftool /etc/courier/*.dist +EOF } pre_remove() { |