Displaying 20 results from an estimated 4000 matches similar to: "(no subject)"
2005 Oct 21
2
dual auth with real users and virtual users
Hi, im using 0.99 stable in RPM form,
Im using this for postfix+dovecot+real unix users, now i tried to enable
virtual support with this:
protocols = imap pop3
ssl_disable = yes
log_path = /var/log/dovecot.log
info_log_path = /var/log/dovecot.info
login_user = dovecot
mail_extra_groups = mail
auth = default
auth_mechanisms = plain
auth_passdb = pam
auth_userdb = passwd
auth_userdb =
2005 Aug 27
2
Authenticate user thru PAM
my mailsystem is using postfix and virtual mailbox which stored in mysql db.
SMTP AUTH is using PAM, pam-mysql to authenticate against a mysql db.
I installed dovecot 0.99-14. In the dovecot example config file
it mentioned that auth_passdb can check against thru PAM but auth_userdb didn't
Does it mean that auth_userdb should use other means e.g. /etc/passwd,
shadow, vpopmail, etc and in my
2004 Jul 22
3
Dovecot auth problem on FreeBSD 4.10
Hello. I am trying to setup Dovecot on an Alpha running FreeBSD
4.10. I am simply trying the imap/pop3 protocols at this time. But
with both protocols the log message I get is:
pop3-login: fd_send(5) failed: Bad file descriptor
dovecot: child 275 (login) returned error 89
or
imap-login: fd_send(5) failed: Bad file descriptor
dovecot: child 275 (login) returned error 89
I have tried
2006 Jan 09
2
dovecot auth using passwd-file
Im a dovecot newbie and need a little help with the passwd-like file
auth mechanism in dovecot
I got dovecot to work fine with regular /etc/passwd file auth .. so I
wanted to start using another authentication store for virtual users.
So .. I created a /etc/dovecot-passdb file and plopped in an encrypted
password using md5crypt.
Here are the appropriate lines from the dovecot.conf file
2006 Feb 19
2
Plain password auth issues
Have the following entries in dovecot.conf
auth_userdb = passwd-file /etc/dovecot-passdb
auth_passdb = passwd-file /etc/dovecot-passdb
auth_user = dovecot
passwd-file is owned by user and group dovecot
When I try to log in .. I get
dovecot: Feb 19 16:41:30 Error: Logins with UID 0 not permitted (user
echo)
imap-login: Feb 19 16:41:30 Info: Internal login failure: echo
[127.0.0.1]
2004 Apr 17
1
configuration problem.. with passwd
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040417/ca9fa202/attachment-0003.html>
-------------- next part --------------
?Hi
i was trying to configure dovecot. Under the authentication section
i have set the
auth_passdb=/etc/passwd
auth_user=root
auth_userdb=/etc/passwd
But it gives
Error in configuration file /etc/dovecot.conf line 398
2003 Oct 30
1
Problems finding information on passwd-file
I've recently converted over to dovecot to uw-imap, and am having a
heck of a time trying to find actual docs that describe how to set up
virtual users properly without using ldap or posgres.. Basically I need to
know what goes in auth_userdb and auth_passdb for a system with *NO* local
user accounts in /etc/passwd and /etc/shadow. I will only create mbox files
for these users in /var/mail/%u
2006 Jan 12
3
Plain password not authenticating
I'm trying to set up a temporary mailserver using Debian Sarge and
Dovecot 1.0 with maildir format. My only previous experience has been
on a simple imap server.
I have read the wiki documentation and searched the archives, but can't
tie down my problem. The log tells me
Info: passwd-file(anne) : unknown user.
I have set
auth_userdb = passwd-file /etc/imap.passwd
auth_passdb =
2006 Apr 08
3
LDAP authentication via PAM
I've configured dovecot to authenticate against a Fedora Directory
Server. The mail server on which dovecot is installed has the
nss_ldap and pam_ldap packages installed, and /etc/dovecot.conf has the
following two lines:
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_passdb = pam
In other words, I want dovecot to use LDAP to access the user database,
but PAM for authentication. This part is
2004 Dec 29
3
why dovecot try to access the uses's home?
hi,
after i try to use dovecot with ldap i configure dovecot as:
------------------------
first_valid_uid = 499
last_valid_uid = 499
first_valid_gid = 499
last_valid_gid = 499
default_mail_env = maildir:/home/mail/%d/%n
auth_userdb = static uid=499 gid=499 home=/home/users/%d/%n
auth_passdb = ldap /etc/dovecot-ldap.conf
------------------------
but after this i've got the error in imap.log:
2004 Jul 22
2
Authentification with PostgreSQL
Hi all,
I found Dag Wieers' Fedora Core 2 rpm on
http://dag.wieers.com/packages/dovecot/ and installed it. Now
dovecot-auth isn't complaining anymore about an unknown userdb type
but I can't get authentication working.
/etc/dovecot.conf
(...)
# Authentication process name.
auth = default
# plain digest-md5 anonymous
auth_mechanisms = plain
auth_userdb = pgsql
2006 Jul 04
1
Dovecot authentication issue with postgresql
Good day,
I am having trouble getting dovecot to authenticate using postgresql.
For some reason, it fails on a PAM error, although I have specified pgsql
as authentication?
Here my setups:
dovecot.conf:
-- snip-- (not sure if you need teh rest)
auth = digest_md5
auth_mechanisms = plain digest-md5
auth_userdb = pgsql /etc/dovecot-pgsql.conf
auth_passdb = pgsql /etc/dovecot-pgsql.conf
auth_user
2004 Aug 27
4
Authentication and Startup/Shutdown error.
Hello and ... help!
I am using Redhat FC2. I was looking for a simple POP3 compatible application package that would allow growth into secure mailboxes, and it looks like dovecot can fill the bill, and then some.
I am a newbie. I scanned the Wiki but am as confused by it as I am by my problems. Fortunately for me, I don't need 7 different authentication schemes; I just need something
2006 May 31
2
problems with Debian Sarge
Hi folks,
I've updated my dovecot 0.99.14 with the last package
(0.99.14-1sarge0), but it doesn't work. I've found that problem:
http://comments.gmane.org/gmane.linux.debian.devel.bugs.general/80872
then I've removed that, and reinstalled first package (from
/var/cache/apt/archives), and NOW it doesnt' work too :(
When I start the daemon, I see in my logs:
dovecot: May 31
2003 Jun 13
1
Dovecot configuration with passwd-file
I have tried to configure dovecot to use passwd-file authentication and I
havent been able to. I changed the following in the dovecot.conf file (I
want to have all the mailboxes in one directory):
default_mail_env = maildir:/opt/mail/%u
auth_userdb = passwd-file /etc/passwd.imap
auth_passdb = passwd-file /etc/passwd.imap
auth_verbose = yes
It gives me the following error (I hoped it would be
2003 Dec 05
1
Authenting in Linuxconf format
I have an existing email system and I'm trying to addapt dovecot into
it. It uses the linuxconf virtual email format. The way it is set up is
there there are multiple passwd/shadow files - one for eact domain. They
are in standard format. The names of these files are:
/etc/vmail/passwd.domain.com
/etc/vmail/shadow.domain.com
I tried this:
auth_userdb = passwd-file /etc/vmail/passwd.%d
2005 Jan 13
1
Dovecot create mbox files. But why?
Hi there,
my dovecot is now running normaly, but there is a small problem....
We want to to use the maildir format at the mailstorage. But the imap
part of dovecot creates the for mbox specific files, but why?
I created a passwd-file for a testuser. At this tme, there is only on line:
test2 at dev2.abc.de:ujAN28k8.5zV2:99:99:*:*:*:*
in dovecot.conf are these interesting lines:
2005 Apr 27
2
Problem with users home...
Hi :)
I hope this short example shows what problem I have:
# returns users homedir from /etc/passwd
grep user1 /etc/passwd | cut -d':' -f6
# result:
/home/group-subdir/user1
And the logfile...
#maillog
imap-login: Login: user1 [192.168.0.253]
imap(user1): mkdir(/home/user1/Maildir/.Trash) failed:
No such file or directory
Why Dovecot tries to create /home/user1/Maildir/.Trash
2005 May 31
1
dovecot.conf %d problem
Hello,
I have got a problem ir dovecod.conf. I would like to use %d in
default_mail_env = maildir:/var/mail/vhosts/%d/%u/Maildir
but %d seems to be empty. I need it for Postfix virtual domains.
If I use default_mail_env = maildir:/var/mail/vhosts/DOMAIN.ORG/%u/Maildir
mail folders could be accessed.
I wonder, where Postfix virtual domains need to be passed to Dovecot?
more config info:
2006 May 03
1
dovecot, procmail, postfix & SpamAssassin working together
Hi there, i'm trying to get dovecot, procmail, postfix & SpamAssassin
working together
http://www.linuxquestions.org/questions/showthread.php?t=441062
But i'm not having a lot of luck, a question about dovecot, what kind of
mail box am i using? mbox? if so does anyone know if procmail can use mbox?
/etc/dovecot.conf
protocols = imap pop3
imap_listen = [::]
pop3_listen = [::]