similar to: Few questions

Displaying 20 results from an estimated 200 matches similar to: "Few questions"

2005 Jul 14
3
Very slow select() command on large mailboxes
Hi, I'm trying to decide if I could use you mail server in our enviroment which has about 10k users and mailboxes size about ~1GB. So I made a few tests and it all worked quite fast, except that select command on large mailboxes. The first time I select a mailbox which has 10k messages it takes about 4s to process. I am deliberately trying this on a Celeron 850Mhz, 512 MB memory and some
2005 Jul 23
1
Plugin development
Hi, I have a few questions regarding copy and save_finish methods. How can I get a filename or processing mail from the parameters you get in that methods? How could I use the logger you use for dovecot inside my plugin? Thanks, Sebastjan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Nov 18
1
How to disable keywords?
Hi, is there a quick way to disable keyword feature in dovecot? Thanks, Sebastjan
2005 Dec 15
1
Variable '%r' doesn't transfomr in Postgres query
Hi, i'm using postgres for authorization. When I switched from a4 to a5 authorization stoped working. Query in conf file for postgres looks like this: password_query = select password from auth('%u','%r'); But in logs, the transformed query looks like this: Performing query: select password from auth('test','%r'); Looks like you don't transform that
2005 Jul 22
2
Update notifier
Hi, I'm trying to add a code in dovecot that will notify my services when a message is updated/added/moved/copied. I checked dovecot code a bit and mail-storage.c seems to be a nice place for tracking but I'm not sure if I can track all changes there. Does anyone have any experience with this topic or ideas? Thanks, Sebastjan -------------- next part -------------- An HTML
2005 Aug 14
1
Authentication based on client host
Hi, I am wondering if it's possible to authenticate users that come from specific IP differently then other users. I will be authenticating them by postgresql so something like this would be very useful: password_query = SELECT password from get_user('%username','%host') Is that possible? Can it be done any other way? Thanks, Sebastjan
2005 Aug 06
1
Copying keyworded messages kills IMAP process(test78)
Hi, when I try to copy/move messages with keywords, IMAP process dies: dovecot: Jul 24 23:49:47 Info: imap-login: Login: user=<seba>, method=PLAIN, rip=192.168.0.192 <http://192.168.0.192>, lip=192.168.0.188<http://192.168.0.188> dovecot: Jul 24 23:49:47 Info: IMAP(seba): Effective uid=1000, gid=100 dovecot: Jul 24 23:49:47 Info: IMAP(seba): maildir: data=/home/seba/Maildir
2005 Aug 20
1
Authentication with encrypted passwords
Hello, I have a postgresql database which contains users that will access dovecot, but their passwords are hashed and I don't have them in plain text. I was reading documentation that you can add tell dovecot which password scheme should it use. For example: password_query = "select '{MD5}'||password from users where userid=%u" Which would mean that dovecot will hash the
2005 Sep 14
1
Local authentication without password
Hi, is it possible to configure dovecot so that users from a specific IP (let's say 127.0.0.1) don't have to send password? They would be authenticated no matter if passwords match or not. Thanks, Sebastjan
2006 Jan 14
1
[BUG] Thread command
Hi, while implementing thread support in our mail application I found a bug which kills IMAP(alpha5, SUSE 10) process... These are the commands: x OK Logged in. x select INBOX * FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk $Forwarded Spam) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk $Forwarded Spam \*)] Flags permitted. * 2280 EXISTS * 1 RECENT *
2005 Aug 22
1
per user quota with lda
Hi List Anybody could tell me how to set per-user quota with dovecot-lda? Thank in advance.
2002 Dec 07
2
Filename character translation
Hi, I came across the problem with rsync-2.5.5 on Cygwin/Win2K while rsyncing with filenames which have 'strange' (non latin-1) characters in filenames. The problem is that filenames on Windows system are coded (in our case) in codepage 852, while server (Linux system) has filename coding according to ISO-8859-2. This two are not fully compatible, causing rsync to simply skip copying some
2007 Dec 18
2
Enabling Profiles
HI there guys. Sorry for disturbing you with a very basic question, log time ago, searching in the archives I found that profiles can be enabled or disabled for everyone, and that cannot be enabled for a gorup of users or a specific user. I read the how-tos, they explain very well how to manage them, but could not find that doubt, nor even I could not find that thread in the arvhives. Can some
2008 May 05
2
Add permission? (was How to create a write-only share?)
Need your help! I'm very confised and tired, tried a lot of variants but still at the start, even lost all understanding how the permissions and masks works. Please write me a config for the following case: There is a directory: '/home/shared/door', owned by 'michael:office' shared via samba as '[door]' How can I configure the FS and samba to let 'michael'
2003 Aug 15
2
Samba 3.3.0.obeta3, Redhat 9.0, Win2k ADS integration
My goal here is to add my Redhat 9.0 box to the domain and authenticate to the ADS Win2K domain from my Redhat 9.0 box. I have read the user gorup archives,man pages, for smb.conf and winbind, and I have read Head/3.0 documentation, specifically this part is where I started: http://us3.samba.org/samba/devel/docs/html/Samba-HOWTO-Collection.html#ads-member The docs are sadly not complete....
2005 May 27
0
Trusted Domain Gorups
Hey all, I have posted this question before but never seem to get a response: I was wondering if anyone can help me with the question of groups and trusted domains. We have the setup of 2 AD Domains running in native 2003 (I don't know the specific trust setup as I am not the Admin for the windows side) Dom1 Dom2 I have the following working: Log in to solaris, linux
2012 Jan 13
0
Help with t student test
Dear all, I've the following data.frame GENDER MEASURE01 MEASURE02 MEASURE03 MEASURE04 MEASURE05 MEASURE06 R. Rafuse MALE 9 1 6 8 1 2 T. Leiker MALE 6 7 1
2006 Mar 18
3
Message Filenames
Is there anyway to get a message's filename through the imap server? I've been developing a program for awhile and just switched to dovecot from courier. Courier had a file that for every line was like: <message uid> <message filename> Is there anway to get this information out of dovecot? -Charlie
2006 Jan 22
4
1.0.beta2 released
I had originally thought that I'd do a complete audit of the Dovecot's sources this weekend, but looks like I didn't. Hopefully I've been writing good enough code that the "1000 EUR for security hole" offer lasts for a long time. :) This release should fix the SSL parameter regeneration problem. There were two changes that were needed to fix it, but I had forgotten the
2005 Oct 20
2
1.0.alpha4 released
The actual alpha4 release this time. With a few changes since the pre-release. The important changes again: - Default lock_method changed to flock instead of the old fcntl. Solaris users will need to set it back to fcntl. This makes sure that Dovecot's indexes aren't accidentally used with NFS. - IMAP: We might have sent extra EXPUNGE messages when output buffer got full. This could