Displaying 20 results from an estimated 6000 matches similar to: "Authentication userdb file / configuration help - newbie question..."
2005 Jan 16
1
Dovecot + Xmail Setup Howto
OK I finally found time to write this. (this is for dovecot 99.X and Xmail
1.X >= 1.17)
(in dovecot 1.0 it'll able to auth against Xmail via a auth script. aka
You'll only need to have 1 user account databases, XMAIL's YAY !!!)
Steps:
1. Install Dovecot. (rpm or Source)
>From Source : http://wiki.dovecot.org/CompilingSource
>From RPM :
2008 Mar 28
1
Dovecot Startup error on FreeBSD
Hi,
I have installed latest Dovecot 1.0.13 on a FreeBSD 6.2 with XMail
(www.xmailserver.org). It works OK except one thing: error on startup.
After each reboot there are lots of such error:
dovecot: Mar 28 08:54:38 Error: child 916 (login) returned error 89
dovecot: Mar 28 08:54:54 Error: imap-login: No authentication sockets found
When I restart dovecot by running startup script
2015 Sep 11
2
Need help on checkpassword userdb/passdb
I'm experimenting with checkpassword as an auth method for usedb and passdb
(http://wiki2.dovecot.org/AuthDatabase/CheckPassword). I've set up the userdb
and passdb *exactly* as the wiki suggests as the "standard way":
passdb {
driver = checkpassword
args = /user/util/bin/checkpassword
}
userdb {
driver = prefetch
}
I've created a checkpassword program that does
2010 Dec 01
2
Virtual folder root cannot be opened, virtual folders ok
I am running dovecot 1.2.16 and not able to figure out an error
that happens whenever I select the root of a virtual mailbox tree.
At the moment I have a simple maildir store, accessed via IMAP, and
have successfully added a virtual fs namespace with two subdirectories.
I have created dovecot-virtual entries in the subdirs and they are
working fine; they show the expected messages, etc.
My
2009 Aug 03
1
How to delete retrieved mail
Hi All,
I use Dovecot and XMail on a QNAP TS-509 NAS. QNAP has combined the two into a
package they call XDove. Everything seems to be working great except for one
thing. When Dovecot retrieves the mail from XMail it is not removing it from
XMail. It is leaving a copy on XMail. Is there an option I can set in Dovecot so
it will delete the mail message from XMail when it retrieves it.
2005 Jan 10
1
dovecot + vpopmail
I was just wondering how dovecot interacts with vpopmail. Does it just call the vchkpw and pass the username and password to it then wait for a it to tell dovecot weather the user is vaild or not ? Does vchkpw pass back the users homedir ?
PS. My plan is to just replace vchkpw with a script/program of own. that dovecot can call to auth a user again xmail passwd file. And using "auth_passdb
2018 Feb 01
2
AuthDatabase CheckPassword broken?
I had been using the CheckPassword authentication interface with dovecot 2.2.15,
https://wiki2.dovecot.org/AuthDatabase/CheckPassword, and it was working.
After upgrading to 2.2.33.2 CheckPassword no longer works. The referenced wiki page says,
Checkpassword Interface
Read <username> NUL <password> NUL from fd 3.
I've checked the information read from fd 3 with 2.2.33.2
2018 Feb 01
2
AuthDatabase CheckPassword broken?
On Thu, 1 Feb 2018 10:02:10 +0200 Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> On 01.02.2018 08:00, Mark Foley wrote:
> > I had been using the CheckPassword authentication interface with dovecot 2.2.15,
> > https://wiki2.dovecot.org/AuthDatabase/CheckPassword, and it was working.
> >
> > After upgrading to 2.2.33.2 CheckPassword no longer works. The
2004 Nov 05
1
Runas Question
Okay heres a weird question is there anyways to make dovecot run as root ?
Heres why:
I'm currently using XMail email server (smtp/pop3/virtual accounts). And I love using it. But it really must run as root. I've tryed all the non-root solutions for it. and really I'd prefer to have it run as root. And I'd like to really use dovecot as (on server with xmail). Currently I've
2017 Dec 03
3
Howto authenticate smartPhone via Active Directory
with passdb ldap i guess.
---Aki TuomiDovecot oy
-------- Original message --------From: Mark Foley <mfoley at ohprs.org> Date: 03/12/2017 21:18 (GMT+02:00) To: dovecot at dovecot.org Subject: Re: Howto authenticate smartPhone via Active Directory
Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2
shows:
passdb pam {
}
used for
2013 Nov 03
4
v2.2.7 released
http://dovecot.org/releases/2.2/dovecot-2.2.7.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.7.tar.gz.sig
* Some usage of passdb checkpassword could have been exploitable by
local users. You may need to modify your setup to keep it working.
See http://wiki2.dovecot.org/AuthDatabase/CheckPassword#Security
+ auth: Added ability to truncate values logged by
auth_verbose_passwords
2013 Nov 03
4
v2.2.7 released
http://dovecot.org/releases/2.2/dovecot-2.2.7.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.7.tar.gz.sig
* Some usage of passdb checkpassword could have been exploitable by
local users. You may need to modify your setup to keep it working.
See http://wiki2.dovecot.org/AuthDatabase/CheckPassword#Security
+ auth: Added ability to truncate values logged by
auth_verbose_passwords
2010 Jun 24
0
Fw: Re: step-to-step Installation Guide
XMail is not bad either.
Strictly command-line oriented but very powerfull (if you want my
opinion anyway).
http://www.xmailserver.org
I've been using it for almost a decade now (!)
s.
--- On Wed, 23/6/10, Charles Marcus <CMarcus at Media-Brokers.com> wrote:
> From: Charles Marcus <CMarcus at Media-Brokers.com>
> Subject: Re: [Dovecot] step-to-step Installation Guide
2014 May 07
1
Can Auth dict proxy protocol be used to validate a password?
I'm interested in using authentication via a UNIX socket as documented at http://wiki2.dovecot.org/AuthDatabase/Dict.
(We are currently using a checkpassword script to enable us to authenticate against a django app that stores passwords in pbkdf2 format, but I'm concerned about scalability as we grow - specifically the comment about performance on
2010 Jul 29
1
permisions problems to setup dovecot lda in postfix with sieve
hi...
i can setup dovecot lda in postfix with sieve in testing enviroment using
dovecot 1.2.10 and dovecot-1.2-sieve-0.0.15
but now i want to setup them in producction so i reproduce the steps to do
them but i receive the following errors:
log dovecot-deliver-errors.log:
Jul 29 11:48:26 deliver(xxxx at xxxx): Error: userdb lookup:
connect(/var/spool/postfix/private/auth-master) failed:
2015 Jan 21
2
Shared folders - Namespace definition
Hello,
I'm trying to configure shared mailboxes with ACL. My problem is FS layout.
Our maildirs is completely outside of home dirs (home dirs is on pure SSD
zpool, maildirs on separate HDD zpool). We are using checkpassword auth,
which sets mailbox_location for each user. Layout is following:
maildirs:
/dpool/mail/maldirs/user-uuid/
home is:
/dpool/mail/home/user-uuid/
index &
2018 May 16
3
External Program for Authentication?
Is it possible to run a bash script for authentication where a 0 exit
code indicates success and a non-zero is failure? What I'm trying to do
is create a shadow IMAP server that authenticates against a different
server. That way my server will use the same passwords as an existing
server.
So what I would need is for dovecot to pass the username and password to
my script, I attempt to log
2009 Oct 20
2
Expire plugin per domain
Dear Timo thank you for the help your giving me these.
I want to set expire plugin only for some domains in the same way I set autocreate plugin.
vchkpw-wrapper.sh
#!/bin/bash
DOMAIN=`echo $VPOPUSER|sed s/^.*@//`
echo $USER > /tmp/autocreate
echo $DOMAIN >> /tmp/autocreate
if [ "$DOMAIN" = "operaciones.qnet.com.pe" ]; then
export USERDB_AUTOCREATE=INBOX.Spam
2010 Mar 17
0
[xmail] XMail + Dovecot
What, exactly, is the problem? How do you want Dovecot and XMail to work together?
I am setting up Dovecot to read from standard Maildirs in user home directories, because I am using a separate delivery agent (TMDA but would work for maildrop, Dovecot's deliver program and others) to deliver mails using mailproc.tab. So, even while XMail runs as root, Dovecot need not and there is no
2006 Mar 15
2
Imap crashes when trying to move messages
The imap process crashes when SquirrelMail wants to move a message to
another folder. I have run imap in gdb and talked to it the same way
SquirrelMail does and got a backtrace.
I am using Dovecot beta3. I am using it in combination with XMail,
which has maildir databases.
My system is Gentoo Linux on x86.
The same version of Dovecot works great for me on amd64 with exactly
the same config.
Here