Displaying 20 results from an estimated 8000 matches similar to: "vpopmail auth failure"
2009 May 29
3
locking fails
hello!
on one of my servers (freebsd 7.0-R , Jail) I have a very strange problem
I guess its something about LOCKing.
some programs have issued with locking:
saslauthd[38127] :main : could not lock pid lock file: /var/run/saslauthd/saslauthd.pid.lock
saslauthd[38127] :main : fcntl: Invalid argument
dovecot: 2009-05-29 03:45:50 Info: dovecot v1.1.15 starting up
2004 Jan 11
5
BSD-licensed IDS/IDP Software?
I seem to remember seeing somewhere (on this list/on the web -- don't
remember) that there was some ``Snort-like'' software that was available under
the BSD license. Unfortunately, I'm unable to find any information about such
software. Was I dreaming, or can anybody else jog my memory? :)
Kind regards,
Devon H. O'Dell
2010 Aug 17
1
Using dovecot with vpopmail and mysql auth?
Hi,
Does anyone happen to know the right strings to do authentication
against mysql storing vpopmail data, vs using the vpopmail auth module?
I'm trying to get up to both vpopmail 5.5, and dovecot 2.0, and
dovecot-auth seems to reliably segfault on the 5.5 vpopmail module.
I've tried downgrading vpopmail as well, with less than stellar results.
I saw an old article about doing
2007 Feb 06
1
Problem with vpopmail auth
Hello,
I've install 1.021 and am having some problems getting vpopmail
authentication to work correctly (running 0.99 in production, upgrading
to 1.021). I'm using vpopmail-5.4.16. Here are the authentication
debug statements in the log, my dovecot.conf changes from default, and
the schema of my vpopmail database. Any ideas / suggestions? I've
commented out all authentication
2010 Aug 27
3
vpopmail auth always return "unknown user"
Hi,
I'm working on a setup of dovecot 2 + netqmail + vpopmail 5.5 but auth
doesn't works :(
dovecot -n
# 2.0.1: /etc/dovecot/dovecot/dovecot.conf
# OS: Linux 2.6.35.1-rscloud x86_64 Ubuntu 10.04.1 LTS
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login cram-md5
auth_verbose = yes
auth_verbose_passwords = plain
disable_plaintext_auth = no
log_path =
2009 Sep 25
1
Ubuntu 9.x segmentation fault with vpopmail auth
I've been trying for 24 hours now, to get an IMAP server which will
autenticate off of vpopmail cdb database and the auth module always
segfaults on login.
I'm using vpopmail 5.5.0 only because it is the only version which seems
to create a dynamically linked version of the library.
I tried latest releases dovecot 1.0, 1.1, and 1.2. Also latest mercurial
pulls of 1.1 and 1.2.
Even old
2007 Mar 28
3
vpopmail "last auth" question
Hello,
I run the domain for the school here with qmail and vpopmail on FreeBSD
with dovecot from the ports.
I'm running dovecot 1.0.r26 and everything is working great.
I been noticing that dovecot isn't updating when the user last logged
in.. and I can't seem to figure out why. I also can't seem to find
anything in the archives about it.. so am I the only one?
name:
2008 Jul 07
1
imap and vpopmail: per-domain auth
Hi, i have qmail + vpopmail + dovecot + squirrelmail 0.99.14 on Fedora
Core 4. Qmail includes its own pop3 server, and everybody is able to
access it from outside. Dovecot is used only locally by SquirrelMail -
so everybody can access via webmail.
I'd like to make imap directly available from outside, but only for a
few selected domains (NOT ip addresses!), while leaving everyone able to
2014 Oct 30
1
vpopmail, open_smtp_relay and non-PLAIN auth mechs
I've noticed that if using the vpopmail auth setup, that the roaming-user
functionality
provided via open_smtp_relay() is only done if the auth mechanism is PLAIN.
For
example, if the client authenticates via DIGEST-MD5, the open relay file is
not updated, as it should be.
This is due to the call to open_smtp_relay only being done
via vpopmail_verify_plain().
Instead, imo, that call should be
2009 Aug 31
1
dovecot-auth segfault with vpopmail 5.5.0 on amd64
Seeing dovecot-auth segfault on amd64
dovecot is 1.2.4
pertinent details below:
ldd /usr/local/libexec/dovecot/dovecot-auth
linux-vdso.so.1 => (0x00007fffef1fe000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007fe8e6bae000)
libvpopmail.so => /usr/lib/libvpopmail.so (0x00007fe8e6986000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fe8e6782000)
librt.so.1 => /lib/librt.so.1
2003 Mar 14
1
dovecot/vpopmail auth problems
Hello.
I am having problems getting dovecot to authenticate correctly through
vpopmail.
I have used vpopmail for some time, and I understand how it works.
vpopmail is using mysql to store it's authentication data.
vpopmail's tools can access the user database just fine, and vchkpw
is working so far as authentication goes.
I took an "strace -f dovecot", in case it can help.
2007 Jan 12
1
Vpopmail auth with vchkpw
Hey Guys,
I'm using vpopmail, and was told here that I need to use the vchkpw
passwd module to authenticate AND get my lastauth data updated.
It works like a charm, but I've come across another minor issue.
vchkpw sets the 'connection-type' based on the variable TCPLOCALPORT
If that's not set, it defaults to pop. What this does in my environment
is cause someone who is
2007 Mar 22
3
--with-vpopmail compile errors
Hi,
I'm building dovecot.src.rpm with vpopmail support and I get this error:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib
-I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm
-DAUTH_MODULE_DIR=\""/usr/lib/dovecot/auth"\"
-DPKG_LIBEXECDIR=\""/usr/libexec/dovecot"\" -I/home/vpopmail/include
-std=gnu99 -O2 -g -march=i686 -Wall
2012 Aug 24
1
Vpopmail Dynamic Authentication Module
Hello,
We currently use qmail with vpopmail for e-mail and are looking to switch
from courier-imap to dovecot for IMAP on our RedHat EL 5 systems. Our goal
is to use the dovecot RPM supplied by RH (v1.0.7) if at all possible. We
can do this if we are able to dynamically load the vpopmail auth module.
The wiki (http://wiki.dovecot.org/CompilingSource) notes that this should
be possible:
2004 Sep 22
3
problems with cvs version and vpopmail
Hi, I have tried compiling the latest cvs version of dovecot on my FreeBSD
5.2.1-release box with the ports version of vpopmail: 5.4.3_1.
In the configuration file I have two auth paragraphs, one for passwd
authentication and one for vpopmail-auth:
auth vpopmail {
mechanisms = plain
userdb = vpopmail
passdb = vpopmail
user = vpopmail
}
But the vpopmail dosn'nt work. I got the
2002 Nov 24
2
vpopmail support?
Well, I read that back in 0.98 or so vpopmail support should work so I assumed it would be enabled in 0.99 but here's what I get.
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I/usr/local/vpopmail/include -g -O2 -Wall -W -g -O2 -Wall -W -c userinfo-vpopmail.c
In file included from userinfo-vpopmail.c:12:
/usr/local/vpopmail/include/vpopmail.h:133: syntax error before `*'
***
2017 May 30
3
Still trouble with vpopmail
Getting this error:
> In file included from ../../src/lib/lib.h:6:0,
> from auth-common.h:4,
> from userdb-vpopmail.c:5:
> ../../config.h:791:0: note: this is the location of the previous
> definition
> #define VERSION "2.2.30"
> ^
> userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?:
> userdb-vpopmail.c:72:6:
2010 Oct 07
1
Qmail+Vpopmail+Mysql+Dovecot 2.x (Notes on a successful conversion)
SoI had a hell of a time converting my qmail install to dovecot 2.0.5,
so I thought I'd pass on what I learned.
1. When using vpopmail, do not use " --disable-many-domains". If you
do, you'll need to recompile vpopmail without that setting and use the
script found at
http://qmailrocks.thibs.com/downloads/scripts/migrate-vpopmail-many-domains
to collapse the tables.
2.
2010 Nov 12
3
Dovecot + vpopmail + shared folders
I'm using dovecot 1.2.14 with vpopmail.
I've enabled shared folders and the default setup was not working. The
default setup being this line:
location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
Going through the Archives I saw a message from Timo that said to
apply a patch and use this line instead:
location =
2010 Sep 22
1
Vpopmail support broken
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
My apologies if I'm posting for information which has already been
supplied to the list. I searched and all I found was people talking
about the change in 2.0.3, but no details on the commit other than "I
was tired of people telling me it crashes".
We have not received any reports for the 5.4 or 5.5 branch of vpopmail
causing crashes