Displaying 20 results from an estimated 100000 matches similar to: "IMAP folders missing after migrating to Dovecot"
2005 Jan 31
1
can't login in pop3 accounts
hi there...
i HAVE practically searched in ALL messages from 2004
year, and haven't any luck with this problem, so I'm
inserting here "dovecot.conf" content: 
## Dovecot 1.0 configuration file
# Default values are shown after each value, it's not
required to uncomment
# any of the lines. Exception to this are paths,
they're just examples
# with real defaults being based
2004 May 06
1
Mail always is delivered to /var/mail/
Hey,
	I am setting up Dovecot on Debian with Postfix.  I am telling Dovecot
to use maildir:~/Maildir but it persists in dumping mail in mbox format
in /var/mail/username.  Can anyone suggest ideas?  My config file is
attached.
Thanks
Kevin
-------------- next part --------------
## Dovecot 1.0 configuration file
# Default values are shown after each value, it's not required to uncomment
#
2004 Mar 18
2
Dovecot startup at boottime fails
Hi,
I am running dovecot 0.99.10.4 on SuSE 9. I installed it using apt-get from 
the gwdg repository.
The dovecot service is configured to start at boottime in run level 3 and 5. 
However, it dies immediately with this error (/var/log/mail.err):
dovecot: Login process died too early - shutting down
Starting the service afterwords from a prompt as root with the command:
/etc/init.d/dovecot
2003 Oct 14
1
Ordering mailboxes
I have a really weird problem.  To whit:
I compiled dovecot 0.99.10 on two different systems: a linux-ppc box running
Debian, and a Mac OS X Server v. 10.2.8.  It compiled fine on both.
The same Maildir's are being served up on both -- the OS X server exports
home directories to the clients via NFS.
BUT the OS X box orders mailboxes this way:
INBOX
Deleted Items
Sent Items
.
.
.
And the
2005 Feb 18
2
Authentication woes
I having a hard time working this out, I've looked in the wiki and 
various other places but am still cueless (stupid me)
mercury:/etc/dovecot# imtest -a graeme 203.96.154.204
S: * OK dovecot ready.
C: C01 CAPABILITY
S: * CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT 
LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE STARTTLS AUTH=PLAIN
S: C01 OK Capability
2004 Dec 11
1
dovecot/openldap auth problems?
Hi folks.  
New to both dovecot and openldap.  Trying to set up virtual domains
using the wanderingbarque howto:
http://www.wanderingbarque.com/mailserver.html
Platform is RH enterprise 3.
Only difference is I'm trying to use phamm instead of jamm:
http://phamm.rhx.it/
dovecot doesn't seem to want to play nice with my openldap; everything
else (postfix, etc) seems to work alright. 
2004 Feb 24
4
Pam trouble
Hi folks,
I can't get dovecot to authenticate properly against ldap/pam.
I've been fiddling with it for several days now, to no avail. It keeps crashing
with:
Child died with signal 11
The system is Solaris9. Enclosed is a trace of dovecot-auth for a connection to
pop with correct username and password and my config.
Any help is appreciated.
Cheers
	Benjamin
2007 Feb 24
2
POP Problem
Getting an error on POP only - "Authentication Server Isn't Connected"
IMAP works fine.
This used to work. not sure what changed.
2005 Sep 23
0
Moving messages takes a longgggggg..... time. (Timeouts?) dovecot.conf help?
Hi,
I'm trying to get dovecot set up better.  I am using 1.0alpha3.  It 
takes a long long time to move messages for some reason.   It seems it 
may be a timeout  thing, because neither the client or server is using 
any cpu time or disk i/o or network to speak of.  (To move maybe 400 
messages, it seems to take maybe half an hour, maybe longer.)  With 
alpha 2 I was getting messages from
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
2006 Jan 12
2
dovecot-ldap.conf for usernames/homes/UID/GID
hi there,
I?m getting such a headache today, I?ve added myself to three mailing lists
trying to figure this out, okay here it goes.
I?ve got a Fedora Core 4 box running dovecot imap, squirrel mail, postfix,
samba/winbind.
I?m running winbind to authenticate against Active Directory, I?ve edited my
?/etc/pam.d/dovecot? pam module so to let my users login with there Active
directory password, but
2007 Mar 11
1
Dovecot Convert
Trying to figure out how to convert an existing mbox system to maildir 
Below is my dovecot.conf file. Tried adding this at the bottom of the 
file and nothing happens.
 
