search for: does

Displaying 20 results from an estimated 794 matches for "does".

2011 May 04
2
split character vector by multiple keywords simultaneously
Hi. I have a character vector that looks like this: > temp <- c("Company name: The first company General Manager: John Doe I > Managers: John Doe II, John Doe III","Company name: The second company > General Manager: Jane Doe I","Company name: The third company Managers: > Jane Doe II, Jane Doe III") > temp [1] "Company name: The first company
2013 Jul 16
1
2.2.4 - Some questions about and needing help with quota-status
...on closed by foreign host. Clearly, not much... Looking in the log: dovecot[10554]: quota-status: Fatal: Error reading configuration: net_connect_unix(/_ROOT/var/run/dovecot/config) failed: Permission denied This thus raises a first question: Q1. What makes lmtp and quota-status different? How does lmtp manage to fetch all needed info, while quota-status seems to require an access to the config socket? Let's then slightly adjust dovecot.conf, in the hope to make quota-status happy: service config { unix_listener config { group = dovemailer mode = 0660 } } Q2. Should the abo...
2017 Jun 19
1
New AD user cannot access file share from member server
On Mon, 19 Jun 2017 15:08:45 +0200 Viktor Trojanovic <viktor at troja.ch> wrote: > Not sure if it matters but here is the AD object of a user with no > issues: > > [root at GJSERVER ~]# ldbsearch -H /var/lib/samba/private/sam.ldb -b > 'ou=office,dc=samdom,dc=example,dc=ch' -s sub > "(&(objectclass=person)(samaccountname=jd))" > # record 1 > dn:
2007 Aug 21
2
userdb override?
Hi, I used to change the mailbox root for some users using a custom userdb file which contains lines like: doe::20000:200::/u/doe::userdb_mail=mbox:/u/doe/Mail:INBOX=/var/mail/%u The logfiles shows the mail location stays default ( rc15 worked ): --- dovecot: Aug 21 09:43:49 Info: auth(default): master out: USER 250 doe system_user=doe uid=20324 gid=200 home=/u/doe dovecot: Aug
2013 May 19
1
(force) default security mask
...main\040Users user::rwx user:john:rwx user:doe:rwx group::rwx group:foobar:rwx mask::rwx other::-wx default:user::rwx default:user:john:rwx default:user:doe:rwx default:group::r-x default:group:foobar:rwx default:mask::rwx default:other::--- ==> This corresponds to ACL security mode 0773. Where does this strange 0773 come from? I would like to have ACL security mode 0750 on all new directories and files created inside "special" directory. I also have tried to use "force directory security mode = 0750" in my smb.conf but that doesn't help either. I have realized another...
2006 Jan 19
2
Simple Ferret Questions
I am trying to use Ferret for searching for users based on first and last name. In my index, I am adding the first_name, last_name, and a full_name which is basically "#{first_name} #{last_name}". I am searching the index using something like the following query: INDEX.search_each(%Q/first_name:#{query}* OR last_name:#{query}* OR full_name:#{query}*/) do |doc, score| The problem I am
2019 Mar 25
0
Panic
Dovecot-2.3.5, FreeBSD-12 (amd64), I will wait to see coredumps after setting up things to allow it. Mar 24 20:56:08 imap(john.doe at crownkenya.com)<82746><wg80zdqEy+eaTXHr>: Panic: file mempool-system.c: line 137 (pool_system_realloc): assertion failed: (old_size == (size_t)-1 || mem == NULL || old_size <= malloc_usable_size(mem)) Mar 24 20:56:08 imap(john.doe at
2018 Sep 24
4
v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt
On 24/09/2018 11:51, Stephan Bosch wrote: > Can you try with the sieve-test command-line tool, in particular with > trace debugging enabled? Thank you for the debugging tip, is this useful? $ sieve-test -D -c dovecot.conf sieve message sieve-test(james): Debug: sieve: Pigeonhole version 0.5.3.rc1 (716b1b49) initializing sieve-test(james): Debug: sieve: include: sieve_global is not set;
2009 Jan 22
2
Sieve filters forwarding erratic after upgrade to 1.1.8
...as well > as redirecting" open on, then the copy is kept. If that option is off, > then no redirection happens and no copy is kept- i.e. the mail is > simply lost. Works also w/o explicit "keep;" > Deleting and recreating the filter makes no difference, and neither does > moving its order in the list of filters. In the same list of filters a > vacation message works. > On a second mailbox where a filter is redirecting all mail with header > precedence not equal to "list", the redirection always takes place, so > this isn't a generi...
2005 Sep 27
0
SMB/LDAP: Confused...
Hi. I have an existing departmental network based on AFS, Kerberos 5 and LDAP. All unixes work nicely, logging in remotely. So, Samba acting as a PDC with OpenLDAP. Now I'd like to interoperate with all windows workstations. I chose the LDAP way, since it's the most flexible and secure way... or at least, it seems to me more flexible than using a single /etc/passwd file on a
2013 Jul 14
2
2.2.4 - quota-status changing the user it is running as
...Let's then try to go further within the telnet session: recipient=john.doe at example.com size=10000 action=DEFER_IF_PERMIT Internal error occurred. Refer to server log for more information. ^] telnet> quit Connection closed. and a look at the log indeed reveals that quota-status doesn't have sufficient privileges anymore: dovecot[4989]: quota-status(john.doe at example.com): Error: user john.doe at example.com: Error reading configuration: net_connect_unix(/_ROOT/var/run/dovecot/config) failed: Permission denied Is this the expected behavior, to have quota-status switch...
2005 Dec 08
2
Prototype.js Hash Methods
Hi, Has anyone seen any documentation on the Hash Object defined in the prototype library? To be precise the following methods - 1. keys 2. values 3. toQueryString 4. inspect 5. Merge I am trying to play around with them and have come up with the following examples - var h = $H({name: "john doe", email: "john-Ch9RrZxMC0c@public.gmane.org", msg: "say hello to
2009 Jul 12
1
How to create managesieve core dumps
I've found this in my dovecot.log: ,--[ /path/to/dovecot.log ]-- | Jul 11 01:44:29 dovecot: Info: Dovecot v1.2.1 starting up | ... | Jul 11 01:50:21 auth(default): Info: client in: AUTH 1 PLAIN service=sieve lip=192.168.111.222 rip=192.168.111.122 lport=12000 rport=35084 resp=<hidden> | Jul 11 01:50:21 auth(default): Info: sql(j.doe at
2006 May 05
3
OT: DOE - experiments for teaching
Hi, I'm sorry for this not being related to R but I think this is a good place to ask. I'm looking for DOE examples(experiments) that can be done at home or in class, such as Paper Helicopter, Paper Towel etc.. I'm thankful for any comment. Thomas [[alternative HTML version deleted]]
2016 Aug 31
1
Sudden unexplained slowness on share (caused by duplicate UID?)
Hi, We have 5 Samba domain controllers, and 4 file servers. All are 4.2.10-Debian. Our file servers have been working fine until recently (on the 26th), when suddenly access to the \\users.store.example.com\user share (hostname p-cats) became extremely slow. Access to other shares on other machines is fine, and users is 128G total (smaller than other shares). The machine isn't under
2010 Mar 25
1
cmusieve auto-reply and quota
...ostfix/pipe[22086]: 7C666A825: to=<john.doe at do.ma.in>, relay=procmail, delay=1.1, delays=0.39/0/0/0.68, dsn=4.3.0, status=deferred (temporary failure) -- And every time the server tries again to deliver that message it re-sends the auto-reply. Is it an undesirable behavior, isn't it? Does anyone knows how to address it? Also, I thought that that configuration (using the -e parameter to deliver) and the "quota_full_tempfail = yes" would make give an permanent error, not trying to deliver that message again. What is wrong about it? Thanks in advance,
2015 Jul 15
2
how to return a transfered call to the transferrer?
Hi all Any of you guys could point me in the right direction? I need to make that a blind transfer to return to the transferrer when the transferee does not answer. Scenario: . Miss Jane Doe, our front desk attendant, picks up an external call to Mr. Smith; . Miss Doe flashes, dial Mr. Smith's extension and then hangup; . Mr Smith's phone rings until timeout; . At this point, how to return the call to the Miss Doe's extension; Ch...
2020 Oct 12
6
Re: Encrypting boot partition Libvirt not showing the OS booting up
...20 2:14 PM, john doe wrote: >> <snip/> > > I sent privately the requested xml file to 'Peter Krempa > <pkrempa@redhat.com>'. > Peter Krempa 's privately answered me back suggesting to add the > following in the domain xml file: Solving things privately doesn't help the community. > > > <bios useserial='yes'/> under <os> > > such as ... > >    <os> >      <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> >      <boot dev='hd'/> >      <bi...
2016 Jan 15
1
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
>>>>> Paul Grosu <pgrosu at gmail.com> >>>>> on Thu, 14 Jan 2016 17:35:49 -0500 writes: > Hi Bill, > The thing is that is happening here is the specific > instance of as.data.frame that is being run, which in this > instance switch between as.data.frame.matrix() and as.data.frame.matrix(). (This must be another typo i.e.
2001 Feb 21
2
openssh-2.5.1p1 problem on redhat 6.2
Hi, I built rpm from openssh-2.5.1p1 srpm on redhat 6.2, then installed it. When trying to ssh from other machine, sshd gives error: ..... Feb 20 17:54:24 foo PAM_pwdb[925]: (login) session opened for user doe by LOGIN(uid=0) Feb 20 17:55:15 foo sshd[1342]: Connection closed by 192.168.0.3 Feb 20 17:55:43 foo sshd[1343]: PAM unable to dlopen(/lib/security/pam_stack.so) Feb 20 17:55:43 foo