Displaying 20 results from an estimated 40000 matches similar to: "vpopmail and proxy-* parameters (again)"
2010 Oct 13
2
Director and CRAM-MD5
Hello,
i have a setup with two director servers pointing to two backends. I
don't care that much for load balancing, my main goal is high availability.
CRAM-MD5 auth is working fine if I connect directly to the backends, but
the director only supports AUTH=PLAIN because of the static passdb.
director config:
> passdb {
> driver = static
> args = nopassword=y proxy=y
> }
>
2011 Aug 24
3
Dovecot rejecting Vpopmail User 89
I'm working to get Dovecot 2.0.13 working along with qmail, Vpopmail and
Squirrelmail on a Debian 6.0.2 system, Dovecot compiled, not from a
package.
Vpopmail has a widely known assigned user/group ID of 89 and is the owner
of all the mail folders.
Regardless of value of first_valid_uid (1, 89, other), Dovecot denies
Squirrelmail connection, saying it can't allow access to UID 89.
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 =
2011 Apr 12
1
Vpopmail and lastauth
Hello, I'm migrating many accounts to a new server with vpopmail 5.4.33
and dovecot 2.0.11.
I've already vpopmail 5.4.32 and dovecot 1.2.16 on others servers
running without problems.
With dovecot 2.0.11 my lastauth file is not updated. This file usually
is update on any access (smtp, pop3, imap) with the client's IP, for
every mailbox. Now it's updated only when a client
2006 Jul 04
1
migrating to 1.0.rc1 + vpopmail
Hi,
We want to migrate to rc1 using vpopmail auth. This is the configuration:
--------------------------------------------------
auth default {
# Space separated list of wanted authentication mechanisms:
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi
mechanisms = plain login
passdb vpopmail {
# [cache_key=<key>] - See cache_key in PAM for explanation.
2011 Jul 19
1
Dovecot + Vpopmail quota issues
I can't get dovecot to ignore a certain directory/namespace when
calculating quotas.
I am running dovecot 1.2.16 with vpopmail configured for quotas.
I use the dot (.) as my separator and my user structure is as follows:
../domain.com/user/Maildir for all the user directories
I also have for each user:
../domain.com/user/Maildir/Archive which is a symlink to a NFS
mounted
2006 Aug 23
1
[Patch] vpopmail plaintext passwords
Hello,
This patch enables APOP and CRAM-MD5 when using vpopmail auth.
Remi Gacogne
Aqua Ray SARL
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vpopmail_plain.patch
Type: application/octet-stream
Size: 3051 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060823/496187ee/attachment-0002.obj>
2013 Apr 12
0
Problem with vpopmail + qmail + dovecot lda
I have a little problem in my configuration (vpopmail + qmail + dovecot
2.1.12 with LDA)
my .qmail-default is this
| /var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda -d
$EXT@$USER -e | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
I receive al mails to postmaster for non-existent users (all my users
are virtual and live under group 89 vpopmail) and this is ok
2010 Feb 20
2
[AUTH] Extra @ in user and empty passwd with CRAM-MD5
Hi,
I got problem whith CRAM-MD5 auth (works fine with PLAIN):
------------------------------------------------------------------------------
Feb 20 13:15:02 auth(default): Info: new auth connection: pid=5026
Feb 20 13:15:06 auth(default): Info: client in: AUTH 1 CRAM-MD5
service=imap secured lip=87.98.131.8 rip=82.245.64.126 lport=143 rport=1130
Feb 20 13:15:06 auth(default): Info: client
2011 Sep 30
1
Intermittent authentication failures
I'm running dovecot with vpopmail. Here's the configuration:
[root at wong log]# dovecot -n
# 2.0.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-238.9.1.el5 i686 CentOS release 5.6 (Final)
auth_cache_size = 32 M
auth_mechanisms = plain login digest-md5 cram-md5
auth_username_format = %Lu
first_valid_uid = 89
log_path = /var/log/dovecot.log
login_greeting = Dovecot toaster ready.
2010 Aug 28
1
Error: service(auth): child 2212 killed with signal 11
Hi,
Auth always crash (segfault) using vpopmail backend.
Any idea ?
vpopmail 5.5.0
os: ubuntu 10.04 on rackspace cloud
# dovecot -n
dovecot -n
# 2.0.1: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.35.1-rscloud x86_64 Ubuntu 10.04.1 LTS
auth_debug = yes
auth_mechanisms = plain login cram-md5
auth_verbose = yes
auth_verbose_passwords = plain
disable_plaintext_auth = no
first_valid_uid =
2011 Mar 15
2
2.0.7 - missing SORT/THREAD
Obviously I did something wrong, but I don't have SORT and THREAD
Capabilities built into my 2.0.7 server (OpenSolaris 5.11 snv_134
i86pc i386 i86xpv Solaris)
What do I need to do?
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5]
VFEmail.net ready.
1 CAPABILITY
* CAPABILITY IMAP4rev1 LITERAL+
2007 Jun 06
1
bug in passdb-vpopmail.c
Hi there,
i've tried to compile dovecot-latest.tar.gz (currently dovecot-20070522) with
vpopmail support and spotted the following bug (patch is also attached):
--- dovecot-20070522/src/auth/passdb-vpopmail.c.orig 2007-05-20
23:11:36.000000000 +0200
+++ dovecot-20070522/src/auth/passdb-vpopmail.c 2007-06-06 09:02:01.968750000
+0200
@@ -66,7 +66,7 @@
password =
2006 Jan 20
1
dovecot-lda and vpopmail
I'm setting up a new box with Dovecot 1.0 beta1 and vpopmail. Normal
operations works like a charm, i.e. vpopmail virtual can log in
sucessfully using TLS.
However, when trying to test dovecot-lda out of CVS, it is not locating
the user:
> *** Starting dovecot-imapd service...
> dovecot: Info: Dovecot v1.0.beta1 starting up
> dovecot: Info: auth(default): master in: USER 1
2010 Feb 26
2
segfault with vpopmail 5.5.0
Hi,
version: 1.2.10
OS: Debian unstable/x86_64
[118905.528497] dovecot-auth[3856]: segfault at 0 ip (null) sp 00007fff6666ad98 error 14 in dovecot-auth[400000+61000]
2010-02-26 22:17:45 dovecot: Error: child 3856 (auth) killed with signal 11 (core dumped)
(gdb) bt full
#0 0x0000000000000000 in ?? ()
No symbol table info available.
#1 0x0000000000423b0e in vpopmail_lookup_vqp
2004 Jun 14
1
vpopmail and open smtp relay
I'm using vpopmail's POP-before-SMTP auth, but dovecot don't support it,
so I'm wrote this patch
==============================================================
diff -Naur dovecot-0.99.10.5/src/auth/auth-login-interface.h
dovecot-0.99.10.5-patched/src/auth/auth-login-interface.h
--- dovecot-0.99.10.5/src/auth/auth-login-interface.h Sun May 18
16:26:28 2003
+++
2005 Sep 11
0
Minor patch for vpopmail support
It doesn't seem like this code path has been tested recently, since it fails to
compile without the following patch (works fine with it):
--- src/auth/userdb-vpopmail.c 7 Aug 2005 11:41:19 -0000 1.17
+++ src/auth/userdb-vpopmail.c 11 Sep 2005 11:57:42 -0000
@@ -84,7 +84,7 @@
}
}
- reply = auth_stream_reply_init();
+ reply =
2002 Nov 27
1
vpopmail - again
OK, dovecot compiles fine and starts up. I changed the auth_userinfo var to vpopmail, fired up imap-master and tried to login via webmail and my log spits out the following:
imap-login: Nov 26 14:50:50 Error: Can't connect to imap-auth at auth: Connection Refused
imap-login: Nov 26 14:50:51 Error: Can't connect to imap-auth at vpopmail: Connection Refused
Any ideas?
--Weasel
weasel at
2011 Feb 02
1
STARTTLS problem
Hi,
We try to configure dovecot as usual (all our servers have
dovecot+vpopmail+qmail or postfix).
We set up dovecot with the next outcome:
- imap ok
- imaps ok
- imap STARTTLS NOT OK
Debug:
root at s13:/home/lucas# gnutls-cli --starttls -p 143 ip
Resolving 'ip'...
Connecting to 'ip'...
- Simple Client Mode:
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID
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: