Displaying 20 results from an estimated 2000 matches similar to: "Authentication problems with mysql 5"
2018 Nov 30
2
UNSUBSCRIBE
UNSUBSCRIBE
> -----Original Message-----
> From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf
> Of Michael A. Peters
> Sent: Friday, November 30, 2018 8:21 AM
> To: dovecot at dovecot.org
> Subject: Re: DMARC policies
>
> On 11/29/2018 11:13 PM, Aki Tuomi wrote:
> > Hi!
> >
> > It seems we accidentically had a high amount of subscribers
2008 Mar 24
8
Poor performance on open/copy/close/rename file operations via remote/VPN connection
Hello,
I have Samba version 3.0.24 running on a 2.6.14-gentoo-r5 x86 kernel
(xeon 3ghz, 1gb ram raid 5).
All clients accessing samba shares via LAN have no problems. Samba
server works perfectly and fast.
We are instead experiencing serious performance issues when accessing
samba shares from remote clients (WAN), via VPN.
Simple operations like "open a file", "copy & paste a
2006 Mar 30
0
Dovecote Make failure with MySQL support.
Hello all. I am trying to compile Dovecot from source on an AMD Opteron
based Sun server running Solaris 10. I ran the configue script with the
mysql flag on because I need mysql auth support.
I am running MySQL version: 5.0.18
Here is where the make fails. Any suggestions?
*** Error code 1
make: Fatal error: Command failed for target `driver-mysql.o'
Current working
directory
2001 Aug 13
3
Problems with downloading R 1.3.0
I am trying to download R.1.3 for Windows , and I have troubles with some
of the .zip files. I am working with a laptop
operating on Windows 98 and use Netscape 4.5 as a browser.
I have downloaded without problems the following files:
rw1030b1.zip
rw1030ch.zip
rw1030d1.zip
rw1030d2.zip
rw1030sp.zip
rw1030w.zip
but when I try to download
rw1030b2.zip
rw1030h.zip
rw1030l.zip
the
2005 Dec 30
2
problems connecting to the Problems connecting to mysql
Hi,
I'm trying to setup a mailserver running postfix and dovecot with mysql
as database backend. Postfix is already running and delivers mails just
fine. Unfortunately, dovecot has great problems connecting to the
database (using username + password).
Found that two threads about the same issue but none of them solves the
problem
http://dovecot.org/list/dovecot/2005-April/006770.html
2011 Jun 23
3
Mysql access denied
Currently using dovecot 2.0.12 and mysql server 4.0.20 (I know, it's
really old) and having issues getting Dovecot to authenticate to the mysql
server. We have confirmed that the credentials are correct and the host
machine can access the database, however we are getting the following
error:
Jun 23 08:12:50 hostname dovecot: auth: Error: mysql(databaseserver.com):
Connect failed to database
2006 Oct 13
1
MySQL "access denied" problems
Now that I was able to debug it myself, I found that it's caused by the
same problem as before: Conflicting sha1_result symbol. This time only
linking succeeded without errors, but at runtime it was still using the
wrong one.
So I updated the wiki page: http://wiki.dovecot.org/MysqlProblems
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
2013 Nov 05
1
FreeBSD 10.0-BETA3 now available
The third BETA build of the 10.0-RELEASE release cycle is now available
on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and
sparc64 architectures.
The image checksums follow at the end of this email.
ISO images and, for architectures that support it, the memory stick images
are available here:
ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.0/
(or any of the FreeBSD
2006 Feb 25
0
rpm build problem with beta 3
Hi
I have a small problem with building a rpm of dovecot. I normally build
rpms from the tar balls to install on our servers.
With beta 3 I'm getting the error below. It builds fine if it is left
stock with no ldap support.
This the snip from the .spec file I put the --with-ldap as I require
ldap support however this is stoping it from building.
%configure \
--with-ldap \
2010 Apr 23
3
rails-3.0.0.beta3 install error on ri 'lib' ENOENT
Hi,
I was getting an odd error installing rails-3.0.0.beta3 on a fresh
Ubuntu 10.04 install. The same exact error was occurring on my Ubuntu
9.10 install, so I''m sure it isn''t something specific to the Ubuntu
version (nor beta for that matter).
This is the error:
mike@ubuntu:~/rubygems-1.3.6$ sudo gem1.9.1 install rails --pre
Successfully installed activesupport-3.0.0.beta3
2004 Apr 21
2
Question on CAR appendix on NLS
The PDF file on the web, which is an appendix on nonlinear regression
associated with the CAR book, is very nice.
When I ran through the code presented there, I found something
odd. The code does a certain model in 3 ways: Vanilla NLS (using
numerical differentation), Analytical derivatives (where the user
supplies the derivatives) and analytical derivatives (using automatic
differentiation). The
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o
mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic
libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a
2010 Apr 26
2
/lib/rack/request.rb in my gem - is this reserved?
Hi!
I write a gem at the moment. The Gem need to register during the
process in the rack middleware.
So I make an folder "rack" inside my "lib" folder. I called the file
"request.rb" because it keeps track of requests.
So we speaking about the file /lib/rack/request.rb
But even if I place an empty file on this, I get the following:
2010 Mar 25
0
help with breaking loops used to fit covariates in nlme model building procedure
Dear All
I'm attempting to speed up my model building procedure, but need some help with the loops I've created...please bear with me through the explanation!
My basic model call is something like:
m0sulf.nlme<-nlme(conc~beta0*exp(-beta1*day)+beta2*exp(-beta3*day),
data=m0sulf,
fixed=(beta0+beta1+beta2+beta3~1),
2010 May 20
5
Problem with installation of Rails 3
Help me out guys....
While installing rails 3 i got the following message
:~$ sudo gem install rails --pre
Successfully installed rails-3.0.0.beta3
1 gem installed
Installing ri documentation for rails-3.0.0.beta3...
File not found: lib
My gem list
:~$ gem list
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.0.beta3, 2.3.5)
actionpack (3.0.0.beta3, 2.3.5)
activemodel (3.0.0.beta3)
2006 Feb 23
0
Beta3 bug - non-first make install's fail
make[4]: Entering directory `/home/root/dovecot-1.0.beta3/src/plugins/convert'
mkdir -p -- /usr/lib/dovecot/imap /usr/lib/dovecot/pop3 /usr/lib/dovecot/lda
for d in imap pop3 lda; do \
rm -f /usr/lib/dovecot/$d/lib02_trash_plugin.so; \
ln -s ../lib01_convert_plugin.so /usr/lib/dovecot/$d; \
done
ln: `/usr/lib/dovecot/imap/lib01_convert_plugin.so': File exists
ln:
2008 Aug 11
0
AEC stops working in 1.2-rc1?
OK, here's what happens. There is indeed a small difference between
beta3 and rc1, but the fundamental problem isn't there. I've attached
plots of the speaker signal (blue) alongside the mic signal (green). You
can see the delay is in the order of 1000 samples. That's way too much
to do anything useful because the tail doesn't even "see" the echo. You
need to reduce
2006 Feb 27
2
Error "make install" of dovecot 1.0b3
I just downloaded dovecot 1.0b3 and running "make install" gives me an error
This seems like a fairly simple bug in the Makefile ... but I'm not sure if maybe its a symptom of something more complex.
I've tried "make uninstall" , "make install" and removing the entire /usr/local/lib/dovecot tree and same thing.
dovecot does run ... but for other reasons
2009 Jun 15
0
Asterisk 1.6.2.0-beta3 Now Available
The Asterisk Development Team is pleased to announce the third beta of
Asterisk 1.6.2.0. Asterisk-1.6.2.0-beta3 is available for immediate download at
http://downloads.digium.com/pub/asterisk/
This is an incremental release of the 1.6.2.0 branch as the previous beta was
released just over a month ago, and many issues have been resolved since then.
Included in this release are the following issues
2009 Jun 15
0
Asterisk 1.6.2.0-beta3 Now Available
The Asterisk Development Team is pleased to announce the third beta of
Asterisk 1.6.2.0. Asterisk-1.6.2.0-beta3 is available for immediate download at
http://downloads.digium.com/pub/asterisk/
This is an incremental release of the 1.6.2.0 branch as the previous beta was
released just over a month ago, and many issues have been resolved since then.
Included in this release are the following issues