similar to: sshfs and outlok express imap directory problem.

Displaying 20 results from an estimated 300 matches similar to: "sshfs and outlok express imap directory problem."

2005 Oct 13
2
Possible bug: why is the owner of home-directory important?
Dear all, I am trying to migrate one of our systems to dovecot. We were using uw-imapd in black-box-mode before. Since the home-directory of a user is not unique per definition on our systems, we have kind of a different setup. As an example: I got a user, let's say user1. It's home directory is /local/web/websites/5850844095/www. This directory has the following permissions: # ls -la
2008 Oct 27
1
autodialed call forwarding via meetme or queue (was predictive dialer)
Also posting this question to people working on manager interface and dialers. I have a simple auto dialing script (using Originate) that forwards all incoming calls to a queue full of waiting agents instead of a meetme conference room. I use queues rather than meetme so I can leave the automatic call distribution to the queue itself. The problem is when the calls reach the agents, some of the
2008 Oct 16
2
prective dialer
hi everybody This is Yavuz YILDIRIM I am software developer.I have a some problems in asterisk. I am using mysql db. Realtime using asterisk modules. On db i am using calling hundred fields for use dial. But i don't know how i can automaticly dial this fields on records numbers. Who can help me asterisk api and others. Thank you
2008 Jan 15
1
cisco ip phne 7911G with asterisk
hi, I'm trying to configure a Cisco IP Phone 7911G in order to work with Asterisk. I have loaded the 8.3.3 SIP Firmware of Cisco through a DHCP and a TFTP server. All seems ok but a file that is downloaded : term06.default.loads (I understand that is for 7906 model) instead of term11.default.loads (I understand that is for 7911 model). In any case the phone reboots well. At this moment I
2002 Oct 21
4
samba 2.2.6 name
Hi, I've just installed samba 2.2.6 [solaris 2.6] and while ./smbstatus (on solaris) reports version 2.2.6, network neighbourhood [ or net view4] (on win 2k/win98) report Samba 2.2.5 Any ideas? ta iain -- -------------------------------------------------------------- Iain Morrison MRC Cognition and Brain Sciences Unit 15 Chaucer Road Tel 01223 355294 xt 581
2007 Mar 23
1
Possible bug with removing e-mail when user over fs quota
Dear list, I don't know if this is by design or possibly a bug, but there is a difference when removing e-mail when a user is over filesystem quota when indexing is on or off. All is working fine on our servers when indexing is on, users can remove then purge e-mail when over quota, but when we turn off indexing (by setting INDEX=MEMORY) it doesn't work. Users can remove, but
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
Hi everyone Firstly, apologies for the cross post, I am not sure which list is most appropriate for this question. I should also point out, that I did not install OCFS2 and I am not the person that normally looks after these kind of things, so please can you bear that in mind when you make any suggestions (I will need a lot of detail!) The problem: accessing certain directories within the
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
Hi everyone Firstly, apologies for the cross post, I am not sure which list is most appropriate for this question. I should also point out, that I did not install OCFS2 and I am not the person that normally looks after these kind of things, so please can you bear that in mind when you make any suggestions (I will need a lot of detail!) The problem: accessing certain directories within the
2006 May 22
0
[LLVMdev] Indirect function call
On Mon, 2006-05-22 at 15:33 +0800, 夏一民 wrote: > But my code does not always works: if the arguments are not pointer, > CompleteBUDataStructures not records it. So, if you want to find all indirect > calls, you maybe have to repair CompleteBUDataStructures. :) Not surprising, CBU is trying to do something entirely different that what you are. > If you do not use BUDataStructures, you
2006 May 23
4
[LLVMdev] Indirect function call
On Monday 22 May 2006 22:22, Andrew Lenharth wrote: > On Mon, 2006-05-22 at 15:33 +0800, 澶忎竴姘� wrote: > > But my code does not always works: if the arguments are not pointer, > > CompleteBUDataStructures not records it. So, if you want to find all indirect > > calls, you maybe have to repair CompleteBUDataStructures. :) > > Not surprising, CBU is trying to do something
2006 May 23
0
[LLVMdev] Indirect function call
On Tue, 2006-05-23 at 13:32 +0800, Nai Xia wrote: > On Monday 22 May 2006 22:22, Andrew Lenharth wrote: > > On Mon, 2006-05-22 at 15:33 +0800, 澶忎竴姘� wrote: > > > But my code does not always works: if the arguments are not pointer, > > > CompleteBUDataStructures not records it. So, if you want to find all indirect > > > calls, you maybe have to repair
2008 Jul 12
3
Root folder path problem
I use dovecot1.x. for imap on qmail. I also use OExpress to receive my mails. My sent mails is stored in main "sent items" of Outlook Express. Therefore I set "INBOX" in "Root folder path" option. But when I send an email to anywhere the mail sends without problem but I am getting an error as following; Some of the messages in your Outbox Folder could not be copied
2011 Feb 19
4
dotnet crashes during installation
Hello All I try to install net Framework 2.0 but without success. During intallation process Registering file System.EnterpriseServices.dll I:"C:\windows\Microsoft.NET\Framework\v2.0.50727\RegSvcs.exe" /bootstrapi 2: instalation crash > ------------------------------------------------------ > Instaling .net 2.0 runtime. Can take several minutes. See
2004 Aug 06
2
Problems starting ices
Hi Karl, I would like to send you the output, but after installing strace on my FreeBSD, i get the following: <p>/usr/local/bin/strace -o output -s 100 -f /usr/local/bin/ices /usr/local/etc/icecast/ices.xml strace: open("/proc/...", ...): No such file or directory trouble opening proc file Is there another way to send you a trace? <p><p><p>On Mon, 2003-08-11
2011 Jun 03
4
OpenGL issues on OSX (wine 1.3.21)
I just compiled 1.3.21 on OSX using the osxwinebuilder script. It's the first time I try wine on the Mac. I've tried some short OpenGL demos and they work, but others fail. Remarkable ones that fail are wxWidgets OpenGL demos (remarkable because the source is available, so I guess it should be easy to fix). I run OSX 10.6.7. While running the wxWidgets "penguin" demo, the
2006 May 22
2
[LLVMdev] Indirect function call
The follwing is a snippet of code to find some indirect calls in a module, which I learned from TopDownClosure.cpp: void FPS::repairCallGraph(Module &M) { CompleteBUDataStructures &DS = getAnalysis<CompleteBUDataStructures>(); for (Module::iterator f = M.begin(); f != M.end(); ++f ) { if( f->isExternal() ) continue; for (Function::iterator I = f->begin(); I !=
2004 Aug 06
4
Problems starting ices
Hi! I've installed icecast and ices on a FreeBSD box. When I try to start ices, I get following output: [2003-08-11 11:02:14] INFO ices-core/main ices started... [2003-08-11 11:02:14] INFO signals/signal_usr1_handler Metadata update requested [2003-08-11 11:02:14] INFO playlist-basic/playlist_basic_get_next_filename Loading playlist from file "/home/wim/playlist.txt" [2003-08-11
2008 Mar 01
1
I couldn't see last login time of a mail addres
Hello I use dovecot-1.0.7 for imap. I also use vpopmail5.4.x. on qmail. When I type vuserinfo to see last login time of a mail address in my imap server, I could not see it. How do I correct that ? Thanks.
2010 Apr 29
1
How can I integrate change_password plugin, dovecot and postfix
Hello I use dovecot, postfix, mysql and squirrelmail as a mail server. it works well. Meanwhile I am novice at postfix. As you know, there is a change_password plugin on squirrelmail. I wish to add change_password plugin on squirrelmail. I couldn't find how to integrate postfix and change_password. How can I add it ?
2010 Apr 29
1
How can I add change_password
Hello I use dovecot, postfix, mysql and squirrelmail as a mail server. it works well. Meanwhile I am novice at postfix. As you know, there is a change_password plugin on squirrelmail. I wish to add change_password plugin on squirrelmail. I couldn't find how to integrate postfix and change_password. How can I add it ?