search for: mymailbox

Displaying 9 results from an estimated 9 matches for "mymailbox".

2016 Apr 09
5
Slow reading of large dovecot-uidlist files
Hi there, (context: I was optimizing Roundcube mailbox list server response, and in that 300-400ms response time, around 170ms is spent on single fgets() call which is waiting IMAP repsonse to "SELECT MyMailbox" command) I straced dovecot and of the whole request/response process, around 30ms is spent for everything else, and overwhelming majority of time (150-170ms) is spent for reading dovecot-uidlist file for given mailbox. I skimmed over src/lib-storage/index/maildir/maildir-uidlist.c and src/s...
2014 May 10
1
One mailbox for multiple extensions with individual greetings
...ension's individual greeting? Use case: someone has 2 numbers and wants all voicemail messages for both numbers to end up in one mailbox. So when dialing 1234 and NOANSWER you would hear "the person at extension 1234 is unavailable" and the message would be stored in mailbox "mymailbox" and when dialing 6789 and NOANSWER you would hear "the person at extension 6789 is unavailable" and that message would also be stored in mailbox "mymailbox". The user then dials an extension to reach mymailbox and hears all messages for both the 1234 and 6789 numbers....
2005 Dec 12
2
How to use arbitrary relationships in Activerecord
How can I ask ActiveRecord to make it''s "has_many" code to work on some arbitrary relationship between two tables? ie neither field is a primary key The situation is that I am writing a Postfix management application and one of the tables to manage is the "alias" table. My primary key in the "mailbox" table is "id", but the alias table is just
2016 Apr 12
2
Slow reading of large dovecot-uidlist files
On 04/10/2016 10:27 AM, Adrian Minta wrote: > It will be nice if the "SELECT MyMailbox" command will be "SELECT > mymailbox LIMIT 100" or something, to get the first files since only the > last messages are shown to the user. SELECTing a mailbox has nothing to do with FETCHing messages, so above does not make much sense. I don't know dovecot's code, but...
2020 Jan 17
0
Sieve puts Reference:-Headers into Vacation-Reply
...leads to the wrong charset being used by (some) MUAs. (Should be utf-8 but the inital mal was ascii only). I think I narrowed the trigger of the bug down to a long Reference: header line. It only happens if the long line is not the first one. In the attached example I sent to the mangled mailbox mymailbox at example.com. The sieve rule triggered is this one ("???" are only there to demonstrate the breaking charset): if true { vacation :days 7 :addresses ["mymailbox at example.com"] text: This is an automated reply; I am away and will not be able to reply to you immediately.I wil...
2015 Feb 16
4
OT: Extracting Subject Lines from IMAP Mailbox
Looking for a command-line way to extract only the Subject lines from my mailbox on my ISP's IMAP server, without actually downloading/modifying the contents of the mailbox. Sort of the remote equivalent of locally doing: $ grep ^Subject /var/spool/mail/mymailbox > subjectlistfile Thanks. -- Tim Evans | 5 Chestnut Court UNIX System Admin Consulting | Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 tkevans at tkevans.com
2015 Feb 16
0
OT: Extracting Subject Lines from IMAP Mailbox
...Mailbox > Looking for a command-line way to extract only the Subject lines from my > mailbox on my ISP's IMAP server, without actually downloading/modifying > the contents of the mailbox. Sort of the remote equivalent of locally > doing: > > $ grep ^Subject /var/spool/mail/mymailbox > subjectlistfile > > Thanks. > -- > Tim Evans | 5 Chestnut Court > UNIX System Admin Consulting | Owings Mills, MD 21117 > http://www.tkevans.com/ | 443-394-3864 > tkevans at tkevans.com > _______________________________________________ > CentOS mailing list...
2009 Nov 09
2
Missing 'mailbox' variable ?
Hi, I'm using Dovecot with LDAP. My users have an home directory and a field named 'mailMessageStore'. Then the full mailbox path is 'homeDirectory/mailMessageStore' In dovecot-ldap.conf i configured as follows : user_filter = (&(objectClass=qmailUser)(cn=%u)) user_attrs = qmailUID=uid,qmailGID=gid,homeDirectory=home,mailMessageStore=mail=maildir:~/%$ Everything is
2016 Apr 12
2
Slow reading of large dovecot-uidlist files
...y that is unaccounted for. You could try to trace Dovecot and see if there are a lot of syscalls when a new connection starts up, e.g. with strace or dtruss. > BTW: I would have thought that the whole process goes like this: > - user logs in, dovecot imap process starts > - "SELECT MyMailbox" is issued for the first time > - dovecot reads uidlist file for that mailbox and caches it along with > timestamp metadata does your mailboxes change without Dovecot? Do you have some script or something like that that causes the mtime of the directory change? If Dovecot thinks an ex...