search for: bogdanovic

Displaying 12 results from an estimated 12 matches for "bogdanovic".

2006 Apr 11
3
IMAPS - timeout while moving mails
...me, that the server timed out and dovecot says: "imap(petar): Disconnected" Usually - if I close my MUA correctly - dovecot says: "imap(petar): Disconnected: Logged out" Is somebody maybe experiencing something similar? Thank you very much & with kind regards, Petar Bogdanovic
2009 Feb 20
6
How to mock an object defined in the before_filter function?
Hello, I am trying to implement the following scenario, but I am stuck ... The thing is I want to initialize a variable @comment when the stub function "find_comment" is called. The way I do it below doesn''t work, since "before_filter :find_comment" returns true/false and @comment initialization is done inside it. Could you please give me a hint how to do it? One
2009 Feb 25
2
How to properly mock a complex object "comment.initiator.group.name"?
I am wondering what is the best way to mock such expression: "comment.initiator.group.name" What I do now is: =========================== comment = mock_model(Comment) initiator = mock_model(User) group = mock_model(Group, :name => "Admin") initiator.stub!(:group).and_return(group) comment.stub!(:initiator).and_return(initiator) =========================== So it becomes
2006 Jul 03
0
No subject
...nges = don't seem to do anything? --=20 Jeff Graves, MCSA Image Source, Inc. 508.966.5200 x31=20 www.image-src.com -----Original Message----- From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] = On Behalf Of Bruce Lane Sent: Wednesday, July 12, 2006 3:30 AM To: Petar Bogdanovic Cc: dovecot at dovecot.org Subject: Re: [Dovecot] passwd authentication issues (ATTN: Petar) Hi, Petar, *********** REPLY SEPARATOR *********** On 12-Jul-06 at 08:49 Petar Bogdanovic wrote: >> # wish to run the whole Dovecot without roots. >> # http://wiki.dovecot.org/Rootless &gt...
2015 Jan 12
2
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
..._max_redirects = 50 } And even if I change $sieve to: sieve = file:/data/dovecot/user/%u.sieve the error messages disappear but based on the sudden unfiltered wave of mails in my INBOX that I usually store somewhere else, I guess the path still doesn't work. Any ideas? Thanks, Petar Bogdanovic -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20150112/35a38850/attachment-0001.sig>
2015 Jan 12
1
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
On Mon, Jan 12, 2015 at 01:19:18PM +0100, Stephan Bosch wrote: > > Petar Bogdanovic schreef op 12-1-2015 om 13:05: > >Hi, > > > >I ran into some troubles while upgrading pigeonhole: > > > > crane dovecot: lda(petar): Error: sieve: Failed to access user storage (temporary failure) > > crane dovecot: lda(petar): Error: sieve: file storage: Cou...
2015 Jan 12
0
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
Petar Bogdanovic schreef op 12-1-2015 om 13:05: > Hi, > > I ran into some troubles while upgrading pigeonhole: > > crane dovecot: lda(petar): Error: sieve: Failed to access user storage (temporary failure) > crane dovecot: lda(petar): Error: sieve: file storage: Could not find storage root d...
2011 Jul 21
0
'FLAC - faq' international
Hi! I'm willing to translate page located at http://flac.sourceforge.net/faq.html to the Belorussian language (my mother tongue). What I'm asking for is your written permission, so you don't mind after I'll post the translation to my blog. The translation is intended only for web, no print copies planned. Visitors of your website, who come from Minsk (Belorussia) will be the
2006 Aug 16
1
POP3 and TLS don't work (dovecot 1.0 rc6)
Hi! It seems there are problem with POP3 connection when TLS enabled. Previously it worked fine, but for now it doesn't... Plain & SSL POP3 works. Plain, TLS & SSL IMAP works too. In logs nothing than: dovecot: Aug 16 10:36:23 Warning: pop3-login: SSL_accept() failed: error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [xxx.xxx.xxx.xx] xxx.. - remote ip
2006 Jan 27
0
[PATCH] fentonups patch to make it work with some powercom ups's
Hi list here is the patch to make fentonups recognize some PowerCOM's UPS's, and to setup terminal lines for them (at least for SMK-1500a) as powercom's original upsmon do. fentonups -x powercom works correctly with SMK-1500a (it screamed ''Communications with UPS lost - check cabling' or 'Short read during UPS id sequence' without this patch). Sorry for
2013 Apr 03
1
Sieve vacation issue - Dovecot + Postfix + LDA
Hi to all, I have an issue with Dovecot Sieve on sending vacation message... Actually Sieve is working and I can use all the filters but just vacation is causing a problem and only in specific case... I have Dovecot + Postfix + LDA running on Ubuntu 11 without MySql database for users but I'm using virtusertable instead. The problem is when linux user ( mail user ) is different from mail
2008 Dec 23
1
compiz segmentation fault and synchronization
Hi all, I got a segmentation fault in compiz and after some analysis have a question about synchronization in core compiz functions.