Displaying 20 results from an estimated 800 matches similar to: "Help - custom vpopmail"
2007 Mar 14
1
userdb-vpopmail.c bug in rc27
Hi!
I discovered a bug in $subject. Next line caused a compilation error:
auth_request_log_debug(auth_request, "vpopmail",
"lookup user=%s domain=%s",
vpop_user, vpop_domain);
I think, te correct version is:
auth_request_log_debug(request, "vpopmail",
"lookup user=%s domain=%s",
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
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
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
+++
2006 Jan 18
2
%d interpolation problem fixed
On 6 Dec 2005, at 17:21, Timo Sirainen wrote:
> On Tue, 2005-12-06 at 17:11 +0000, William Ross wrote:
>> On 6 Dec 2005, at 16:51, Timo Sirainen wrote:
>>
>>> On Fri, 2005-10-28 at 17:52 +0200, Riccardo Bini wrote:
>>>>> I just wrote this: http://wiki.dovecot.org/Quota
>>>> Well... but you have to correct %n with vpopmail backend. %u in the
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
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
2018 Oct 04
3
vpopmail
Quoting Eric Broch <ebroch at whitehorsetc.com>:
> On 10/4/2018 6:34 AM, Rick Romero wrote:
>
>> ?
Quoting Aki Tuomi <aki.tuomi at open-xchange.com>:
> On 03.10.2018 23:30, Eric Broch wrote:
>
>> Hello list,
>>
>> I run Dovecot with the vpopmail driver and have found that it
>> authenticates against the clear text password in the vpopmail
2018 Oct 04
2
vpopmail
Quoting Aki Tuomi <aki.tuomi at open-xchange.com>:
> On 03.10.2018 23:30, Eric Broch wrote:
>> Hello list,
>>
>> I run Dovecot with the vpopmail driver and have found that it
>> authenticates against the clear text password in the vpopmail
>> database. Is there a configuration option either at compile time, link
>> time, or a setting in one of the
2018 Oct 04
2
vpopmail
Quoting Eric Broch <ebroch at whitehorsetc.com>:
> On 10/4/2018 7:27 AM, Rick Romero wrote:
>>
>> Quoting Eric Broch <ebroch at whitehorsetc.com
>> <mailto:ebroch at whitehorsetc.com>>:
>>
>>>
>>> On 10/4/2018 6:34 AM, Rick Romero wrote:
>>>>
>> Quoting Aki Tuomi <aki.tuomi at open-xchange.com
>>
2007 Jan 02
1
dovecot/vpopmail lastauth
Hi All,
I have dovecot working wonderfully on a qmail/vpopmail, but I've noticed
my 'lastauth' is never filled in.. If I use vpopmail's pop, and auth to
that, then 'lastauth' is updated. It just seems weird that if dovecot
is using the vpopmail lib, that lastauth wouldn't be updated.
Has anyone else run into this?
Thanks
Rick
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
2004 Sep 30
0
dovecot not working with some vpopmail passwords
Hello.
I tried installing dovecot on a server that relies on vpopmail
authentication using $1$ MD5 algorithm and it didn't work.
Please fix this for the next release.
Attached is a patch, please be carefull with the line wrapping.
Radu
--- passdb-vpopmail.c.old Thu Feb 20 00:46:51 2003
+++ passdb-vpopmail.c Thu Sep 30 18:58:56 2004
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Timo
2005 Nov 03
0
Vpopmail authentication problem
Hello,
I have a problem setting dovecot-1.0 / vpopmail authentication with
virtual users.
Here is my dovecot.conf (the part related to vpopmail) :
passdb = vpopmail
userdb = vpopmail
default_mail_env = maildir:/home/domains/%d/users/%n
I recompiled dovecot with "verbose" option and keep getting this error :
Nov 3 11:10:58 ***** dovecot: auth(default): vpopmail(lb at
2018 Oct 04
0
vpopmail
On 10/4/2018 6:34 AM, Rick Romero wrote:
>
> Quoting Aki Tuomi <aki.tuomi at open-xchange.com
> <mailto:aki.tuomi at open-xchange.com>>:
>
>> On 03.10.2018 23:30, Eric Broch wrote:
>>
>>> Hello list,
>>>
>>> I run Dovecot with the vpopmail driver and have found that it
>>> authenticates against the clear text password in the
2018 Oct 04
0
vpopmail
On 10/4/2018 7:27 AM, Rick Romero wrote:
>
> Quoting Eric Broch <ebroch at whitehorsetc.com
> <mailto:ebroch at whitehorsetc.com>>:
>
>>
>> On 10/4/2018 6:34 AM, Rick Romero wrote:
>>>
> Quoting Aki Tuomi <aki.tuomi at open-xchange.com
> <mailto:aki.tuomi at open-xchange.com>>:
>
>> On 03.10.2018 23:30, Eric Broch wrote:
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.
2018 Oct 04
0
vpopmail
Quoting Rick Romero <rick at havokmon.com>:
> Quoting Eric Broch <ebroch at whitehorsetc.com>:
>
>> On 10/4/2018 7:27 AM, Rick Romero wrote:
>>> Quoting Eric Broch <ebroch at whitehorsetc.com
>>> <mailto:ebroch at whitehorsetc.com>>:
>>>
>>>> On 10/4/2018 6:34 AM, Rick Romero wrote:
>>>>> ?
>>>
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+
2003 Jan 14
1
0.99.7 out
This one seems to be actually working. Also rewrote doc/index.txt in
case someone is interested.