Skip to main content

Posts

Acer Iconia Tab A100 with ICS 4.0.3

Acer has begun to roll out ICS for its Iconia A100. I got a cheap (perhaps display unit) from the US at around US$200 about half a year ago. Absolutely happy with it. Now with ICS, it is even better. If you can't wait for its official rollout, google the relevant terms (at XDA) and download the ROMs there. The version I originally downloaded was v1.012. I subsequently overwrote it with v1.014 and everything is good.

Ubuntu - Courier-IMAP max connections

The maximum connections by default is 40 which is not enough in a small office who are using Thunderbird (as by default a Thunderbird client will occupy 5 connections) 8 accounts will occupy all. It is possible to edit the following parameters and settings to a larger value. MAXDAEMONS=40 MAXPERIP=40   Under Ubuntu, the settings can be found at /etc/courier/imapd. Remember to restart the service to activate the new settings.

Scrolling on touch devices

CSS overflow:auto and mouse / scroll events do not work as you expected on desktop browsers. - Safari Web Content Guide: Handling Events - Chris-Barr.com :: Scrolling a overflow:auto; element on a touch screen device - @ Design Time: Div Overflow and iPhone Browsing A workaround is to use touch events.

Restart email processes

To restart Qmail POP3, SEND and SMTPD processes: CODE qmailctl stop killall qmail-pop3d killall qmail-send killall qmail-smtpd qmailctl start To restart Courier IMAP process: CODE /etc/init.d/courier-imap stop /etc/init.d/courier-imap start If failed, kill the process: kill -9 qmail-send  qmailctl start

AWStats for Qmail

http://awstats.sourceforge.net/docs/awstat...s_faq.html#MAIL For LogFile, set the following instead (see also http://webui.sourcelabs.com/qmail/mail/use...BAwstats.meta): CODE LogFile="find /var/log/qmail/qmail-send/ -mmin -1440 -name "\@*" | xargs cat | tai64nlocal | perl /usr/share/doc/awstats/examples/maillogconvert.pl standard |"