plugin {
  convert_mail = mbox:/vhome/%d/home/%n:INBOX=/vhome/%d/home/%n/INBOX
  convert_skip_broken_mailboxes=yes
} 
 
What am I doing wrong?
## Dovecot 1.0 configuration file
# '#' character and everything after it is
2006 Jan 18
0
still strugling
Hi all,
After I posted yesterday, I'm still struggling with dovecot 1.0beta1
I  installed it on openbsd with no problem. But I can't get it to
authenticate plaintext on Unixware.
I had to add two include files <sys/types.h> and <sys/mkdev.h> in
compat.h because minor and major where undefined on unixware. I doubt that
could fail...
What's wrong with that conf:
##
2006 Jul 12
3
Error: imap-login: Can't connect to auth server at default: Resource temporarily unavailable
So I just upgraded from Dovecot 0.99 to the latest 1.0 RC2 because I was
having all sorts of Authentication problems and crashes in 0.99. The upgrade
did not solve the problem apparently. Dovecot still crashes periodically and
always needs to be manually rebooted.
The log file errors at the time of the crash:
dovecot: Jul 12 14:30:59 Error: imap-login: Can't connect to auth server at
2004 Jun 18
1
Info: Internal login failure:
I get the following error on auth with mysql on pop3
what am i missing or doing wrong
mysql config file
db_host = localhost
#db_port = 3306
db_unix_socket = /var/lib/mysql/mysql.sock
db = ADMIN
db_user = mailmaster
db_passwd = ********
db_client_flags = 0
default_pass_scheme = PLAIN
password_query = SELECT MAILBOX_PASSWORD AS password FROM MAIL WHERE MAILBOX_USERNAME = '%n' AND
2004 Feb 24
2
More than one auth method with dovevot 0.99.10.4 - how?
We're setting up a server with qmail/vpopmail and dovecot.  In
addition to vpopmail users we want non-virtual, local users to be able
to authenticate and have them read the Maildir in their real $HOME.
vpopmail userdb/passwd works fine.  Now how do I tell dovecot to use
passwd (or PAM) userdb/passdb authentication too?
/etc/dovecot.conf:
[...]
auth = default
auth_mechanisms = plain
2007 Feb 15
4
I keep getting password mismatches
Hey,
 
This is the debug information:
auth(default): client in: AUTH     1       PLAIN   service=IMAP    secured lip=127.0.0.1   rip=127.0.0.1   resp=AG1hcmsAbWFyaw==auth(default): passwd(mark,127.0.0.1): password mismatchauth(default): client out: FAIL    1       user=markimap-login: Disconnected: user=<mark>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
 
The strange thing is that i
2006 Nov 23
1
dovecont.conf and "Evolution Mail" configuration
Hello people!!
First, thanks very much to Ejay Hire and to John Peacock for your 
quickly answer!!
Now, I've dovecot installed, I downloaded the source and I compiled 
them. It's running ok now.
But.....as I am new in all these issues I have some problems with the 
configuration.
I have a user called "webmaster" that have a mail into /var/spool/mail, 
I want to redirect these
2006 Aug 11
1
rc6 + ssl proxy patch = no go
Timo,
I nervously ran rc6 plus the patch:
http://dovecot.org/tmp/ssl-proxy-openssl.c
on my Solaris 9 box, in production, this morning.  My dovecot.conf file is
attached.  Like similar reports for BSD, rc6 fell over after an hour and a 
half.  The final syslog message was:
dovecot: [ID 920869 mail.error] Login process died too early - shutting down
I rolled back to rc2 for production.
BTW,
2004 Aug 24
1
FreeBSD - dovecot: We couldn't drop root group privileges
Hi,
I installed Dovecot on FreeBSD 4-STABLE machine
and have a problem.
MTA is postfix delivering to ~/Maildir, runs perfectly.
Dovecot is configured to use plaintext auth, config file
is at the end of this mail.
When trying to get mail via IMAP, I'm getting the following
errors:
/var/log/dovecot.log
> Aug 24 12:00:35 Info: Dovecot starting up
> Aug 24 12:00:51 Info: Login: goshik