Displaying 20 results from an estimated 6000 matches similar to: "dovecot.conf %d problem"
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:
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 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
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
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 = [::]
2004 Mar 19
1
chdir() on NFS
Hi,
I'm having problems accessing home directories though NFS. This setup uses
LDAP and Kerberos. Users defined on the local host work fine. This is what
dovecot writes in the logs while trying to log in as the user johndoe:
----
Mar 19 14:10:54 jack dovecot-auth: nss_ldap: reconnecting to LDAP server...
Mar 19 14:10:54 jack dovecot-auth: nss_ldap: reconnected to LDAP server
after 1
2005 Nov 01
2
New Fedora/Sendmail Install Assistance
Hello everyone,
I've narrowed down my problem, so this should be an easy one for some smart
person out there.
I am moving from an old sendmail/Fedora 2 box to a new sendmail/Fedora 4 box
and want to try Dovecot for pop3. The problem is, I can't get it to work.
I have 9000 email accounts I will be moving to the new box. I've already
tried and failed once. The problem is, Dovecot
2005 Apr 05
2
Dovecot 1.0 POP3 login but no mail
Dovecot is installed on the hosted FC1 server I have, it was working fine
until yesterday when they had to bounce the server. I can login fine from
Outlook or connect telnet <hostname> 110. But even though I can see sendmail
has received mail into my %h/.maildir (via webmail's user mail facility)
when I log into dovecot via Outlook it does not retrieve any of it.
I tried from W2K
2007 Dec 31
2
Building path to maildir
Hello everyone
Happy new year .
This is the first time I address to the list
I have the following situation and I need help from all you people
I have dovecot 0.9-11 and i want to migrate to a superior version
like dovecot 1.0 looking forward to implement quotas in my system ,
and use the function deliver with postfix.
My Scenario is as follow
Dovecot + LDAP (ADS) + postfix
My actual
2004 Aug 09
4
MySQL passdb, auth_verbose, and documentation
I've been playing around with Dovecot for the past few months for
testing (on a Debian 3.0 system), and initially it was easy to setup
and worked well.
Recently I upgraded to 0.99.10.9, and when I rebuilt it I enabled
MySQL and SSL.
The first problem I ran into was upon startup it complained that there
was no certificate, which makes sense, except that I hadn't enabled
imaps in the
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
2004 Mar 11
1
dovecot & vpopmail
Hi!
Authentication works, but
default_mail_env = maildir:/usr/local/vpopmail/domains/%d/%n/Maildir/
is translated by the "imap"-process to
/usr/local/vpopmail/domains//testerhorst/Maildir/
although I succesfully log in as testerhorst at elektropost.org.
Is there a manual how to use dovecot with vpopmail?
We have here: FreeBSD 4.9-STABLE, vpopmail-5.4.0 and
dovecot-0.99.10.4_2.
2004 Jan 08
3
no such file or directory
I successfully installed dovecot 0.99.10 on a fedora box using postfix
2.0.11 and when I try to connect using my mozilla mail client I get the
following error in the maillog...
Jan 7 18:52:16 www1 imap(arnoldc): utime() failed with index file
/home/arnoldc/Maildir/.INBOX/.imap.index: No such file or directory
As you can see I'm using maildirs located in the home directories. Here
is a
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
2004 Dec 12
2
Problem with LDAP and Dovecot
I am trying to set up Dovecot so that it uses LDAP, but I keep getting
this error message in /var/log/syslog:
Dec 12 03:38:17 mydomain dovecot-auth: LDAP: ldap_search() failed (filter
user_filter = (mail=user at mydomain.tld)): Bad search filter
Relevant configuration files:
/etc/dovecot-ldap.conf:
hosts = localhost
dn = cn=dovecot,ou=sysAccounts,dc=mydomain,dc=tld
dnpass = password
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:
2007 Jan 26
2
Best small server config
Hi,
Busy with dovecot on a linux server with not very much RAM in it (512
MB max total).
On this server dovecot will only handle about 12 users,
with never more than 3 IMAP webmail users at a time,
and a maximum of 2 POP3 users at a time using it.
I'm going all secure later on, but first I would like your opinion on
what configuration best to use with, say, max 5 users busy at one time,
and
2004 Oct 18
2
default_mail_env %d var problem
Hello,
I am new to Dovecot and trying to setup on my Fedora Core 1 mail
servers (actually migrating from uw to dovecot ;-) ).
In my setup I use pam to authenticate virtual users.
All the usernames include @domainname in their usernames like
'jane at somevhost.com'.
Now path to user's home and INBOX includes
/home/vhosts/<domainname>/home/<username>.
I have added following
2006 Sep 04
2
Dovecot problem in RHEL4
Hi all,
I have some problem with dovecot in RHEL4.
IMAP server is dropping connection after woorking for some time.
It seems that the login process count keeps increasing?(stale login
process are not removed)
Any points to sort the problem?
--
Adarsh
2004 Sep 13
1
Fedora Core 2, dovecot, and Outlook Express
After the aging harddrive in my Redhat 7.2 server died, I decided it
was time to upgrade. I bought a new harddrive and did a fresh install
of Fedora Core 2. I've managed to get www, ssh and sendmail
reconfigured, but I'm having a heck of a time with imap.
I first fooled around with cyrus-imapd, and couldn't make head or tail
of it, so I downloaded a fedore core 1 imapd rpm and