From 4f00b3491030adbecd67e711d0e42d51dffac4c0 Mon Sep 17 00:00:00 2001 From: bigmike160 Date: Tue, 23 Oct 2007 00:04:31 +0000 Subject: [PATCH] create-user: Comment out the extra checks for shared spam dirs They really aren't needed after all -- Courier automatically creates new ones anyway, provided the info in shared-maildirs is correct. --- apache-sync-logs | 2 +- create-user | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apache-sync-logs b/apache-sync-logs index 7c1f81e..7937d2f 100755 --- a/apache-sync-logs +++ b/apache-sync-logs @@ -20,7 +20,7 @@ for A in $(find $LOCAL_LOG_DIR/user -mindepth 3 -maxdepth 3 -print); do USER=`basename $A` PATHBITS=`echo $USER | head -c 1`/`echo $USER | head -c 2`/$USER LOG_SRC=$A/apache/log - LOG_DEST=$AFS_USER_DIR/$PATHBITS/logs/apache/ + LOG_DEST=$AFS_USER_DIR/$PATHBITS/.logs/apache/ TMP_DEST=$LOG_SRC.tmp if [ "$VERBOSE" = "true" ]; then diff --git a/create-user b/create-user index d374f35..c6feb4c 100755 --- a/create-user +++ b/create-user @@ -221,23 +221,23 @@ if test -f $HOMEPATH/Maildir/shared-maildirs; then # This does not yet seem to be needed, and it triggers an AFS issue, # so I've commented it out --mwolson. # -NOTIFY=no -for dir in $HOMEPATH/Maildir/shared-folders/SpamAssassin/*; do - if ! test -d $dir; then - NOTIFY=yes - else - dest=/var/local/lib/spamd/Maildir/.$(basename $dir) - if test "$(readlink $dir/shared)" != "$dest"; then - ln -sf $dest $dir/shared - fi - fi -done -if test $NOTIFY = yes; then - # This is probably going overboard, but oh well - echo "$USER needs assistance on their shared spam dir" | \ - pagsh -c mail -s "[create-user] $USER needs assistance" \ - -e -a "From: admins@deleuze.hcoop.net" mwolson_admin -fi +# NOTIFY=no +# for dir in $HOMEPATH/Maildir/shared-folders/SpamAssassin/*; do +# if ! test -d $dir; then +# NOTIFY=yes +# else +# dest=/var/local/lib/spamd/Maildir/.$(basename $dir) +# if test "$(readlink $dir/shared)" != "$dest"; then +# ln -sf $dest $dir/shared +# fi +# fi +# done +# if test $NOTIFY = yes; then +# # This is probably going overboard, but oh well +# echo "$USER needs assistance on their shared spam dir" | \ +# pagsh -c mail -s "[create-user] $USER needs assistance" \ +# -e -a "From: admins@deleuze.hcoop.net" mwolson_admin +# fi else maildirmake --add SpamAssassin=/var/local/lib/spamd/Maildir \ -- 2.20.1