h I'm salivating over the idea).
Thanks
Andre Nicholson
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
This is more of a SquirrelMail-users mailing list question ^^
Webmaster wrote:
However, someone who's account name starts with a capital letter (eg.
Teresa) cannot log in using any method.
Question: Is there a setting that I have missed in imapd.conf, or in
another settings file that will allow pe
> We had a weird instance the other day with a user using Outlook 2000 and IMAP.
>
> The user got a message stating that "Your IMAP server wishes to inform you that you
> are
> at 90% of your quota."
> After the user got this message, their folders started to "magically" disappear.
>
> Patrick Nelson wrote
>> Running Cyrus-IMAP 2.1.15 and just installed squirrel mail. Great
>> everything works... web-cyradm too. But... was... wondering...
>>
>> I'm running with mailbox size quotas and I wanted to display the current
>> utilization that the user has taken up. I wrote a scri
Wait, hold on here. You're making this harder than it has to be.
Make the /client/ use lowercase names --
MySQL:
SELECT LOWER(email_user) FROM some_table;
If it's Web-Cyradm that you want to change just find where it passes the authentication
information off and just alter the application to cha
I run into this problem **all of the time** with my users. What's happening, if you use
a Trash folder, is that the message is first /copied/ to the Trash folder and then if
successful the original message is deleted. Why isn't it just moved?? Is it
SquirrelMail
or Cyrus that's the cause?
Having
I always see alot of people talk about Horde. I once tried installing the thing but
gave
up after a few hours of reading documentation and installation instructions.
I'm using SquirrelMail on my own servers plus all of my company's client's servers.
Works flawlessly with Cyrus, at least it has wi
If you'd like not to switch users and remain as root:
sudo -u cyrus /usr/cyrus/bin/quota
or possibly:
su cyrus; quota; exit
Haven't tried this one, the first example works.
> Hello,
>
> I think I know why the script do not want to work.
> There is a problem with running quota file (/usr/cyrus/bi
Here is a *very* crude script to create mailboxes. You *must* check for errors before
creating the actual mailbox, but that's beyond the scope of this example.
This is the basic script that I'm using on my site and it's working. I would really
like
to see some other examples though to see if I di