Displaying 6 results from an estimated 6 matches for "terramar".
2016 Feb 07
6
autoexpunge - different settings for different users
I have some users where I'd like to expunge their mail at different times.
For example, I may have some users who I want to expunge everything from every folder at 30 days.
Others where I'd like to expunge everything at 90 days.
And still others where I only want to expunge mail from the Trash and Junk folders, and nowhere else.
Is there a way to do some sort of lookup for this? Or
2016 Feb 08
2
autoexpunge - different settings for different users
> On Feb 7, 2016, at 10:59 AM, Timo Sirainen <tss at iki.fi> wrote:
>> On 07 Feb 2016, at 04:50, Tom Johnson <tj at terramar.net> wrote:
>>
>> I have some users where I'd like to expunge their mail at different times.
>> ....
>> ....
>> Is there a way to do some sort of lookup for this? Or is this beyond the ability of the autoexpunge feature? Should I just use a cron job and use &...
2004 Dec 10
7
Ripping CD audio for MOH
Hello-
I've got some audio CDs that I'd like to use for MOH.
What's the best way to do this? I don't care if it's mp3 or some other
format - whatever will work best.
What applications (osx or linux) are best? Optimal settings?
Thanks-
Tom
2014 May 07
1
Can Auth dict proxy protocol be used to validate a password?
I'm interested in using authentication via a UNIX socket as documented at http://wiki2.dovecot.org/AuthDatabase/Dict.
(We are currently using a checkpassword script to enable us to authenticate against a django app that stores passwords in pbkdf2 format, but I'm concerned about scalability as we grow - specifically the comment about performance on
2004 Dec 15
0
Can Directory app read extension numbers?
I'm using Directory, but it would be nice if, after playing a mailboxes
recorded name, it repeated the extension as well.
For example, somebody enters the directory, and types the first three
letters of the last name: BRO
The directory app would play the recorded name "Charlie Brown", and then
Allison's voice would kick in and say "Extension 123" so callers could
2014 Mar 21
1
Dovecot/Django authentication
We've got an application in django that has passwords stored in both sha1 and pbkdf2_sha256 form. We need dovecot to be able to authenticate against the django database (we can't modify django to store passwords in dovecot's form, I'm afraid).
Has anyone done a dovecot authentication plugin to support these password forms (and/or any other forms that django supports)?
Thanks-