Hi,

Here is the info:
1) SquirrelMail version 1.4.6
2) # php -v
PHP 4.3.4 (cli) (built: Feb 14 2006 01:25:59)
3) register_globals     Off     Off
4) config/config.php:$auto_expunge = true;
5) # cat imapd.conf
configdirectory: /var/lib/imap
partition-default: /var/spool/imap
sievedir: /var/lib/sieve
# admins: cyrus
allowanonymouslogin: no
autocreatequota: 100000
reject8bit: no
quotawarn: 90
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
sasl_pwcheck_method: saslauthd
lmtp_overquota_perm_failure: yes
servername: mail.edu.haifa.ac.il
unixhierarchysep: yes
altnamespace: yes
createonpost: 1
# sieveusehomedir: false

allowplaintext: yes
sasl_mech_list: PLAIN LOGIN
tls_cert_file: /etc/ssl/certs/cert.pem
tls_key_file: /etc/ssl/certs/cert.pem
tls_ca_file: /etc/ssl/certs/cert.pem
tls_ca_path: /etc/ssl/certs

6) # cat cyrus.conf
# standard standalone server implementation

START {
  # do not delete this entry!
  recover       cmd="ctl_cyrusdb -r"
  # this is only necessary if using idled for IMAP IDLE
  idled         cmd="idled"
}
# UNIX sockets start with a slash and are put into /var/lib/imap/socket
SERVICES {
  imap          cmd="imapd" listen="139.75.40.10:imap" prefork=0
  imaplocal     cmd="imapd -C /etc/imapd-local.conf" listen="127.0.0.1:imap" 
prefork=0
  imaps         cmd="imapd -s" listen="139.75.40.10:imaps" prefork=0
  imapslocal    cmd="imapd -C /etc/imapd-local.conf" listen="127.0.0.1:imaps" 
prefork=0
  pop3          cmd="pop3d" listen="pop3" prefork=0
  pop3s         cmd="pop3d -s" listen="pop3s" prefork=0
  sieve         cmd="timsieved" listen="139.75.40.10:sieve" prefork=0
  sievelocal    cmd="timsieved -C /etc/imapd-local.conf 
listen="127.0.0.1:sieve" prefork=0

  # at least one LMTP is required for delivery
  lmtpunix      cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0

  # this is only necessary if using notifications
#  notify       cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" 
prefork=1
}

EVENTS {
  # this is required
  checkpoint    cmd="ctl_cyrusdb -c" period=30

  # this is only necessary if using duplicate delivery suppression
  delprune      cmd="cyr_expire -E 3" at=0400

  # this is only necessary if caching TLS sessions
  tlsprune      cmd="tls_prune" at=0400

  # cleanup      cmd="ipurge -d 30 -f" period=60
}

7) I ran the following script once a day:
su - cyrus -c "/usr/lib/cyrus/bin/squatter -r user"

Any help with deleted messages not disappearing on the display, starting with 
page 2 (i.e. if I deleting the messages on page 2,3...), but only after relogin?


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Kuliavas
Sent: Saturday, April 08, 2006 12:20 PM
To: [email protected]
Subject: Re: [SM-USERS] After deleting the message I can still see it on 
SquirrelMail version 1.4.6

> Hello all,
>
> There is some strange problem, we have with several users on our
> Cyrus-IMAP server.
>
> When I delete message, while this message appears to be not on the first
> page of the INBOX, but on 2,3,.... pages, the message still seems to
> stay(it's not disappeared from the display) in the INBOX until I logout
> and login again to the SquirrelMail interface.
>
> Any solution?

Please provide information about used SquirrelMail and PHP versions,
SquirrelMail auto expunge, server side sorting and threading settings and
PHP register_globals setting.



-------------------------------------------------------
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


-------------------------------------------------------
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&kid0944&bid$1720&dat1642
--
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to