Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2938faecdcdd6aae10602171c1ea6637 > files > 416

dovecot-2.2.6-2.1.mga4.x86_64.rpm

---%<-------------------------------------------------------------------------
#!/bin/sh
# Written by Michal Grzedzicki - public domain
# handy script to rename uw-imapd style subscriptions to dovecot

for hdir in `cat /etc/passwd|cut -d: -f6` ; do
    if [ -f "$hdir/.mailboxlist" ]; then
        cp -a "$hdir/.mailboxlist" "$hdir/.subscriptions"
    fi
done
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2013-09-25 04:43)