June 19, 2007
How to make Windows use CUPS IPP
This worked really well to get Windows Server 2003 to use a HP Laserjet printer local to a Ubuntu feisty machine. My OSX machine saw it right away once I turned on the printer sharing on in CUPS. Windows took a little more trickery.
Powered by ScribeFire.
Leave a Comment » |
OSX, Windows Server, networking, ubuntu |
Permalink
Posted by Pat McKay
June 16, 2007
Problems with the IMAP Cache can cause messages not to appear or other mailbox weirdness. I had this happen with several of our local users after an accidental power disruption.
Scalix Community Forums :: View topic – SWA doesn’t show “new” mails
Follow the steps below to clear IMAP cache:
1. make sure the user is logged out, i.e.
should not show any more sessions for any user.
2. determine the user folder directory, i.e.
| Code: |
| omshowu -n <lastname> -f |
Note: <lastname> should be the lastname of the user in question.
3. Go there (the so-called g-directory of the user)
| Code: |
| cd /var/opt/scalix/??/s/user/????????/ |
4. This should have a subdirectory called imap-cache. delete that:
5. Restart IMAP service:
omoff -d 0 -a IMAP & omon IMAP
6. Try accessing the user’s mailbox using IMAP again.
Powered by ScribeFire.
Leave a Comment » |
scalix |
Permalink
Posted by Pat McKay