Displaying 10 results from an estimated 10 matches for "mail_env".
2006 Aug 17
0
[Fwd: Re: Supporting local and virtual LDAP users, with seperate mail_env]
Ooops, this didn't go to the list
-------- Original Message --------
Subject: Re: [Dovecot] Supporting local and virtual LDAP users, with
seperate mail_env
Date: Thu, 17 Aug 2006 11:33:51 -0700
From: Tim Schafer <tim_schafer at shipfsp.com>
To: Timo Sirainen <tss at iki.fi>
References: <44E4A543.3070100 at shipfsp.com>
<1155837188.9142.8.camel at hurina> <44E4AEF1.70202 at shipfsp.com>
<1155838393.9142.21.camel a...
2006 Jan 20
1
dovecot-lda and vpopmail
...e *has* the correct information, though
I don't know what that "Error" line is trying to tell me.
However, I am getting the mail bounced back with:
> deliver: Fatal: mail setting not given
which is this error in the src/deliver.c:607
/* MAIL comes from userdb, DEFAULT_MAIL_ENV from dovecot.conf */
mail_env = getenv("MAIL");
if (mail_env == NULL)
mail_env = getenv("DEFAULT_MAIL_ENV");
if (mail_env == NULL)
i_fatal_status(EX_CONFIG, "mail setting not given");
which would certainly s...
2006 Aug 18
0
dovecot Digest, Vol 40, Issue 65
...When replying, please edit your Subject line so it is more specific
> than "Re: Contents of dovecot digest..."
>
>
> Today's Topics:
>
> 1. Re: LDAP usernames with spaces (Tim Schafer)
> 2. Supporting local and virtual LDAP users, with seperate
> mail_env (Tim Schafer)
> 3. Dovecot sometimes Down ! (kleiton at pcs.com.br)
> 4. Re: dovecot mbox to dovecot maildir migration (Timo Sirainen)
> 5. Re: Supporting local and virtual LDAP users, with seperate
> mail_env (Timo Sirainen)
> 6. Re: Supporting local and virtual LD...
2006 Aug 17
5
Supporting local and virtual LDAP users, with seperate mail_env
Is it possible to have local users with mail in
maildir:%h/.maildir
and virutal users with mail in
maildir:/home/exim/%u/.maildir
I seem to have authentication working for both local users and LDAP users.
But I'm getting this error trying to access a virtual users mail.
Aug 17 08:12:08 hostname dovecot: IMAP(Firstname Lastname): maildir:
2006 Sep 05
2
rc7 bug? [Was: deliver LDA and INBOX location] (fwd)
...ell-established different convention which subdivides this,
> based on the last two digits of the uid: "/var/spool/mail/12/fred" (for
> fred's uid as something ending "[...]12"). This is working nicely with
> dovecot, using the new rc7 functionality:
> default_mail_env = mbox:%h:INBOX=/var/spool/mail/%-2.02i/%u:[...]
>
> I am now trying to get sendmail to use dovecot's "deliver" as the LDA,
> [...] The main problem is that, according to the log file, the delivery
> attempt is being made to an INBOX "/var/spool/mail//fred". Tha...
2005 Jul 21
2
Dovecot 0.99.11 config
...n to this mail server via NIS and ALL data is mounted accress NFS in read only mode on this machine, including ~home directories. I want to run dovecot like UW-IMAP...trying to keep it simple-->mail delivery to mbox /var/spool/mail/<username>.
My /etc/dovecot.conf:
I tried both default_ mail_env = INBOX:/var/spool/mail/%u:INBOX:INDEX=MEMORY with and with out the INBOX:INDEX=MEMORY
I want to disable the indicies feature. We don't need it we're about 20 engineers or so who want to continue to use the /var/spool/mail mbox-the original Sendmail location.
Most users are downloading e...
2004 Dec 08
2
problems with eudora
Hi everyone, i just installed dovecot in Fedora Core release 1 (Yarrow).
When accessing from a eudora 6.1 client, first it gave ssl authentication
problems. I fixed disabling them in eudora, but now it authenticates ok and
then it says that there is no inbox for that user. Any idea?
Enrique Pedraza Valiente
Formador en Lenguajes Avanzados y Nuevas Tecnolog?as
cell: +34 678 51 75 19
2005 Aug 30
1
Multiple mailbox formats, per-user mailbox format support
Hello,
I have a setup where each user has different mailbox
formats (some use only /var/spool/mail/user) mailbox format,
some is stored in mbx format ~/INBOX or ~/mbox and
some is stored in maildir format in ~/Mail/
I currently use UW-IMAP to read /var/spool/mail/... and the mbx format
mailboxes in ~/INBOX and mutt to read ~/Mail/... (the maildirs in ~/Mail/
are created by procmail rules)
Does
2006 May 24
1
Two INBOX locations
Hello
I'm running dovecot v1.0.beta3 on a fedora 4 machine.
I have two kinds of clients:
- first use IMAP and receive their mails (maildir) in /home/%u/mail
- second use POP and receive their mails (mbox) in /var/mail/%u
Problem is when I want to provide an access for second with squirrelmail
which use IMAP, as the INBOX is in /var/mail/%u and IMAP settings tell that
INBOX is in
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
...envelope_sender = 0x80bae98 "MAILER-DAEMON"
mailbox = 0x80bae92 "INBOX"
auth_socket = <value optimized out>
home = <value optimized out>
destination = 0x80cb030 "ska"
user = 0x80cb030 "ska"
mail_env = <value optimized out>
flags = 1025
lock_method = MAIL_STORAGE_LOCK_FCNTL
storage = (struct mail_storage *) 0x80d0a20
mbox_storage = (struct mail_storage *) 0x80d2d48
box = (struct mailbox *) 0x80dcc88
input = (struct istream *) 0x80d4044...