Displaying 20 results from an estimated 8000 matches similar to: "Conf problems ??"
2003 Aug 29
1
Custom flags.
How do I define custom flags? What are added features of IMAP apart from
Online access and Hierarchy folders.
I created a new folder and copied couple of messages from incoming file.
Where is this new folder created? Also Microsoft Outlook still shows the
messages in incoming as deleted. How do I refresh list to permanently
delete the messages that I have already transferred to a different
2004 Jul 25
2
dovecot.conf: default_mail_env
I just installed Dovecot on Debian and everyting seems to be working
fine except for the fact that it can't seem to find my mails when I log
in. All my mails are stored in the file ~/mail/Inbox. In the
dovecot.conf file I put:
default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u and it's not working.
What is the part: mbox:~/mail/ for ?
and what is the part: INBOX=/var/mail/%u for ?
I
2005 Sep 11
1
variable expansion in dovecot.conf?
hi all,
does dovecot.conf support the definition/use of user variables?
e.g., in principle,
my_DIR = /path/to/something/
then,
default_mail_env = maildir:${my_DIR}/%d/Accounts/%1u/%u/Maildir
or, for that matter,
default_mail_env = blahblah
then,
namespace private {
...
location = $default_mail_env
...
i finallly figured out --
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 Aug 03
3
default_mail_env %d problem
Hi all.
I`ve got such problem:
default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works.
But when I say:
default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not.
Log:
Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user
Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail,
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Oops. My bad. I mean to write match-file being my match pattern. and a.rpt
being file generated by opt.
;RUN: FileCheck <match-file>a.rpt.gold --input-file=a.rpt.
mahesh
On Sat, Mar 31, 2018 at 6:57 PM, Mahesh Attarde <coder.mahesh at gmail.com>
wrote:
> That works. Thanks.
>
> One more followup question though.
> Once i run opt on bitcode, there is not useful
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
2017 Oct 03
1
About LLVM Pass dependency
Hi Hongbin
I am not quite familiar with AnalysisUsage, let me correct question a bit.
I have read Writing Pass
<http://llvm.org/docs/WritingAnLLVMPass.html#specifying-interactions-between-passes>,
All examples that i see here are based on collecting information .i.e
Analysis Passes.
I wonder if this applies to Transformation passes also.
e.g.
void MyInliner::getAnalysisUsage(AnalysisUsage
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 =
2011 May 17
0
3. Re: ITSP Multi IPs (Alex Balashov) Asterisk-users Digest, Vol 82, Issue 33
Alex,
Thank you so much for your response. I've been so consumed with other
business that I only just now getting back to this issue. We have
implemented your suggestion which is perfect. Thank you again.
I've never asked a question of the community before and I'm extremely happy
with the rapid response I received.
Somewhat related to this initial problem I have an additional
2018 Mar 31
3
Writing tests with Filecheck without emitting output to stdin
That works. Thanks.
One more followup question though.
Once i run opt on bitcode, there is not useful output/transform on bitcode.
this rpt files are extra.
I am hoping to do something like this,
; RUN: FileCheck --input-file=a.rpt.gold --check-prefix=CHECK-A < a.rpt
; RUN: FileCheck --input-file=b.rpt.gold --check-prefix=CHECK-B < b.rpt
i did not find much examples in tests hence
2004 Jun 08
1
Setting IMAP root as user's home directory. How?
I'm trying to set up dovecot to use /home/username as IMAP root, but it
keeps creating /home/username/mail. I need /home/username in order to
migrate with the least changes from uw-imap, just by copying
.mailboxlist without the INBOX line in it into .subscriptions
I tried each of these, one at a time:
default_mail_env = mbox:~/:INBOX=/var/mail/%u
default_mail_env =
2004 Apr 26
1
Newbie Q: Setting up under linux: Spool directory.
I am trying to set up dovecot under linux. (RH9 if it matters). I'm
having trouble having it find the mail that is already delivered.
What I would like is that mail is delivered by fetch mail to
/var/spool/mail/mclay (that me) then have dovecot find it. I'm sure
that I have not set the dovecot.conf file correctly. The documentation
is unclear as to what "mbox" is and
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 Mar 08
2
MySQL Auth and default_mail_env
Hi
Not sure how much support you guys can offer but when I use
default_mail_env =
mbox:/var/spool/mail/%d/imap/%n/:INBOX=/var/spool/mail/%d/%n
I get the login error ..
Fatal: Failed to create storage with data:
mbox:/var/spool/mail/DOMAIN/imap/USER/:INBOX=/var/spool/mail/DOMAIN/USER
It is grabbing the right values for %d and %n from the mysql query
65 Query SELECT password FROM
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
2005 Jan 23
2
Moving to Dovecot
Hi there,
I'm currently running IMAP with Courier and POP3 with Solid-POP3d. I'd
like to migrate IMAP and POP3 to both use Dovecot.
All this works fine in testing, except for the fact that I have two
types of users for legacy reasons.
One type of user has a Maildir-style inbox at ~/Maildir/
The other type has a mbox-style inbox at ~/Mailbox
Is it possible to make Dovecot look for
2006 May 14
2
beta8: complaint about tilde at startup
Timo,
After installing beta8 on Solaris 10 sparc and starting it for the
first time, I noticed this in my syslog:
May 14 19:35:45 emerald dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8 starting up
May 14 19:35:47 emerald dovecot: [ID 536776 mail.error] stat(~) failed: No such file or directory
The only appearance of the tilde (~) in my dovecot.conf is here:
default_mail_env =
2004 Oct 20
1
default_mail_env problems
sorry if this mail is a duplicate - I am testing the new mail system!
I am having problems setting the default mail environment.#
I am using Fedora Core 2 with version dovecot-0.99.10.5-0.FC2
My users all have an NFS mounted home directory, and all mail is
delivered to ~Mail/.mailbox it is all mbox format.
I would like to put the indexes on the local system in
/var/indexes/{username}.
So I
2009 Oct 04
1
offlist Re: AW: Urgently needed Exercise solutions related to PracticalData Analysis Using R Statisctial Software
Accepted and forgotten. It just reminds us to check on our prejudices once
in a while. Also, I realized that my description was not entirely accurate.
You actually had to click the link on the page you posted to get this:
http://www.odesk.com/jobs/College-Assistance_~~dd7622f6bdef9177
I am an MSc. computer science student in a foreign university!
Need help to solve the exercises in the following