Displaying 20 results from an estimated 700 matches similar to: "dovecot and pop3"
2006 Aug 13
1
crash on 6.1 stable
ok, finally got a crashdump.. can someone please give it a looksee and let me know what the
malfunction is?
http://monsterjam.org/crash/crash.tar.bz2
thanks/regards,
Jason
--
================================================
| Jason Welsh jason@monsterjam.org |
| http://monsterjam.org DSS PGP: 0x5E30CC98 |
| gpg key: http://monsterjam.org/gpg/ |
2007 Oct 20
1
Best version for production systems?
Hi dovecotters,
I have a system running 1.0rc1 right now and am having problems (more
on that later). I know that 1.0.5 is "current" but I'm running Debian
Stable (Etch) and have reservations of upgrading until nothing works
anymore ;-)
Do I really need to make the upgrade to 1.0.5, and if so can anyone
here point out how to do so using the standard Debian apt-get process?
--
2003 Mar 26
1
Solving equations
Hello,
Does somebody knows if there exists a function which solves a set of
equation, say f(vars),
for the variables vars (similar to Solve in mathematica).
The functions I am considering are of the form f(t) ~ A*exp(B*t), where
A and B are matrices.
Thanks Thomas
2010 Jan 11
3
Eigenvectors and values in R and SAS
Hi,
I was wondering if function eigen() does something different from the
function call eigen() in SAS.
I'm in the process of translating a SAS code into a R code and the values of
the eigenvectors and eigenvalues of a square matrix came out to be different
from the values in SAS.
I would also appreciate it if someone can explain the difference in simple
terms. I'm pretty new to both
2010 Nov 10
2
prcomp function
Hello,
I have a short question about the prcomp function. First I cite the
associated help page (help(prcomp)):
"Value:
...
SDEV the standard deviations of the principal components (i.e., the square
roots of the eigenvalues of the covariance/correlation matrix, though the
calculation is actually done with the singular values of the data matrix).
ROTATION the matrix of variable loadings
2010 Sep 29
1
Fitting a half-ellipse curve
Dear mailing list,
I have following array:
X2 Y2
[1,] 422.7900 6.0
[2,] 469.8007 10.5
[3,] 483.9428 11.0
[4,] 532.4917 25.5
[5,] 596.1942 33.5
[6,] 630.8496 40.5
[7,] 733.2996 45.0
[8,] 946.4779 32.0
[9,] 996.8068 35.5
[10,] 1074.3310 23.0
I do afterwards the following:
plot.new()
plot.window(xlim=c(min(X1)-50,max(X1)+50),
2005 Dec 04
1
Understanding nonlinear optimization and Rosenbrock's banana valley function?
GENERAL REFERENCE ON NONLINEAR OPTIMIZATION?
What are your favorite references on nonlinear optimization? I like
Bates and Watts (1988) Nonlinear Regression Analysis and Its
Applications (Wiley), especially for its key insights regarding
parameter effects vs. intrinsic curvature. Before I spent time and
money on several of the refences cited on the help pages for "optim",
2001 Mar 22
2
The Recording Industry's Secret Weapon Exposed
Check this out: http://7amnews.com/2001/features/032101.shtml
Greetings,
Aleksandar
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list
2003 Oct 07
2
Plaintext Authentication from Localhost
Hi:
It appears that at least at one time, Dovecot supported plaintext
authentication from localhost, even if disable_plaintext_auth = yes. To wit,
the example configuration file reads:
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that 127.*.*.* and
# IPv6 ::1 addresses are considered secure, this setting has no effect
2001 Mar 21
1
Ogg/Vorbis Downsampling?
Dear Vorbis Gurus to whom I owe a debt of gratitude for creating such a
kick-ass audio encoding scheme:
I'm probably using the wrong term of "downsampling" here, but here goes.
I remember reading about Vorbis being designed with streaming in mind. I
was wondering if one aspect was to allow easy ad-hoc downsampling (e.g.
going from 192kb/s to 128kb/s) without re-encoding. Does such
2001 Nov 06
1
Easy to reproduce Win2K bug
Try this with Samba 2.2.x with a Win2K box ...
net use x: \\sambaserver\sharepoint
x:
mkdir test
cd test
mkdir test
The second "mkdir test" will fail with the following error ...
"A subdirectory or file test already exists."
Any attempt to make the directory, even with an explicit path, as in ...
mkdir test\test
mkdir x:\test\test
... results in the same error.
It
2014 Feb 27
1
Asterisk 12 - 100rel (Prack) no 100rel Require in responses
Hi
I am trying out Asterisk 12 between two servers in order to test the 100rel (PRACK) capability. When I set the called server to send Ringing (180) and wait before answering the call it is not sending 100rel Require in the Ringing message (non provisional response) therefore the calling server does not send a PRACK.
I have the same config at both ends and if I change the 100rel field in the
2003 Aug 12
1
Hardlinks in copy
Hi, Dovecotters.
In the Maildir code,
dovecot-0.99.10/src/lib-storage/index/maildir/maildir-copy.c, I see that
hardlinks are used. It seems that (line 185) if
MAILDIR_COPY_WITH_HARDLINKS is exported, then copying is attempted by
using link.
Having problems reading the source / flow of control, I resort to this
list.
When a file is linked, the mtime is naturally kept on the destination.
This
2004 May 26
13
Dropping established connections
Hello,
I have searched the list but couldn''t find the right answer. I want to
drop an established DNAT connection but could not manage it yet.
Someone earlier said to bring down the public interfaces, stop
shorewall, bring up the public interface and then start shorewall again
but this won''t work.
I also saw a message from Tom that someone then should unload all
iptables
2005 Dec 09
7
UserEngine - rake bootstrap aborted
Hi there,
I''ve just installed login_engine and user_engine from the repositories,
followed the setup procedures as documented in:
vendor/plugins/user_engine/README
But I''m getting the following failure:
vince@vaio:~/Projects/Booking$ rake bootstrap
(in /home/vince/Projects/Booking)
rake aborted!
undefined method `edit'' for class `UserController''
2015 Oct 31
2
Initialization Failed:
Hi dovecotters
I am trying to install dovecot on a mail server I am provisioning for
myself in AWS.
I am following an ArsTechnica guide, and at some stage in the process
the author recommends and provides instructions to configure Dovecot
(http://arstechnica.com/information-technology/2014/03/taking-e-mail-back-part-2-arming-your-server-with-postfix-dovecot/4/)
So, now I have it installed
2008 May 10
2
unix style mbox and vmain maildir on the same server
Hi,
I'm new to dovecott. Using version 1.0.rc15.
I have a mail server that has both the old style unix mbox
in /var/mail/%u, and virtual mail maildir in /var/vmail/%d/%n. Debian
Linux Etch stable. I'm trying to get dovecot to deliver to /var/mail/%u
using mbox format, and to deliver to /var/vmail/%d/%n using maildir
format. I can't get it do work. I can get it to access both
2012 Jul 03
1
Dovecot shared library to replace libc-client
Hi all Dovecotters,
Lots of programs (e.g, PHP) link to a library called c-client, which is
a derivative of the original IMAP implementation, UW IMAP.
(For those new to UW IMAP, read here: http://www.washington.edu/imap/ )
UW IMAP is not in as much of active development as it used to be, so I
am curious:
I see there is a dovecot shared library. I haven't looked into the
details, but
2012 Apr 12
2
POP3 Dovecot Auth CPU usage 75%+
Hello all,
I hope someone can help me, I have been testing out Dovecot to switch from
popa3d which I use at the moment. When I get several users connecting and
disconnection multiple times, the Dovecot process with command Auth uses
50-90% of the CPU for the period which they are connecting. I am wondering
if there is something that I may have misconfigured, or if there is
something that I can
2015 Sep 12
0
Need help on checkpassword userdb/passdb
Not to be grumpy, but I've posted a dozen or more message to this list in the
past week about what I think might be relatively common/easy issues and have had
zero response except from Rick Romero who is trying, but hasn't actually done
what I need himself. I'm sure someone has. Perhaps these problem are too mundane
compared to CalDAV, sieve filtering and IPA to excite List interest?