search for: cnm

Displaying 20 results from an estimated 44 matches for "cnm".

Did you mean: cam
2004 Nov 10
0
Problem with write permissions
...quot; and the number of the line that contains the rule that should end the processing for that message. I have been very careful to apply exactly the same conditions to the Dialog rule as exist for the rule to which it refers. Here is a sample sequence of Dialog Messages. . . . File: pt7q1qin.cnm Line 479 File: pt547c3c.cnm Line 730 Line 219 File: pt4sxc0p.cnm Line 724 Line 216 File: pt3lz6y7.cnm Line 475 File: pt2hlrpw.cnm . . . Processing should never proceed beyond line 724 or line 730 since their conditions are met and thus lines 216 and 219 should not appear in this list. Both line...
2012 Jan 15
0
patching ?merge to allow the user to keep the order of one of the two data.frame objects merged
...x) by.y <- fix.by(by.y, y) if ((l.b <- length(by.x)) != length(by.y)) stop("'by.x' and 'by.y' specify different numbers of columns") if (l.b == 0L) { nm <- nm.x <- names(x) nm.y <- names(y) has.common.nms <- any(cnm <- nm.x %in% nm.y) if (has.common.nms) { names(x)[cnm] <- paste(nm.x[cnm], suffixes[1L], sep = "") cnm <- nm.y %in% nm names(y)[cnm] <- paste(nm.y[cnm], suffixes[2L], sep = "") } if (nx == 0L || ny == 0L) {...
2006 Feb 08
1
Ian Bullock is out of the office.
I will be out of the office starting 08/02/2006 and will not return until 13/02/2006. I will respond to your message when I return. However if you have sent data for processing, please send to operator@cnm.co.uk. Also if you have any urgent queries, please contact Operations on 01924 888700. Thankyou. ________________________________________________________________________ This E-mail transmission may contain confidential or legally privileged information that is intended for the addressee only....
2006 Mar 13
1
Ian Bullock is out of the office.
I will be out of the office starting 11/03/2006 and will not return until 14/03/2006. I will respond to your message when I return. However if you have sent data for processing, please send to operator@cnm.co.uk. Also if you have any urgent queries, please contact Operations on 01924 888700. Thankyou. ________________________________________________________________________ This E-mail transmission may contain confidential or legally privileged information that is intended for the addressee only....
2009 Sep 19
1
Re-order columns
...p("O",names(tg),fixed=T),grep("S",names(tg),fixed=T)) oi <- data.frame(t(data.frame(strsplit(names(tg)[soi],"\\."),stringsAsFactors=F)),stringsAsFactors=F) names(oi) <- c("par","ix1","ix2");row.names(oi) <- NULL oi$cnm <- sub("^\\s+((.*\\S)\\s+)?$", "\\2", paste(" ",paste(oi$par,oi$ix1,oi$ix2," ",sep="."),sep="")) oi1 <- oi[order(oi$par,as.integer(oi$ix1),as.integer(oi$ix2)),] return(list(oi1=oi1,thix=thix)) } x1 <- c("TABLE NO...
1998 Oct 26
0
Pegasus Mail, Samba and Qmail - mail without POP3 in LAN!
...in Qmail (http://www.qmail.org). The required small changes in source code (1.03) were following: 2.1. Qmail uses "very-long" names to create unique files in Maildir. "time.pid.hostname". Read messages assumed be moved to another subdir. Pegasus looks for new mail in "*.cnm" files in configurable "new-mail" directory. "Read" new mail must have "!" as first character of name. Tests show that DOS and Win16 versions of Pegasus requires no "8.3" limits, being 100% satisfied by native longname mangling in SMB. But the Win32 vers...
2006 May 29
1
what samba file do I need to change when manually changing gid in /etc/group file?
I have a need to renumber some of my /etc/group numbers from below 100 to a value that is above 500. (e.g 88 -> 535, 91 -> 632, etc etc, about 9 changes in total) If I had to do this in an earlier version of samba then I think the correct files I would have to keep in sync would be /etc/group and /etc/samba/smbpasswd, simply changing the gid from the value below 100 to it's new value
2004 May 15
1
Dovecot vs. Courier-Imap
Hello, I've heard of both and I already tested and installed both, but I'm not sure which one is better, since both just seem to work and I can't see a difference, except from the point how it's set up and configured. Where are the drawbacks of each one, where are the benefits? I also tested cyrus before, but cyrus is not working well with maildirs. I'm not that into
2004 May 25
1
error log?
Hello, for some reason dovecot doesn't start up. I'm using the default values in dovecot.conf, just changed the login_user, disabled ssl and ran sbin/dovecot, but nothing happens. No error's, I can't find any logs, no daemon anywhere, no ports bound... I don't know where to look and whatfor. I compiled with --enable-debug, but there's no extra output. Any ideas?
2010 Mar 30
0
Documentation error
...mat is: <authorization ID> NUL <authentication ID> NUL <password>. Authorization ID is the username who you want to log in as, and authentication ID is the username whose password you're giving. -- Robert Lopez Unix Systems Administrator Central New Mexico Community College (CNM) 525 Buena Vista SE Albuquerque, New Mexico 87106
2004 Feb 23
1
(Fwd) VIRUS (Worm.SomeFool) IN MAIL TO YOU (from <rsync-bounce
...i, 20 Feb 2004 01:46:54 -0500 (EST) From: postmaster@innevi.com Subject: VIRUS (Worm.SomeFool) IN MAIL TO YOU (from <rsync- bounces+ppalumbo=dubois-king.com@lists.samba.org>) To: undisclosed-recipients: ; Message-Id: <VR10524-01-300@Barracuda> Status: X-PMFLAGS: 34095232 0 1 P8IR6QNR.CNM VIRUS ALERT The Barracuda Spam Firewall found Worm.SomeFool virus in an email to you from: rsync-bounces+ppalumbo=dubois-king.com@lists.samba.org The message has been blocked. ------- End of forwarded message ------- -- Patricia Palumbo DuBois & King, Inc. |...
2006 Mar 23
3
dovecot died
Hello, today our dovecot imap server died. The following message appeared in the logfile: dovecot: Mar 23 07:00:58 Error: pipe() failed: Too many open files We have one dovecot instance for pop3 and one for imap, so while the pop3-service was still available, the imap-service was not running any more. I've seen a lots of users keeping there imap-connections idle for hours, often more
2005 Dec 02
4
ftp:// error
Hello, from a server where neither a rsync daemon nor ssh is running I'm trying to backup the whole data with ftp. So my idea was to call rsync like this: rsync -v -a 'ftp://1.2.3.4/' my_folder But this gives me: ftp: unknown host ftp: unknown host ftp: Unknown host rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code
2009 Mar 04
3
Why are multiple architecture rpms installed?
Hello, I noticed, that whenever I install a package on CentOS 5.x, rpms for multiple architectures are installed: yum install sqlite-devel Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * base: centos.intergenia.de * updates: centos.intergenia.de * addons: centos.intergenia.de * extras: centos.intergenia.de base 100%
2011 Feb 08
4
NoSQL Storage Backend
Hello, I found a posting on the mailing list from 2008 "Adding new storage backend to Dovecot" while searching for POP3 and IMAP servers, that allow to use a NoSQL backend rather than a traditional file system. The problem with traditional filesystems is, that they are very limited. You cannot easily extend it, even with RAID 10 all messages may be lost due to a RAID controller
2008 May 27
1
error in rsync protocol data stream (Marten Lehmann)
...> 4. rsync with proxy squid - authenticated users - doesn't work > (Jean-Jacques ROUGET) > > > ------------------------------------------------------------------------ > > Asunto: > error in rsync protocol data stream > De: > Marten Lehmann <lehmann@cnm.de> > Fecha: > Mon, 26 May 2008 17:47:19 +0200 > A: > rsync@lists.samba.org > > A: > rsync@lists.samba.org > > > Hello, > > I'm trying to sync a directory on our webserver with contents uploaded > by our customers. One of the customers has very deep di...
2010 Mar 30
2
Can Dovecot do this...
...t was only a way to route external to external with rewrite is is then possible? So, I would like some comment on if this is a common or know practice and if Dovecot is used in those situations (if any). Thank you. -- Robert Lopez Unix Systems Administrator Central New Mexico Community College (CNM) 525 Buena Vista SE Albuquerque, New Mexico 87106
2004 May 26
2
feature request: undeletable folders
Hello, as we all know from the big webmail-services like hotmail.com, yahoo.com, web.de and so on, several folders exist and nobody can remove them for a good reason, because some services rely on them: Trash, Junk, Sent. Can can't remove Trash, because every deleted message is just moved here. You can't remove Junk, because all messages recognized as spam is moved here. And you
2004 May 26
1
dovecot.rawlog
Hello, I build dovecot tih --with-rawlog and created a folder dovecot.rawlog inside the root-dir of the mailbox (same level as new, cur and tmp). For testing purposes I set the env MAIL to the maildir and started libexec/imap. This generally works, but I can't find the promised logs of input and output. Where do I have to look for them? Regards Marten
2004 May 26
1
renaming and select failes
Hello, I created a folder inbox.Test.Try through IMAP. LIST shows me the folder INBOX.Test.Try instead, but in the filesystem it's created inbox.Test.Try. Now every select, examine or rename gives me NO Mailbox doesn't exist INBOX.Test.Try. Seems that inbox is mapped uppercase everywhere except at "create". Regards Marten