similar to: Messages keep getting resent.

Displaying 20 results from an estimated 3000 matches similar to: "Messages keep getting resent."

2005 Feb 09
1
Server going crazy!!!
I have dovecot-0.99.11-1FC3.4. I use Pine on the server and Outlook 2003 on remote computers to access IMAP and POP3 to access via my blackberry 7100t. It seems that after using IMAP and then going back to pine it somehow refreshes everything and all the messages are picked up on my blackberry once again as if the emails are new. So everything that is in my inbox is now pushed or grabbed
2005 Feb 09
2
Why am I getting more imap folders?
At one point I was just using what was under ~/mail now I have: ~/mail ~/mail/fedora ~/mail/trash ~/mail/mplayer ~/mail/yahoo ~/mail/Scott ~/mail/.imap/fedora ~/mail/.imap/fedora/.imap.index ~/mail/.imap/fedora/.imap.index.tree ~/mail/.imap/trash ~/mail/.imap/trash/.imap.index ~/mail/.imap/mplayer ~/mail/.imap/mplayer/.imap.index ~/mail/.imap/yahoo ~/mail/.imap/yahoo/.imap.index
2005 Jan 21
2
Evolution Slowness Fix
Well, I seem to have tracked down what's going on with Evolution and Dovecot. It seems that Evolution has defaulted to checked for spam server side using Spamd on Fedora Core 3 without downloading the mail. It seems that spamd is the culprit in all this as it's trying to analyze pop3 mail without simply downloading all the new mail. I turned off the spam checking option in evolution and
2005 Jan 31
1
mbox vs maildir
I am a little confused and maybe if I figure this out I will be able to get this to work. I am now able to get my pop3 working but not imap. My inbox is in /var/spool/mail/%u and my mail directory is /home/%u/mail and then all the 'folders' are there which are actually files. Is that maildir or mbox? Which do I have to use for dovecot? Or can I use whichever I choose. I would
2006 Feb 15
1
Setup problems please assist
This is my first time setting this up and having a problem. I don't know where the problem lies. Do the files need a special permissions? What is wrong with my setup? $cat icecast.xml <icecast> <limits> <clients>2</clients> <sources>2</sources> <threadpool>5</threadpool>
2005 Jan 08
2
Extremely Slow Pop3 Downloads, Evolution 2.0.2
Hello All, We've been running Dovecot for imap for quite some time and have had little trouble with it. However, we recently switched over to using dovecot for pop3 because of simplicity as well as security issues with the older UW based pop server. I've noticed one serious problem. The only client that seems to have any issue at all with the server is Evolution. In pop3 mode, it takes a
2003 Aug 10
3
Support for Bayesian statistics in R
I'm just starting to learn to use R, and although I'm seeing lots of functions aimed at doing orthodox statistical analyses, I don't see the same for Bayesian analyses. What support does R have for Bayesian statistics?
2002 Nov 01
2
installing R on debian linux
I have a shiny new debian linux box and am just about to install R. I'm also a shiny new linux user, so please excuse these naive questions. I've read the 'R Installation and Admin guide (2002-10-01)' and also http://cran.r-project.org/bin/linux/debian/ReadMe, and I know how to do apt-get install r-base which gives me r-base-core r-base-html r-base-latex r-base-core
2006 Oct 02
3
How do I list in YP? icecast2 ices0
ices.conf: <Public>1</Public> <!-- The name of you stream, not the name of the song! --> <Name>Poohba's Urban Sounds</Name> <!-- Genre of your stream, be it rock or pop or whatever --> <Genre>RnB</Genre> icecast.xml <directory> <yp-url-timeout>15</yp-url-timeout>
2017 Jan 03
3
Does HEP require PJSIP or does it also works with SIP ?
Hello, On a newly built Asterisk 13.13.1 system, I can't make HEP work with chan_sip (though I could make it work with PJSIP on another instance). Looking either at [1] or hep.conf, I can't see anything meaning HEP requires PJSIP. Before diging deeper, may I simply ask if HEP requires PJSIP or not ? What about a line mentioning the answer in above documents (to keep other from wondering
2002 Oct 12
6
Learning R: which book to choose?
I am new to R. I am going to by one of the following book: 1. William N. Venables and Brian D. Ripley. Modern Applied Statistics with S-Plus. Third Edition. Springer, 1999. ISBN 0-387-98825-4. 2. The Fourth Edition of the book from point 1. 3. `S Programming' by W. N. Venables and B. D. Ripley Springer. ISBN 0-387-98966-8, 2000. I can only by one of the above books. Q1. I have found
2002 Sep 05
7
sshd and SIGKILL
On command: #kill -9 `cat /var/run/sshd.pid` sshd leave pid file ! sshd.c code: =============== .... /* * Arrange to restart on SIGHUP. The handler needs * listen_sock. */ signal(SIGHUP, sighup_handler); signal(SIGTERM, sigterm_handler); signal(SIGQUIT, sigterm_handler); .... =============== Missing line is : signal(SIGKILL, sigterm_handler);
2006 Oct 02
2
How do I list in YP? icecast2 ices0
I thought the YP code was going to be fixed to use less resources so it could be used with other stream formats. It seems to be taking a long time. As it is now, Icecast2 is not a good solution for those wanting to be on a popular directory. I am forced to recommend using Shoutcast to my clients so they can get onto a popular directory. I would prefer to recommend Icecast2. Ross Levis.
2005 Feb 10
0
CentOS-3 i386 errata: Updated mod_python package fixes security issue (resent)
Resent due to signing problem. https://rhn.redhat.com/errata/RHSA-2005-104.html refers Updated files are :- updates/i386/RPMS/mod_python-3.0.3-5.ent.i386.rpm updates/i386/SRPMS/mod_python-3.0.3-5.ent.src.rpm To update run 'yum update mod_python' Lance -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature
2009 Nov 04
1
[Bug 24886] New: Cursor not drawn after a resent commit
http://bugs.freedesktop.org/show_bug.cgi?id=24886 Summary: Cursor not drawn after a resent commit Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2013 Sep 03
0
[V2, RESENT] ocfs2: lighten up allocate transaction
On 2013/9/1 14:08, Wang Shilong wrote: > Hello, Using checkpatch.pl, i get the following warnings(errors): > ERROR: patch seems to be corrupt (line wrapped?) > #57: FILE: fs/ocfs2/file.c:665: > } else { > > total: 1 errors, 0 warnings, 87 lines checked > > patch has style problems, please review. If any of these errors > are false positives report them to the
2005 Oct 28
2
Uncensoring a dataset - resent
Does anyone know of an R package that I can use to uncensor a normal or log-normal dataset? I'm particularly interested in the MLE method of Cohen (1959), "Simplified estimators for the normal distribution when samples are single censored or truncated," Technometrics, 1(3), 217-237. Of course, if there is anything better, I'd be glad to hear about that too. Thanks. Rick
2013 Apr 19
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
On Thu, 11 Apr 2013, Ian Campbell wrote: > On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote: > > > + /* This will fill xenstore info about free and dom0 memory - if missing, > > > + * should be called before starting first domain */ > > > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) { > > > + VIR_ERROR(_("cannot
2002 Jul 17
0
Samba on OpenBSD 3.1 (Resent in Plain Text)
(Previous HTML version of this msg "massaged" by Antigen... :-P ) As root: Uninstall 2.0.7 with pkg_delete samba-2.0.7 Download samba-2.2.5.tar.bz2 from one of the mirror sites onto your OpenBSD machine. bunzip2 samba-2.2.5.tar.bz2 tar -xvf samba-2.2.5.tar Copy the attached files into the samba "source" directory cd to the "samba-2.2.5/source" directory at the
2002 Nov 01
0
Samba upgrade questions - resent *with* subject...
Hello, Samba user folks :) I have a few very likely newbie questions: 1. I installed Samba 2.2.6 from sources and I don't seem to have smbclient or nmblookup. Did I goof somewhere and forget something that would have included them? 2. I am curious about upgrading samba via CVS - I've looked at the instructions and it seems pretty straightforward. Is there anything to watch out for as