similar to: dovecot permission problems

Displaying 20 results from an estimated 1000 matches similar to: "dovecot permission problems"

2013 Nov 29
1
Self heal problem
Hi, I have a glusterfs volume replicated on three nodes. I am planing to use the volume as storage for vMware ESXi machines using NFS. The reason for using tree nodes is to be able to configure Quorum and avoid split-brains. However, during my initial testing when intentionally and gracefully restart the node "ned", a split-brain/self-heal error occurred. The log on "todd"
2007 Feb 13
0
Research Position Statistical Computing in Biostatistics
X-Mailer: VM 7.17 under 21.4 (patch 18) "Social Property" XEmacs Lucid FCC: ~/mail/sent-mail From: Jan.Beyersmann at fdm.uni-freiburg.de --text follows this line-- hi everyone, please find below a job advert for a research position statistical computing in biostatistics, emphasis is on R and survival analysis. see also wangler et al., p. 31-35 in
2008 May 16
2
Fetching Binary data from SQL Server
I am trying to write a customized app using C that would fetch voice file from SQL Server 2000 using ODBC and FREETDS. Currently I am only able to fetch first 63 KB chunk from the DB, and not able to fetch the rest of the file, below is the code that i am using to do so, fd = open(fullpath, O_RDWR | O_CREAT | O_TRUNC, 0770); if (fd < 0) { ast_log(LOG_WARNING, "Failed to write
2009 May 01
3
Imap notifications in IDLE
Hi, could you please tell me if there is a way, to make dovecot notify my mail client of new messages in inbox subfolders? I'm using fdm to fetch mails into maildir and proper subfolders. So far, when idleing mozilla gets a notification when new message arrives in INBOX, but if mail is fetched into other folder I have to click on it to see if there is a new message. I've checked
2017 Dec 15
1
sieve filter move wrong email to Junk folder
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 15 Dec 2017, Bill Shirley wrote: > This is what I use.? Notice the comma: > require "fileinto"; > if header :contains "X-Spam-Status" "Yes," { > ? fileinto "SystemFolders.SuspectedSpam"; > ? stop; > } I would even add the space: if header :contains "X-Spam-Status"
2011 Sep 07
0
No upstreams on domU, but downstream works fine
Hi all, I asked about this in the ##xen irc channel a few days ago and had some help, but no luck. The problem is that my dom0 connects fine with WAN, but all domUs do not always connect to external hosts (though they can communicate in the LAN and with the gateway). I''ll try to post as much relevant information as I can think of and what all I have tried I disabled all dom0 and
2008 Nov 29
2
SMTP Mailer is KILLING me
Folks, the first person to figure this one out will make my day. Let''s just say I''ve tried everything for the past few hours, and I''ve become frustrated to the point of forum-posting. So...ready? Here goes... I keep getting this error: "553 This SMTP server requires authorisation. The password you''ve entered is incorrect" ->
2009 Jun 14
5
Partials views and instance variables go nil
Hi everyone! Model: http://pastie.org/511290 Controller: http://pastie.org/511285 View new: http://pastie.org/511286 View _form: http://pastie.org/511284 When I hit submit button there''s an error for usuarios(users in portuguese) instance. It does not seems to save usuarios even though it seems to be posted by the form. Error: http://pastie.org/511292 Need some help here guys plz --
2008 Jun 06
2
Problems with view spec and mocking will_paginate
Hi all, I have some failures that not I don''t understand this the pastie with index.erb.html http://pastie.org/private/zgohh6dcts04wpfagfgz5q and this is the pastie for view''s spec: http://pastie.org/210485 and the failure: 1) ActionView::TemplateError in ''/posts/index.html.erb should render list of posts'' undefined method `count'' for
2010 Aug 22
2
Build failure building dbox and gnutls
Hello! I'm having two issues building dovecot, one is with dbox storage, and another building gnutls as the SSL backend (builds fine with openssl). Software versions are Dovecot v2.0.0, GnuTLS 2.8.6 and OpenSSL 1.0.0a Configure: ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var --libexecdir=/usr/lib --with-moduledir=/usr/lib/dovecot/modules --with-zlib
2012 Nov 19
2
Dovecot sieve with postfix.
Hi all, I can't get dovecot working with postfix. If I leave virtual_transport set to "virtual", I can send and receive messages just fine in roundcube. If I set virtual_transport to "dovecot", I can only send messages in roundcube, but incoming messages never arrive. Seems I can't get dovecot-lda to work. I need dovecot-lda in order for sieve filters to work. Any
2007 Feb 24
3
Spec failing [Possible Bug with kind_of? and instance_of?]
I have a spec which is failing, but I just can''t say why. Maybe I''m missing something painfully obvious? Here is the pastie of the results & the spec: http://pastie.caboo.se/42626 The spec to look for is "should have an array of users" I''ve printed out ("puts''ed") to the terminal the fact that the values are *opposite* to what
2008 Jun 10
1
Refactoring''s code needs refactoring''s specs?
Hi guys, I have one question: When refactoring the working code I need or should refactoring the specs too? My old code is: http://pastie.org/private/gpskgtavm4yzutanq1ro3w My new refactored code: http://pastie.org/private/2emgi1hr5iga3m9jib4q and the specs that are still passing without refactoring: http://pastie.org/private/qn3uaoin0k2n8vjsusssg Regards. -- "Most of you are
2009 Jun 29
0
External Node Classifiers
Hi everyone, I''ve defined an external node classifier (the script is http://pastie.org/528040 ) in my puppet.conf ( http://pastie.org/528046 ) , and have moved the regular nodes.pp files. I''ve also commented out the import statement for the nodes.pp file in my site.pp file. When I connect from a client, I''m getting the "Could not retrieve catalog: Could not find
2007 Aug 14
1
Upgrade to 1.0.8 broke Rake
Hello Guys. I''m upgrading a project from 0.9.8 to 1.0.8, following this procedure: * Removed vendor/plugins/rspec* completely. * installed rspec and rspec_on_rails from svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8 * Run script/generate rspec to update spec_helper and spec.opts Now, when running rake, get the following error: superclass mismatch for class Annotation The following
2007 Aug 12
3
Scope and specing models
Hello all, I''m currently having an issue with some specs, specifically scope issues (probably more of a scope issue than a spec issue at this point)... Here''s the error: ActiveRecord::AssociationTypeMismatch in ''A new User should know what role it has'' Role expected, got NilClass D:/ruby/projects/restful_authentication_test/config/../app/models/role.rb:5:in
2007 Apr 18
0
kilolarınızdan memnunmusunuz
Do=F0ru se=E7imi yap=FDn Bazen, bir i=FEe giri=FEmeye ve farkl=FD bir =FEeyler yapmaya karar vermek = =E7ok kolay olmayabilir. Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha= l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa= nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin= izi y=FCr=FCtme zorlu=F0unun =F6n=FCne
2007 Apr 18
0
kilolarınızdan memnunmusunuz
Do=F0ru se=E7imi yap=FDn Bazen, bir i=FEe giri=FEmeye ve farkl=FD bir =FEeyler yapmaya karar vermek = =E7ok kolay olmayabilir. Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha= l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa= nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin= izi y=FCr=FCtme zorlu=F0unun =F6n=FCne
2003 Oct 10
0
ADMNISTRATOR PRIVILEGIES ON SAMBA 2.2.8 PDC
Hello guruz. I have big trouble. I installed SAMBA 2.2.8 from 2.2.3a. My problem is about administrator privilegies. When I log on some WIN2k workstation as root of SAMBA domain I have no admin privilegies as domain administrator(remote admin any workstation, shares modify, policy modify ...). It worked well before. I was finding solution 2 mounth but without some solution. I have no idea why
2007 Sep 22
0
How to DRY up controller action spec with different params.
I tend to write a fresh description block for every change in the parameters for that specific action, because I hate conditionals in the example describtion, e.g.: describe SomeController, "handling GET /path/with/param/3" do it "should do this" it "should not do this if" it "should still do that in both cases" end Seperate description blocks keep