Displaying 20 results from an estimated 10000 matches similar to: "Damnitall"
2005 Nov 19
1
Multiple authentication databases and storage locations
Hello Everyone,
I am playing with the $subject matter using 1.0alpha4, and thanks to the
archives, I lifted this one from Alexander Shikoff off and used it in my
setup.
auth default {
mechanisms = plain
user = root
passdb pam {
args = pop3
}
passdb sql {
args = /usr/local/dovecot/etc/dovecot-mysql.conf
}
2006 Mar 09
1
Segfault problem when using TWO dovecot servers!
Forgive me if this gets submitted twice. I had issues signing up for the
listserv but I think I'm strait now.
Hi all,
I just started working with Dovecot and I'd like to use it for my
organization, but I've run into a little problem. So far I love it and it
does what I need. One thing we need is to be able to write to multiple
mailbox formats on a per user basis (mbox or
2006 Aug 20
2
maildir autodetect failing. what's wrong with this setup?
i'm setting up for virtual_users w/ maildir.
i have in my dovecot.conf:
auth default {
passdb passwd-file {
args = /etc/dovecot/imapd.passwd
}
userdb static {
args = static uid=300 gid=300 home=/var/dovecot/mail
mail=maildir:/var/dovecot/mail/%d/%n/Maildir nice=10
}
}
default_mail_env =
maildir:/var/dovecot/mail/%d/%n/Maildir:INDEX=/var/dovecot/indexes/%d/%n
in
2006 Jun 22
2
2nd Question on v1.0 setup and maildir
_____
From: Patrick Carney [mailto:patrick at castandcrew.com]
Sent: Thursday, June 22, 2006 8:55 AM
To: 'dovecot at dovecot.org'
Subject: Question on v1.0 setup and maildir
Hello all.
I appreciate the responses to my problem on v0.99.14. Thank you all.
We have built a new server running version 1.0-0_15.beta9.el4. The mail
delivery agent is sendmail. We seem to have
2006 Apr 17
1
INBOX as mbox, other mailboxes as maildir
All,
I'm trying to teach dovecot to use the mbox format for /var/mail/%u
and maildir for /home/%u/Mail/ but I'm having quite a hard time. This
is Dovecot v1.0.beta3 under OpenBSD 3.9 on sparc64.
I've been fiddling with default_mail_env and also tried separate
namespaces, but all to no avail. Here's some of the things I tried :
default_mail_env =
2003 Jan 17
1
mbox & Maildir
Hi,
Is it possible for a client to read both mbox and Maildir formats from one
server running dovecot?
Without changing default_mail_env in dovecot.conf, Maildir folders are
working ... they're located in ~/Maildir. No /var/mail/username exists. I
have mbox format folders in ~/mail and have been trying to get pine to find
them by adding pine folder collections. I always end up back in
2006 Jul 28
1
Problems reading mbox
I'm having problems getting dovecot to read my mbox file. I have
turned on mail_debug. Log says:
Jul 28 11:03:20 Bordo-Mail-Server dovecot: Dovecot v1.0.rc2 starting up
Jul 28 11:03:36 Bordo-Mail-Server dovecot: pop3-login: Login:
user=<jlbrown>, method=PLAIN, rip=192.168.1.10, lip=192.168.1.9
Jul 28 11:03:36 Bordo-Mail-Server dovecot: POP3(jlbrown): Effective
uid=501, gid=501
Jul
2005 Sep 13
1
Dual INBOX Locations
G'day list,
Just a quick question - I need to configure Dovecot to do the following:
* check default_mail_env for the users' inbox in MBOX format
* If the above fails, serve the user an inbox from a secondary location,
in MAILDIR format.
I have read up on Namespaces, however I can't seem to get this to work -
login just fails when Dovecot cannot find the inbox in default_mail_env
2006 Nov 04
2
1.0.rc11 released
http://dovecot.org/releases/dovecot-1.0.rc11.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc11.tar.gz.sig
Hopefully the last RC release? As far as I know there are no major
problems left now. If nothing big shows up, v1.0 should be out in a
couple of weeks.
* Renamed default_mail_env to mail_location. default_mail_env still
works for backwards compatibility.
* deliver: When sending
2006 Nov 04
2
1.0.rc11 released
http://dovecot.org/releases/dovecot-1.0.rc11.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc11.tar.gz.sig
Hopefully the last RC release? As far as I know there are no major
problems left now. If nothing big shows up, v1.0 should be out in a
couple of weeks.
* Renamed default_mail_env to mail_location. default_mail_env still
works for backwards compatibility.
* deliver: When sending
2005 Apr 27
4
Setting location for indexes
We have NFS-mounted user directories which cause significant problems with
stale file handles:
dovecot: IMAP(uid): fstat() failed with file /home/uid/mail/.imap/INBOX/dovecot.index.log: Stale NFS file handle
(a) why can't it just close the file and re-open ?
(b) is there a way to specify with the 'default_mail_env' (or in some other way)
the location of **only** the indexes (and let
2006 Jul 07
1
default_mail_env and IMAP server directory in client
Hi,
I'm currently installing a dovecot Server to be a replacement for an
uw-imapd.
I dont want to touch the clients configuration, because I have too much
users...
Situation is the following: the mbox files are in the users
homedirectory (~/MailImap), automounted via nfs
In dovecot.conf I've set
default_mail_env = mbox:%h/MailImap:INBOX=/var/mail/%u
It works perfect without a value
2006 Oct 04
1
Add virtual users to the Dovecot configuration
Dear Dovecot Mail List,
I have used Dovecot for quite a while to service remote users on my SOHO
network. A local not-for-profit asked about getting their own dedicated
domain name for mail.
I followed: http://www.howtoforge.com/linux_postfix_virtual_hosting to
set up a virtual, but the article leaves out system accounts and I have
not been able to access both system and virtual users at the
2005 Dec 05
2
%d empty even though username has @domain
hello,
Sorry to jump straight in with a question, but I've searched the
archive[0] and I'm pretty sure the answer's not there.
I'm using dovecot to replace courier imap, so authentication is by
vpopmail and the Maildirs are stored in the usual domains/domain/user/
Maildir. Everything seems to work very well, and setting it up has
been easy, so thank you very much for that.
2006 Jul 05
2
/var/dovecot /var/spool/mail permissions, setup help (w/ config info)
(repost gmane message as list member)
I need some help with Dovecot-1.0rc2 on Gentoo Linux. My test harness is one
Thunderbird-1.5.0.4 client, storage using legacy mbox directories ported over
from an old UW-IMAP/sendmail combo running on RHL 8.
Config is intended to be passwd/pam, plaintext login allowed (until I migrate
everyone to ssl). After this is working, postfix and dspam are to be
2005 Nov 25
1
Multiple Mailstores using 1.0alpha4
I am using qmail-ldap to provide virtual users to my system, but I also
have some shell users on the system as well.
Virtual users go into /home/vmail/mailstore/$username/
System users go into /home/$username/Maildir
How can I have both of these available as inboxes in dovecot using ldap
logins?
Do I need to use namespaces or am i missing something with
default_mail_env?
Thanks,
--
Brian T
2005 Jan 28
2
maildir and /var/spool/mail/$USER
I was told to use dovecot because it was easier than cyrus. I just
upgraded from fc1 to fc3. I am not sure what fc1 used but I think it was
cyrus and it worked perfect out of the box no configurations to do. The
new cyrus-imapd is not so simple so I got dovecot. I see examples saying
to use mbox=~/mail:INBOX=/var/spool/mail/%u but when I try that I
cannot map mail folders that reside
2006 Aug 05
1
Using mail_chroot and default_mail_env
Settings for mail_chroot and default_mail_env are not playing well together.
It seems that default_mail_env is verified to exist *before* the chroot
but is later used *after* the chroot.
A configuration like this:
* mail_chroot = /var/mail/example.com/username
* default_mail_env = maildir:/Maildir
Fails with the message:
* stat(/Maildir) failed: No such file or directory
As a
2005 Apr 25
2
configuration problem: maildir folders and messages not found
Hi
Perhaps I've been going too far OT in my previous thread or perhaps I
just didn't explain my problem clear enough so forgive me for trying
again.
I have configured fetchmail to fetch my mail from my ISP's POP3-server.
I have set up procmail to filter messages and deliver all non-filtered
messages to the folder ".IN-catchall/" in "$HOME/Maildir"
After sending
2004 Jul 20
3
1.0.0-test28 Problem with INDEX
Hi
Using this line in dovecot.conf (ignore linewrap)
default_mail_env =
mbox:%h/IMAP/:INBOX=%h/.email:INDEX=/var/cache/dovecot/%n
The INBOX indexes are being built correctly in /var/cache/dovecot, but
all other indexes for folders are still being built in the user's home
directory.
I had it working once - but it seems fragile - almost as if the config
parser is sensitive to context???