X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/21214675c318cfb06828d0a534d437549759fa85..c2879786eb164e7e1521f06ba8c6e0dd0a313d45:/gen/postoffice.sh diff --git a/gen/postoffice.sh b/gen/postoffice.sh index eb8bc2ea..c6078cdf 100644 --- a/gen/postoffice.sh +++ b/gen/postoffice.sh @@ -76,10 +76,6 @@ if [ $? != 0 ]; then exit ${MR_NOCRED} fi -if [ -r {$IMAP_MBOXES} ]; then - egrep "\..*\." ${IMAP_CONFIG}/mailboxes >> ${IMAP_MBOXES} -fi - sort -o ${IMAP_MBOXES} ${IMAP_MBOXES} @@ -106,7 +102,7 @@ cp ${IMAP_CONFIG}/mailboxes ${IMAP_CONFIG}/mailboxes.save LD_LIBRARY_PATH=/usr/local/tcl/lib export LD_LIBRARY_PATH -${IMAP_BIN}/cyradm -file ${IMAP_BIN}/sync.cyradm sync -d +${IMAP_BIN}/sync.pl if [ $? != 0 ]; then exit ${MR_MKCRED} fi