Displaying 20 results from an estimated 200 matches similar to: "[Fwd: mbox somewhere else?]"
2006 Dec 19
0
mbox somewhere else?
Hi,
I want to store my folders somewhere else, it used be in ~/mail. Is this
as easy as moving everything in ~/mail to /var/mail/ and editing
/etc/dovecot/dovecot.conf to read
mail_location=mbox:~/mail:INBOX=/var/mail/%u ? Also, is the syntax
mail_location=mbox:/var/mail/%u-folders:INBOX=/var/mail/%u correct?
Regards,
--
Whatever it is, I fear Greeks even when they bring gifts.
-- Publius
2006 Oct 05
2
imap-login problem
dovecot: Oct 05 16:03:07 Info: imap-login: Login: user=<kartagis>,
method=plain, rip=212.98.201.1, lip=192.168.1.2
dovecot: Oct 05 16:03:07 Error: IMAP(kartagis):
open(/var/mail/.temp.kunduz.org.14095.855b9feb950c2c78) failed:
Permission denied
dovecot: Oct 05 16:03:07 Error: IMAP(kartagis): file_lock_dotlock()
failed with mbox file /var/mail/kartagis: Permission denied
Hi,
I get these
2006 Dec 22
1
[Fwd: Re: missing /etc/aliases file]
Forgot to Reply All
-------- Original Message --------
Subject: Re: missing /etc/aliases file
Date: Fri, 22 Dec 2006 09:42:46 +0200
From: Kartagis <kartagis at kunduz.org>
To: Keith Roberts <keith at karsites.net>
References: <D2B43561-0BAD-440F-97C0-712616E1E560 at cox.net>
<200612210856.40994.ml at awinkelmann.de>
<64A0FED1-F20E-4D90-A0E9-0FE8A67DC0EC at
2013 Feb 16
4
Debootstrap
Hi,
I don''t know if this is the right mailing list, so please feel free to
redirect me as appropriate.
Having said that, how do I tell debootstrap which packages to install in
the newly created VM?
Regards,
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2009 Mar 28
1
Common "sasl master" [Was: sendmail with dovecot sasl]
Hi,
so sendmail can use only cyrus-sasl ?
ok, thank you
>Mario Pavlov wrote:
>> I was wondering if I can make sendmail use dovecot's SASL
>> implementation...maybe I should somehow compile it against dovecot's
>> SASL ? My idea is to make sendmail and dovecot authenticate against
>> one central user/password repository. Is this possible ?
>>
2006 Jun 08
2
Login issue
Hi,
I have a login issue. I do everything I can think of, but can't login.
My .conf file is at http://kabuto.kunduz.org/dovecot.conf and I make
slight changes everytime I try a new thing. I last set
disable_plaintext_auth to yes and when I try to login using Thunderbird,
I get
*Code:*
Sending of username did not succeed. Mail server mail.somedomain.org
responded: Plaintext
2001 Mar 08
0
Nightly cvsbuilds for debian.
As far as i can tell the nightly cvs builds for debian aren't working.
Last time I received a new package from there was February 23rd.
Anybody know who to contact to see if there is a possibility to
fix this?
--
Lasse Melsaeter <lasse.melsaeter@nooffice.com>
Systemsdeveloper
NoOffice Norge AS <http://www.nooffice.com/>
-
Charity begins at home.
-- Publius Terentius Afer
2004 Jan 30
4
Breakthrugh for Qtcomponents dev?
Finally something is happening with the Ogg Vorbis QuickTime plugin.
Today a post on the projects forum enlightened the future for Ogg
Vorbis on the mac platform.
“publius” wrote this:
“Some profiling of oggvorbis.qtx indicated that the lion's share of CPU
time was spent inside, of all places, QuickTime itself - but being
called from BeginMediaEdits. The BeginMediaEdits/EndMediaEdits
2009 Oct 20
1
How to create a legend that automatically reads the values from two vectors?
Hi all!!!
How can I create a legend to my plot that automatically reads the values
from two vectors?
betav<-c(0.78,0.94,0.88,0.41,0.59,4.68)
etav<-c(235.6,59.5,31.2,8.7,3.2,1174)
I want my legend to show 6 lines
beta(in greeks)=0.78,eta(in greeks)=235.6
beta(in greeks)=0.94,eta(in greeks)=6.59
....
beta(in greeks)=4.68,eta(in greeks)=1174
I know how to do it "by hand" but I have
2007 Oct 18
1
R-graphics printing greeks
I have tried to print a table of greek alphabet names and symbols
without success. I can print one character at a time but can't seem to
find a way to automate an entire list of the symbols. Some of the code I
have tried is below. I have searched on help, worked the examples in the
December 2002 R Help Desk article and plotmath but have not been able
to find a way to accomplish the
2006 Dec 21
1
TR: Mail location
-----Message d'origine-----
De?: Fatou Ndiaye [mailto:fatou.ndiaye at orange.sn]
Envoy??: jeudi 21 d?cembre 2006 08:47
??: 'Dovecot Mailing List'
Cc?: 'Timo Sirainen'
Objet?: Mail location
Hi all,
Is it possible to have two mail locations in the dovecot.conf? In fact, the
disk where were the mailboxes is almost full and It will be easier for me to
just add an other disk
2006 Dec 21
1
Feature request: don't allow subscriptions to deleted mail boxes
Hello,
Due to Thunderbird's mailbox deletion problem I was able to remove a
mailbox while keeping the subscription. This was hugely annoying as
Thunderbird is totally incapable of removing the subscription, even
though the mailbox is long gone. It took me a while before I found a
work around: I had to actually log in and remove a line from the
.subscriptions file. You will probably get
2006 Dec 20
2
OSX Dashboard Widget for managing mongrels...
Hey everyone -
I recently switched to using a Mac and have several different rails
projects going and was getting tired of starting/stopping mongrels via the
shell so wrote my first dashboard widget to do it for me.
More details at the URL below...
http://blog.pjkh.com/2006/12/20/mongrel-rails-dashboard-widget
Hope those of you on OSX find it handy... feels good to finally give
something
2006 Jun 05
0
I know I''ve seen this somewhere...
Hello everyone,
A few months back, I remember seeing either an online video or
tutorial that covered using Rails where the "database" was a large
collection of XML documents in a directory. I can''t remember much
more than that about it (particularly what the application was), but
now I''m facing a similar situation and I''d like to track that
reference down
2009 Jan 15
0
is there an "before_commit" hook somewhere in Rails?
Hi,
Is there an "before_commit" hook somewhere in Rails?
(i.e. after all the saves & after_save callbacks occur, but just before the
transaction commits?)
--
Greg
http://blog.gregnet.org/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2001 Jan 01
0
Well there is a problem in here somewhere.
Hi,
I am sure this is not going to do my reputation any good. I will be known
as someone who just can't stop asking questions.
Folks, I am guessing there are not too many Amiga people out there. Shame
really. But anyway, in follow up to my problems about getting the two
machines talking to one another:
I kind of got the password thing resolved but it re-apperared. Then
dis-appeared
2010 Dec 06
2
[LLVMdev] LNT somewhere hosted and used?
Hi,
I have been following the development of the /zorg/trunk/lnt project for
a while and am wondering if there is some regular LLVM performance
testing using LNT that can be accessed online? Are there any plans to
create an officially used web service for this like e.g the llvm buildbots?
Thanks a lot
Tobi
2010 Dec 06
0
[LLVMdev] LNT somewhere hosted and used?
On Dec 6, 2010, at 10:40 AM, Tobias Grosser wrote:
> Hi,
>
> I have been following the development of the /zorg/trunk/lnt project for
> a while and am wondering if there is some regular LLVM performance
> testing using LNT that can be accessed online? Are there any plans to
> create an officially used web service for this like e.g the llvm buildbots?
I have a nightly tester
2010 Dec 07
1
[LLVMdev] LNT somewhere hosted and used?
On 12/06/2010 03:33 PM, Bob Wilson wrote:
>
> On Dec 6, 2010, at 10:40 AM, Tobias Grosser wrote:
>
>> Hi,
>>
>> I have been following the development of the /zorg/trunk/lnt project for
>> a while and am wondering if there is some regular LLVM performance
>> testing using LNT that can be accessed online? Are there any plans to
>> create an officially
2012 Nov 18
2
[LLVMdev] Is there a stubbed out target definition available somewhere?
I am trying to follow this tutorial:
http://llvm.org/devmtg/2009-10/Korobeynikov_BackendTutorial.pdf
However, figuring out what can and cannot be deleted from the sparc backend
while still compiling is proving rather frustrating.
-Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: