hi all,
wondering if anyone has had similar problems or has a solution. i
installed latest version of RC. when sending email in either Safari
or Firefox, i click the send button, the interface says "Loading..."
until it times out. the message is sent, and copied to the "Sent"
mailbox. however, from that point on I can't send any more messages
(after i manually go back to the inbox again) as the send button
stops responding. i'm having trouble finding a fix or even finding
the root of the problem. something is getting stuck.
any suggestions or inquiries welcome.
gabe
On Thu, 17 Nov 2005 12:11:46 -0500, Gabe Schine gabe@schine.net wrote:
hi all,
wondering if anyone has had similar problems or has a solution. i installed latest version of RC. when sending email in either Safari or Firefox, i click the send button, the interface says "Loading..." until it times out. the message is sent, and copied to the "Sent"
Can you look at /var/log/messages (or maillog, or everything/current depending on your OS)?
do a tail -f /var/log/$YOUR_LOGFILE
and see what it says when it freezes. It could be an IMAP issue, or a large directory it's trying to refresh? Do you have any other IMAP client (commandline or web based) that you can try in a similar manner? This is why I have squirrelmail still installed, just so I can verify if it's my problem or RC's.
P
yea, i have IMP installed, and i use Apple Mail. both work just fine.
my largest mailbox is my inbox (about 500k) and it loads just fine.
the RC sendmail log logs every message sent. exim4 has a log entry
that says everything went fine sending the mail.
my apache log shows my first access to the compose page, then, when i
hit send it shows a request for the loading.gif image. then, nothing.
my browser hangs on "Contacting www.myserver.com".
that's all... nothing more to say. IMP can send messages in a
fraction of a second. also using php's internal mail() function.
since the mail is successfully sent (and copied to my Sent folder),
i'm guessing Rcube is doing something right... but then something
wrong, too :).
gabe
On Nov 17, 2005, at 12:25 PM, phil wrote:
On Thu, 17 Nov 2005 12:11:46 -0500, Gabe Schine gabe@schine.net
wrote:hi all,
wondering if anyone has had similar problems or has a solution. i installed latest version of RC. when sending email in either Safari or Firefox, i click the send button, the interface says "Loading..." until it times out. the message is sent, and copied to the "Sent"
Can you look at /var/log/messages (or maillog, or everything/ current depending on your OS)?
do a tail -f /var/log/$YOUR_LOGFILE
and see what it says when it freezes. It could be an IMAP issue,
or a large directory it's trying to refresh? Do you have any other
IMAP client (commandline or web based) that you can try in a
similar manner? This is why I have squirrelmail still installed,
just so I can verify if it's my problem or RC's.P