Displaying 20 results from an estimated 20000 matches similar to: "Authentication using native MySQL PASSWORD() function"
2005 Jun 04
2
pam mysql authentication
Hello
I am trying to use pam to authenticate dovecot again a mysql database.
In /etc/pam.d/dovecot i have:
auth optional pam_mysql.so host=localhost db=maildb user=mailro \
passwd=xxx table=users usercolumn=address passwdcolumn=passwd \
where="disabled is NULL and deleted = ''" crypt=1
account required pam_mysql.so host=localhost db=maildb
2005 Aug 23
1
Problem with AUTH causes serverside lockup
Hello all,
I am running Dovecot alpha1, and after about 24 hours of the server
working fine, it starts to lock up when I open Thunderbird to check mail.
Basically I can see new mail, but when I click it, it just hangs at
"Loading message...".
I get the following in my maillog:
Aug 23 09:25:28 palantir dovecot: auth(default): client in: AUTH
1 PLAIN service=IMAP
2005 Jan 15
1
pam auth with mysql
hi list,
since, days i?m trying to auth. samba users with pam using mysql
without any result
this is my /etc/pam.d/samba:
#@include common-auth
#@include common-account
#@include common-session
auth required pam_mysql.so user=root passwd=** db=samba table=users usercolumn=login passwdcolumn=password crypt=1
account required pam_mysql.so user=root passwd=** db=samba table=users
2011 Aug 14
2
Central limit theorem
my data looks like this:
PM10 Ref UZ JZ WT RH FT WR
1 10.973195 4.338874 nein Winter Dienstag ja nein West
2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd
3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost
4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord
5 30.925054 16.073091 nein Winter Sonntag nein nein Ost
6
2011 Aug 13
2
linear regression
dear R users,
my data looks like this
PM10 Ref UZ JZ WT RH FT WR
1 10.973195 4.338874 nein Winter Dienstag ja nein West
2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd
3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost
4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord
5 30.925054 16.073091 nein Winter Sonntag nein
1999 Oct 23
2
How can I Authenticate via MySQL ?
Hi ,
I want to set up my Redhat 6.0 Linux machine to Authenticate username and
password and other information for user that received from /etc/passwd &
/etc/shadow from MySQL server . How Can I do that ?
any Refrences or Manual for this is helpfull :)
Thanx
Hamid Hashemi
2010 Feb 02
3
Contribution for Wiki CentOS - Virtual Hosting with VSFTPD and MySQL on CentOS 5 - HowTO Tutorial
Hello
I am Thomas, alias Han Solo registered to wiki.centos.org with email
libnacom{}gmail.com.
I would like to contribute HowTO TUTORIAL for *Virtual Hosting with VSFTPD
and MySQL on CentOS 5*
which I posted in CentOS forums - link
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=24559&forum=38
Can I or someone post to WIKI for all others out there to help out
configuring it,
2016 Apr 07
2
Opportunistic quota recalc
On 07 Apr 2016, at 14:49, Tom Sommer <mail at tomsommer.dk> wrote:
>
> On 2016-04-06 21:09, Tom Sommer wrote:
>> On 2016-04-06 20:38, Timo Sirainen wrote:
>>> On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote:
>>>> I'm switching quota backend to redis (from maildir++), so all my current usages are reset.
>>>> I get that
2018 Oct 05
2
VOLATILEDIR not really used?
On 2018-10-05 11:35, Timo Sirainen wrote:
> On 4 Oct 2018, at 17.13, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>
>> On 2018-10-04 15:55, Timo Sirainen wrote:
>>> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>>> Is this correct, and if so are there any plans to move dotlocks etc.
>>>> to this
2016 Mar 17
2
lmtp timeout, locks and crashes
On 2016-03-17 13:41, Tom Sommer wrote:
> On 2016-03-15 10:53, Tom Sommer wrote:
>> I'm seeing some problems on accounts which get a lot of spam (like, a
>> lot).
>
> I did an "strace" on one of the hundreds of lmtp processes.
>
> It's doing stat() on all files in the new folder for the receiver:
>
>
2017 Jan 24
2
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:13, Tom Sommer wrote:
> On 2017-01-18 15:27, mkliewe at gmx.de wrote:
>
>> dovecot crashes when I switch the quota tracking from dict to count.
>
> I have the same problem, but I use 'dict:file' as quota backend -
> Maybe the error is due to quota_vsizes and not 'count'.
>
> // Tom Sommer
Hi!
What version of dovecot are you both using?
2005 Dec 19
1
Compile failure (alpha 5, MySQL 5)
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/kerberos/include -o dovecot-auth auth.o
auth-cache.o auth-client-connection.o auth-master-connection.o
auth-master-listener.o auth-module.o auth-request.o
auth-request-handler.o auth-stream.o auth-worker-client.o
auth-worker-server.o db-ldap.o
2018 Oct 04
2
VOLATILEDIR not really used?
On 2018-10-04 15:55, Timo Sirainen wrote:
> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote:
>> Is this correct, and if so are there any plans to move dotlocks etc.
>> to this directory?
>
>
> What dotlocks? I guess mbox and Maildir have some locks that could be
> moved there, but a better performance optimization for those
> installations
2004 Oct 21
1
./configure --with-mysql --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
Hi,
I installed dovecot from dovecot-1.0-test51 with this configure line:
./configure --with-mysql --prefix=/usr --sysconfdir=/etc
--localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
When I add this to my dovecot.conf:
passdb = mysql /etc/dovecot-mysql.conf
I get this in /var/log/maillog when I run "dovecot -c /etc/dovecot.conf":
Oct 21 13:59:16 one dovecot: Dovecot
2008 Dec 23
1
Password field limitations
Hi,
I've searched the WIKI for this information but seem unable to find
anything about it.
What limitations are imposed on the password for IMAP/POP3 users? I've
had a customer saying they can't use passwords which contain "." or ":",
and some seem to have problems when the password is 8 characters.
I use PLAIN authentication, passwords are stored in a MySQL
2007 Aug 07
1
postfix+mysql
Hi
Howto install postfix-mysql and pam-mysql from repository yum
PD. excuse my English, I I speak Spanish
2005 Jul 27
1
Dovecot, Postfix, Mysql and Virtual Users
I have been reading up :
http://wiki.dovecot.org/moin.cgi/DovecotPostgresql to create virtual users
who can access the email.
Can i follow these steps with a few changes to get to use mysql instead of
Postgresql ?
Also i dont know if u all can help.. but i have tried to do :
SASL2 authentication configuration in main.cf(Postfix):
smtpd_recipient_restrictions = permit_sasl_authenticated,
2019 Mar 23
1
quota-service with Director - A workaround
On 2019-03-21 10:28, Sami Ketola via dovecot wrote:
>> On 20 Mar 2019, at 18.17, Tom Sommer via dovecot <dovecot at dovecot.org>
>> wrote:
>>
>>
>> On 2019-03-20 16:40, Sami Ketola via dovecot wrote:
>>
>>>> On 20 Mar 2019, at 17.13, Tom Sommer via dovecot
>>>> <dovecot at dovecot.org> wrote:
>>>> I realize
2017 May 18
2
lmtp segfault after upgrade
On 18.05.2017 10:55, Tom Sommer wrote:
> On 2017-05-18 09:36, Teemu Huovila wrote:
>> Hello Tom
>>
>> On 02.05.2017 11:19, Timo Sirainen wrote:
>>> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote:
>>>>
>>>> (gdb) bt full
>>>> #0 i_stream_seek (stream=0x21, v_offset=0) at istream.c:298
>>>>
2007 Jan 03
6
R grahics: Save as hangs computer
Hello list,
I have encountered a problem trying to save graphs using the R-graphics
menu: File|Save as. The menu suggests that files may be saved as either
Metafile, Postscript, pdf, png, bmp, jpeg.
When I specify any of those file formats a menu comes up requesting a file
name. After providing a name R invariably hangs and has to be restarted.
I am able to save files under the various