<quote who="[EMAIL PROTECTED]"> >> [EMAIL PROTECTED] ~]# cd /home/wyonker/mail/mail >> [EMAIL PROTECTED] mail]# sh /etc/cron.daily/mail-expire >> find: /home/aragonx/mail/mail/.Trash: No such file or directory >> find: /home/aragonx/mail/mail/.spam: No such file or directory >> find: /home/aragonx/mail/mail/.mail/Linux/fedora: No such file or >> directory >> find: /home/wyonker/mail/mail/.mail/INBOX.Trash: No such file or >> directory >> find: /home/wyonker/mail/mail/.mail/spam: No such file or directory >> >> Here is a 'ls' of /home/wyonker/mail/mail >> >> [EMAIL PROTECTED] mail]# ls -l >> total 325248 >> -rw------- 1 wyonker wyonker 19877 Mar 1 2005 DCS >> -rw------- 1 wyonker wyonker 0 Apr 3 07:47 expire >> -rw------- 1 wyonker wyonker 1728304 Jan 26 21:09 Humor >> -rw------- 1 wyonker wyonker 700 Mar 1 2005 INBOX.Drafts >> -rw------- 1 wyonker wyonker 156950493 Apr 3 07:35 INBOX.Trash >> -rw------- 1 wyonker wyonker 700 Mar 1 2005 nagios >> -rw------- 1 wyonker wyonker 700 Mar 1 2005 Redhat >> -rw------- 1 wyonker wyonker 36879 Mar 10 15:25 saved >> -rw------- 1 wyonker wyonker 165662924 Apr 2 09:17 sent-mail >> -rw------- 1 wyonker wyonker 1144 Aug 8 2005 sent-mail-oct-2003 >> -rw------- 1 wyonker wyonker 8284863 Apr 3 07:35 spam > > Okay, we're comming closer to the problem source. The script does not find > you > mail directories... I can modify the script, but I need some more > information > about your used IMAP server and your SM configuration setting. Please > provide > your config/config.php (except the "$plugins..." and "$theme..." > parameters). > > If that's not ok for you, provide the settings for "$imap_server_type" and > "$default_sub_of_inox" as a starting point for further debugging.
Here is most of the config.php. Note that I'm using dovecot as my IMAP and my mail is actually in $userdir/mail/mail. Got messed up during one of my upgrades. This server started out as a Redhat 5 box... /** * SquirrelMail Configuration File * Created using the configure script, conf.pl */ global $version; $config_version = '1.4.0'; $config_use_color = 1; <snip...> $imap_server_type = 'uw'; $invert_time = false; $optional_delimiter = 'detect'; $encode_header_key = ''; $default_folder_prefix = 'mail/'; $trash_folder = 'INBOX.Trash'; $sent_folder = 'INBOX.Sent'; $draft_folder = 'INBOX.Drafts'; $default_move_to_trash = true; $default_move_to_sent = true; $default_save_as_draft = true; $show_prefix_option = false; $list_special_folders_first = true; $use_special_folder_color = true; $auto_expunge = true; $default_sub_of_inbox = true; $show_contain_subfolders_option = false; $default_unseen_notify = 2; $default_unseen_type = 1; $auto_create_special = true; $delete_folder = false; $noselect_fix_enable = false; $data_dir = SM_PATH . 'data/'; $attachment_dir = $data_dir; $dir_hash_level = 0; $default_left_size = '150'; $force_username_lowercase = false; $default_use_priority = true; $hide_sm_attributions = false; $default_use_mdn = true; $edit_identity = true; $edit_name = true; $hide_auth_header = false; $allow_thread_sort = true; $allow_server_sort = true; $allow_charset_search = true; $uid_support = true; <snip...> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
