Displaying 20 results from an estimated 10000 matches similar to: "Downgrade dovecot if required"
2019 May 17
3
Find last day of login
I am using dovecot virtual maildir accounts. Is it possible to find last
day of login for an account by checking the last modification time of
the maildir files?
Lefteris
2020 Mar 30
1
Query change mdbox_rotate_size & mdbox_rotate_interval after sometime
Hello All,
If I change the mdbox_rotate_size to 100 MB & mdbox_rotate_interval
to say 3 days after a year of usage what would be the impact on
existing mails and new mails?
Thanks/DP
2020 Apr 06
2
doveadm backup from gmail with imapc
On Wed, 1 Apr 2020 at 10:32, Ben Mulvihill <ben.mulvihill at gmail.com> wrote:
>
> Hello again,
>
> I am still stuck I'm afraid.
>
> I now have doveadm backup working perfectly from
> a small gmail mailbox (a few hundred messages), but
> when I try the same configuration (apart from usernames
> and passwords obviously) with a large gmail mailbox
> (around
2010 May 11
2
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
Hello,
we are currently working on my project that aims at improving the register
allocation scheme by identifying if the interference graphs are chordal or
not.
we are working on the llvm compiler .we are forcing the compiler to use
PBQP register allocation scheme by an option of ' ' regalloc=pbqp ' during
the execution of prgm. we have been succesfull in accessing the interference
2018 Apr 01
2
domain email autoconfiguration
Hello,
If anyone has autoconfiguration going with their email domain please
email me privately. I'd like to ask you some questions about your
setup. What do you use?
Thanks.
Dave.
2018 Apr 05
1
GFS2 writes extremely slow
Hello all,
We are facing extremely slow GFS2 issues in Redhat 7 64 bit. Backend is 16 Gbps FC SAN so no issues there.
I have scoured the entire (anyways most of the) Internet and arrived at the following settings.
mmap_disable = yes
mail_fsync = always
mail_nfs_storage = yes
mail_nfs_index = yes
mmap_disable = yes
lock_method = fcntl
Did a systemctl restart dovecot and did not find any major
2010 Dec 28
14
cerating multiple cjeck boxes using array
i have a registration form ,i want to store data in corresponding user
table in that hobbies field
,i want to store all hobbies in one column so i take multiple check
boxes and store in one array
all checked values for that i am using below tag,but not working,please
any suggestion
<%= check_box(:user ,:hobbies,:value =>''Games'') %>Games
<%= check_box :user ,
2018 Dec 16
5
ssh_dh?
Don't know if this was corrected in 2.3.4 (haven't upgraded yet but
didn't see it in the notes) - but in 2.3.3 I see this in my log:
imap-login: Error: Diffie-Hellman key exchange requested, but no DH
parameters provided. Set ssh_dh=</path/to/dh.pem
So...either there's an undocumented feature of SSH-over-IMAP (that's
Dovecot - always on the cutting edge!) or someone had
2018 Apr 09
2
SIS and Filesystem level backups (was just Re: Filesystem level backups?)
On 4/9/2018, 11:34:40 AM, Ivan Warren <ivan at vmfacility.fr> wrote:
> Le 4/9/2018 ? 4:56 PM, DurgaPrasad - DatasoftComnet a ?crit?:
>> Does doveadm backup backup the attachments as well when using SIS?
> As far as I know, it does (it de-shares shared attachments)
>
> I've used that solution to stop using SIS at one point (it created
> more problems than it solved
2018 Nov 15
3
Mail slowed down to a crawl...
Been moving along just fine for a couple years now, then in the last two days, email has slowed to a crawl.
Retrieving email via IMAP is very slow, progress bar in the mail client shows that it is downloading messages almost constantly, like it never closes the connection, or it?s getting the messages very slowly. The server that dovecot/postfix is on has also bogged down to a crawl.
The
2010 Feb 25
4
different types graphs
>library(RODBC)
>ch<- odbcConnect("durga")
> sqlQuery(ch, paste("SELECT * from emp"))
>sqlQuery(ch, ("SELECT * from xyz"))
store revenue year_y
1 bigbazar 787875 2008
2 more 87876 2008
plot(revenue ~ year_y, data=xyz, pch=16)
can i get any diffrent types of graphs like pie charts, bar
2010 Dec 09
2
[LLVMdev] Info required
Hi All,
I am a new joiner in this group and would like to work on some projects. Can
you please let me the process for the same?
Regards,
Prakash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101209/dc65bf10/attachment.html>
2019 May 18
1
Find last day of login
Or you can use last_login plugin, bundled with dovecot.
https://wiki.dovecot.org/Plugins/LastLogin
Aki
> On 18 May 2019 19:43 Durga Prasad Malyala via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi
> You may find some Plugins if you use a front-end like round cube.
> I recall seeing a field in the postfix MySQL database.
> I'm not sure on Maildirs since mails
2020 Apr 08
0
doveadm backup from gmail with imapc
On Mon, 2020-04-06 at 23:25 +0530, Durga Prasad Malyala wrote:
> On Wed, 1 Apr 2020 at 10:32, Ben Mulvihill <ben.mulvihill at gmail.com>
> wrote:
> >
> >?
> Hi,??Wouldn't a software like imapsync be a better tool here?
> Rgds/DP
Thanks for the suggestion. I think my next step will be to investigate
imapsync, or maybe isync, which also looks promising.
That
2010 May 12
0
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
Hi Prasad,
The comments at the beginning of RegAllocPBQP.cpp list the two most relevant
papers for PBQP register allocation.
// (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation
with
// PBQP. In Proceedings of the 7th Joint Modular Languages Conference
// (JMLC'06). LNCS, vol. 4228. Springer, New York, NY, USA. 346-361.
//
// (2) Scholz, B., Eckstein, E.
2010 Dec 09
0
[LLVMdev] Info required
On Dec 9, 2010, at 5:38 AM, Satya Prakash Prasad wrote:
> Hi All,
>
> I am a new joiner in this group and would like to work on some projects. Can you please let me the process for the same?
http://llvm.org/docs/GettingStarted.html
http://llvm.org/OpenProjects.html
http://llvm.org/docs/CodingStandards.html
and other docs at http://llvm.org/docs/
-
Devang
-------------- next part
2018 Nov 24
1
v2.3.4 released
On 24 Nov 2018, at 8.33, Odhiambo Washington <odhiambo at gmail.com> wrote:
>
>
> I installed 2.3.4 and just used it with the config files for 2.3.3 without changing anything in the configuration.
> I then realized that the LDA was throwing errors.
>
> 2018-11-24 00:02:51 1gQIaw-000AZS-Bc </var/spool/virtual/crownkenya.com/john.doe/Maildir
2009 Jul 31
43
Error: uninitialized constant MysqlCompat::MysqlRes
Hi,
I installed the "kwatch-mysql-ruby" gem on my Debian server but when I
try to run the "db:migrate" task I get the following error:
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant MysqlCompat::MysqlRes
2009 Sep 12
5
undefined method `^' for "d":String
Hi guys.
I''m a freshman on Rails (and Ruby) so I''m sorry if my question is
pretty basic, and possible has a vary basic answer. I tried to Google
this problem, but a couple of hour after and no solution found, I
decided to ask for help here.
I have installed ruby 1.9.1p243, Rails 2.3.4, Gem 1.3.5, SQLite
version 3.6.18 (I think this is all that it''s needed).
I´m reading
2010 Jan 19
1
How I installed ovirt on fc 12
Hi,
I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work.
1. Installation from rpms builded from the lastest git version
2. Patch ace : missing backslashes in sed commands
vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp
line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88'
single_exec {"set_kdc_defaults":