Displaying 20 results from an estimated 3000 matches similar to: "vpopmail disabled services fix"
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
2008 Dec 02
3
qmail and LDA: passdb didn't return userdb entries
Hi,
i'm testing Dovecot LDA to works with qmail and vpopmail. I have added into
a .qmail for a users this line:
root at test.com: /home/vpopmail/domains/test.com/0/test# cat .qmail
| /var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER
This is my dovecont conf:
# dovecot -n
# 1.1.7: /etc/dovecot.conf
# OS: Linux 2.6.24-21-server x86_64 Ubuntu 8.04.1
log_path:
2012 Feb 16
6
Something is strange - perhaps my AMD processors ?
Moi Timo / all.
I've been using Dovecot on my Qmailtoaster production mailserver for
some years - since 1.0.7 and current Version 2.0.10 - works perfectly.
Now I am installing a backupsystem and a VM testsystem (2 boxes) - and
no matter how and what Version I am installing on these 2 boxes I get
below messages whenever I try to test connection with Telnet (localhost
110 / 995).
I have tried
2013 Oct 12
1
Problem with PAM, vpopmail and Roundcube
Hello,
I have a problem to which I have not been able to find a solution by
myself or online.
I have Dovecot running together with Qmail on a CentOS server. I need
to be able to control which users are allowed IMAP access and at the
same time allow IMAP access for all users when the requests are coming
from a specific IP.
My problem has two parts, detailed below.
2008 Jul 20
4
v1.1.2 release candidate
I've finally read and answered most of the mails on this list. ?If you
haven't received an answer to your question, resend it. There are a
couple of tricky mbox issues left, but I'm not sure if I can do anything
about them unless someone can show me how to reproduce the problems.
There are quite a lot of new features in v1.1.2 actually. Most of them
are in plugins so hopefully they
2011 Dec 22
0
Patch for dovecot 1.2.16 (and .17) for vpopmail module
Hi Timo,
I love dovecot but I love also vpopmail and its functions for manage
user limits (via vmoduser). Unfortunately in dovecot 1.2.x auth default
set to use "vpopmail" is unable to apply this limits. Only if used with
checkpassword limits works fine but in the dovecot.log only user
(without @domain) is logged.
So, based on the code of dovecot 2.0, I have created this very
2014 Mar 09
1
dovecot 2 + vpopmail 5.5.0
I am working on setting up dovecot 2.2.12 with an installed qmail +
vpopmail 5.5.0 base. So far I have not had much luck getting the auth to
work with vpopmail. Does dovecot 2.2.12 work with vpopmail 5.5.0? So far
when I try to authenticate I always get back User Unknown in the log.
Thanks
2008 Jun 13
0
"Disable non webmail IMAP access" in vpopmail and Dovecot
Hello,
i'm using in my installation qmail+vpopmail and now I have migrated from
courier-imap to dovecot.
Dovecot is very much faster with large mailbox than courier-imap.
But I have a problem.
vpopmail has a feature that allows you to "Disable non webmail IMAP access",
many webmail using imap as if they were, and they are, a client IMAP.
vpopmail give me the ability to
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:
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
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 =
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:
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
2018 Oct 03
2
vpopmail
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 configuration files that tells the program to
authenticate against the hash instead of the clear text?
--
Eric Broch
White Horse Technical Consulting
2005 Mar 10
1
dovecot and vpopmail
Hello
Does dovecot know to expand %d in default_mail_env to
the default vpopmail domain in case the user logs without
attaching the @domain in his login ?
I last tried this on an old dovecot and this didn't work...
Radu
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
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 Sep 20
1
Problem installing latest dovecot w vpopmail
Hello -
I am trying to migrate my dovecot installation from an older server
running version 1.x to the latest 2.0.3
When I run configure --with-vpopmail, it bombs pretty quick as follows:
./configure --with-vpopmail
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for