similar to: [solved] imap permission denied

Displaying 20 results from an estimated 5000 matches similar to: "[solved] imap permission denied"

2005 Oct 25
1
how to configure dovecot, Error
Hi, we are using Squirrelmail, imapd is dovecot. OS is Debian Sarge. When I want to login with Squirrelmail the connection to the imap-server is aborted. /var/log/mail.log gives the these log-entries: Oct 25 14:39:36 webserver dovecot: imap(rs.messegrafik-schreiber.de): mbox: Can't create root IMAP folder /home/rs.messegrafik-schreiber.de/mail: Permission denied Oct 25 14:39:36 webserver
2005 Dec 08
1
prefetch userdb on 1.0.alpha4
Hi all, I've a problem with prefetch userdb function on 1.0.alpha4 ? I get this : Error: auth(default): ldap(mylogin,10.3.245.xxx): Multiple password replies Info: auth(default): ldap(mylogin,10.3.245.xxx): base=dc=boursorama,dc=fr scope=subtree filter=(&(objectClass= boursoramaMailAccount)(mailInternalAllowedProtocol=imap)) fields=uid,userPassword An ldapsearch with the same
2005 Jul 21
1
0.99.14 and nfs
Hi, somebody have an idea to make dovecot working safly with nfs without lockd ? It seems working without problem except for files ".customflags" and ".subscriptions" is exists a patch for use the dotlock locking method for these files ? Thanks, Cyril Feraudet
2005 Oct 26
2
Dovecot and loadbalancer
Hi all, I've 4 servers with dovecot and ldap authentication behind a loadbalancer (Alteon). To connect to dovecot, client need to use a vip of the loadbalancer. To connect to the ldap server, dovecot need to use the loadbalancer cause there are several ldap server. The loadbalancer close a connection without activity during 30mn Dovecot lauch several authentication process who have
2006 Mar 13
2
Authentication without password
Hi all, for one of my developpements, I need to be able to connect an IMAP server with a login but without password. (I use dovecot 1.0.beta3) For the userdb, I use "userdb static" : userdb static { args = uid=114 gid=114 home=/mydev/mail/%u } But I don't know how to allow IMAP connection by my application without password. I won't connect to a database, having a
2014 Aug 26
2
Failed to join domain: failed to join domain 'XXX.YYY' over rpc: Access denied
Hi all, I get an error when I try to join domain from CentOS 6.5. Have you an idea ? /etc/samba/smb.conf : --------------------- [global] workgroup = XXX server string = Samba Server Version %v log file = /var/log/samba/log.%m max log size = 50 realm = XXX.YYY security = ads idmap uid = 10000-20000 idmap gid = 10000-20000
2005 Jul 22
2
1.0-stable and nfs
Hi all, I've a little pb with 1.0-stable on nfs share without lockd : with : - lock_method = dotlock - mmap_disable = yes I've : - dovecot: Jul 22 11:58:33 Error: IMAP(xxxxxxxx): open() failed with index file (null): Bad address with : - lock_method = dotlock - mmap_disable = no I've : - dovecot: Jul 22 11:59:47 Error: IMAP(xxxxxxxx): lock_method=dotlock and
2006 Mar 29
1
Too many links
Hi all, I've a problem during a big migration to dovecot. I'm not sure that is a really a dovecot bug ... but maybe somebody here know one solution ... I have more than 150000 imap account to migrate from an obscure mail system based on a database to an imap/dovecot system. During the migration (simple but very long process) I get a "Too many links" error from dovecot.
2006 Feb 10
3
Mail.app help
I'm having a problem with Mail.app and imap folders. I've got a new install of dovecot 1.0beta2, and am only experiencing this problem with Mail. Mutt works as expected, as well as thunderbird. When I create a folder using Mail.app, it is written to ~/Maildir/.INBOX.newfolder, which would be fine, if I wasn't telling everything that I wanted no prefixes. If I move that folder to
2001 Nov 28
2
Shares are not listed (Access denied)
Good Morning, I have almost the same problem. When I use smbclient -U% -L server I get a share List and Server List but instead of listing the shares it says "Error returning browse list: ERRDOS - ERRnoaccess (Access Denied)". Using the same smbclient command on the local server the shares will be listed. The users exist in the remote server and in the smbpasswd. Anyone got an idea what
2007 Nov 08
4
vectorize a list
Dear R user Suppose I have the following list: > f <- rnorm(2) > s <- rnorm(3) > l <- list(f,s) > l [[1]] [1] 0.31784399 0.08575421 [[2]] [1] -0.6191679 0.7615479 -1.0087659 Can I stack the entries of this list in 1 vector with the first list entry followed by the second? The reference manual says that I can use the command /stack/, which can take as arguments
2005 Oct 03
3
Save output
Dear R-Mastermind Within a while or a for-loop, is there a way that I can save to disk the results of the previous calculations at the end of each loop with filenames called "file01.Rdata", "file02.Rdata" etc? So far, I have tried to write the outcome of each loop in a 3 dimensional array and saved it just once after the loop. Or is there another way so that I can keep
2010 Jan 09
3
string functions
Hi! Does anybody know a string function that would calculate how many characters two strings share? I.e. ("Hello World","Hello Peter") would be 7. Thanks. Laetitia
2006 Mar 03
7
Best Practices question regarding views & controllers
Hi List! I''m reading the Agile book, as many online articles as I can, but there''s still some things that are just too hard to answer for yourself. In building my application, I often find myself putting code into my views of which I am not quite certain it belongs there. Where do you usually draw the line? Is it okay to, say, loop through an array of hashes that represents
2005 Sep 22
2
R: extracting elements in a matrix
Dear R-users For a given matrix of dimension, say (n,p), I'd like to extract for every column those elements that are bigger than twice the interquartile range of the corresponding column. Can I get these elements without using a loop? Thank you for your help Frank [[alternative HTML version deleted]]
2006 Aug 22
3
How to interrupt running computation?
If I start a computation in R, how can I interrupt it? I' using R 2.1.0. Thanks for your help, Lothar
2007 Apr 16
2
MultiLingual option for site with Rails
Hi, I was wondering if there is a plugin or a code snippet, that would translate the static content [possibly dynamic too] on the website for the visitors coming from different geographical regions of the world. In one of my earlier projects, I used the plugin on Joomla [CMS] that auto translates the content. Here is the site, the plugin is at the left bottom. http://www.elixirco.com/ Any
2006 May 02
10
[OT]: Asking questions on this list
Hi List, it appears that for the third or fourth time now, I''ve asked a question that nobody seems to respond to. Other questions (often things that could quite easily have been extracted by searching with Google or from api.rubyonrails.org) are answered almost momentarily. I''ve to admit I''m more than a little frustrated by this, so have to ask myself if it was my own
2014 Aug 26
0
Fwd: Re: Failed to join domain: failed to join domain 'XXX.YYY' over rpc: Access denied
Thanks for the reply. Le 2014-08-26 12:30, steve a ?crit?: > On Tue, 2014-08-26 at 12:02 +0200, Cyril Feraudet wrote: >> Hi all, >> >> I get an error when I try to join domain from CentOS 6.5. Have you an >> idea ? >> >> >> /etc/samba/smb.conf : >> --------------------- >> [global] >> workgroup = XXX >>
2006 Mar 03
17
RCSS problems
Hi List! Following http://rcss.rubyforge.org/files/README.html, I''m trying to get RCSS to work with Rails. The rcss command itself works fine, but when trying to access http://localhost:3000/rcss/test.css I always get "Unknown action - No action responded to test.css", which I don''t understand since the route and controller are in place. Anyway, hopefully this is