X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdebian%2Fcitadel-server.postinst;h=b07a655f510f3b1ee2325b94d1c579d5358104c9;hp=b5227a4c2bf149b7efe2c3d15043aada8fa5f8f6;hb=ccf70a1258a8cbb81b66e0e1cea7b5049a8efa07;hpb=8179fa6e60da83d53435ed943d15a3eddb3a0d5f diff --git a/citadel/debian/citadel-server.postinst b/citadel/debian/citadel-server.postinst index b5227a4c2..b07a655f5 100644 --- a/citadel/debian/citadel-server.postinst +++ b/citadel/debian/citadel-server.postinst @@ -52,10 +52,8 @@ case "$1" in echo -n "applying your settings.... " /usr/lib/citadel-server/setup -q echo "done" - # we're in a fresh install, so we send the welcome message. + # this is a new installation if test -z "$2"; then - echo "migrating mail aliases from other mailers" - /usr/lib/citadel-server/migrate_aliases.sh /etc/citadel/mail.aliases i=0; while test ! -S /var/run/citadel/lmtp.socket -a "$i" -lt "10"; do sleep 1