Displaying 20 results from an estimated 2000 matches similar to: "Setting up a local shared mailbox"
2006 Mar 22
6
OT: a very simple .vimrc example to use with my gmail account, pls help
Hi guys,
is there a very very simple .vimrc example to use with my gmail
account? i couldn''t find it from uncle google. Please help, my
thunderbird is becoming so slow with hundreds of thousands of email..
i don''t want to use it anymore, i want to use mutt. i''m using Mac OS X
10.4.5 (Tiger) and mutt (DarwinPort)
Thank you very much for your help and sorry for this OT.
2006 Feb 15
2
extending rails via /lib - problems
I wanted to group some functions which I use in some models in one
place. Controllers have application.rb and views have helpers but I
couldn''t find anything about models. Using the /lib directory seemed to
be the only way.
Alright... so I have something like this:
/lib/code.rb
class ActiveRecord::Base
def method_a(n)
.......
end
def method_b(n)
........
end
end
2019 Jan 10
2
Need help deduplicating messages fetched with getmail into dovecot mailbox
Hello everyone,
I'm using getmail to fetch some external mails from POP3 into a dovecot
mailbox (providing IMAP). Getmail seems to have some serious problems
keeping track of mails already fetched. I have every Mail exactly twice
in my Mailbox delivered by Dovecot. Of course they are not in the
original external POP3 Inbox.
I hope I'm in right place here. I think the problem is not
2006 Jul 16
6
using collection_select
hello,
supposing i have a User class that contains a Wibble
class User < ActiveRecord::Base
has_one :wibble
end
in my view i have
<%= collection_select :user, :wibble, Wibble.find(:all), :id, :name %>
when i post, i get an error like
"Wibble expected, got String"
how/where am I supposed to convert this posted wibble_id into a
Wibble, or am I using collection_select
2006 Apr 17
2
Understanding when flash gets reset (render vs. redirect_to)
All,
I have a controller action that will do a different "render (:action)"
call
depending on whether or not data is valid.
When the data is invalid - I set a flash element to hold a message.
However, when I post back to this controller action and have valid data,
I still have the flash element set, which I don''t want.
I believe this is because I did a render from the
2003 May 07
1
KMail?
Hey everyone -
is anyone else having problems with Dovecot and KMail? I'm having
trouble seeing my INBOX using KMail (Maildir format on the server),
though all subfolders show up as normal. I suspect the problem is with
KMail as all the other mail clients I've tested seem to have no such
problems, they see INBOX *and* subfolders just fine, just wanted to see
if anyone could confirm this
2015 May 04
1
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
Am 04.05.2015 um 22:13 schrieb Santiago Vila:
> On Mon, May 04, 2015 at 09:23:57PM +0200, Robert Schetterer wrote:
>> Boh fetchmail .... did you verified with getmail ?
>
> No, I didn't. The client should be irrelevant. Nobody should be able
> to corrupt a remote mailbox only by issuing imap commands.
>
> BTW: Does getmail have an option doing the same as fetchmail
2003 May 06
1
quota
first, thx for --with-storages=maildir
second, there is a problem when user exceed their quota
< status INBOX (messages)
> NO Internal error [2003-05-06 15:35:56]
in logfile:
imap(user): Can't create directory /var/mail/user/.INBOX: Disk quota exceeded
'user' is not able to get list of messages and delete some of them :(
third,
in logfile:
imap(user2): maildir flags
2006 Apr 21
8
Stop Models auto loading
Is there a way to stop Rails automatically trying to load models?
Cheers,
Nicholas
2013 Jun 26
1
How to manage email with an ISP restricted mailbox size?
Sorry if this is a bit off topic but I'm hoping list members here might
have some ideas.
Aim: use ISP provided email with restricted inbox size but keep an IMAP
accessible archive of emails (including 'sent' messages) on a remote server.
Scenario:
- Don't want to run my own SMTP server
- Have free ISP email with 1Gb mailbox limit and spam filtering that works
well
- Have remote
2019 Jan 11
2
Need help deduplicating messages fetched with getmail into dovecot mailbox
Hello Joseph,
thanks for your reply.
> doveadm fetch -u my-mailbox at domain.net 'guid hdr.message-id' ...
>
> You're on your own for everything else.
That works and I may be can make it work with that using a shell-script
interacting with getmail as Filter. But indeed it's fetching ALL
message-ids. It would be perfect if I could make search query on 'guid
2005 Feb 26
1
Trigger getmail via mail-client action?
Hello,
I want to use dovecot on my private debian/unstable-system to have the
advantages of an IMAP-Server (Access to mails from different computers,
Simply changing the mail client). I decided to use dovecot, because I
very often have read (in the web) that it should be more simple to
configure than other servers.
Now I have the following question:
I want to use getmail to retrieve mails
2015 May 04
5
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
Am 04.05.2015 um 21:04 schrieb Santiago Vila:
> Greetings.
>
> Thanks to Jelmer Vernooij, who has just uploaded version 2.2.16 for
> Debian unstable, I can confirm that this bug may still be reproduced
> in version 2.2.16, so it has *not* been fixed yet.
>
> Several months ago I was told "I can't reproduce it in dovecot hg", or
> something like that. Well,
2007 May 01
2
Problem validating boolean
Hi
I''ve got a problem validating a boolean and I can''t see what the
problem is. Here''s my model:
class FinanceAgreement < ActiveRecord::Base
belongs_to :asset
validates_presence_of :finance_company
validates_inclusion_of :balance, :in => 0.01..10_000_000
validates_inclusion_of :term, :in => 1..600
validates_numericality_of
2003 Aug 25
1
mail accounts for users without home dirs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I use dovecot on a machine where users without an existing home directory (Not
my idea...) need to access their mailboxes. Unfortunately dovecot tries to
chdir to the users home directory before allowing IMAP access - is there
anything I can do about that besides creating a dummy-homedirectory for these
users?
Greetings,
Gunter
- --
2018 Dec 01
4
I never touched nuthin'
hello,
do you mind if I ask before I start poking about ?
suddenly I notice that gmail is ignoring or because there is an error
getmail is not sending the delete request.
Mails are sent and received but not deleted gmail so I keep getting
them.
mick at rapunzel:~/.getmail$ getmail --rcfile getmailrc1
Delivery error (command deliver 1363 wrote to stderr: lda(mick,)Error:
2007 Jan 25
9
Constant directory checksum changes
notice: /subject.sol1.net/virtual_mail_server/File[/etc/postfix]/checksum:
checksum changed ''{time}Thu Jan 25 16:31:08 EST 2007'' to ''{time}Thu Jan 25
16:36:39 EST 2007''
I know there''s something weird in the directory modification detection that
causes the next run after things actually change to suffer from this
problem, but I''m getting it
2009 Apr 29
3
How do I get my mail from fetchmail into dovecot?
I have dovecot (with squirrel mail etc.) running without any problems
but cannot understand how to get e-mail from a pop server into dovecot.
I have fetchmail configured to pick up the mail from the pop3 server but
don't understand how to get it from there into my dovecot mbox
structure.
New to mail servers!
Thanks,
Michael.
2006 Apr 25
7
Rails producing the / page.
Hi all
Very simple question, im sure, but I cant find docs anywhere that tell
me how to do this.
What I want is for the index page of the server to be generated from
rails, is www.wibble.com/ will result in a page that has been processed
by rails, has the templates etc.
>From what I can see, the index page comes from public/index.html How do
I get this to be a rails page?
Thanks
Jonathan
2007 Dec 05
2
exim/kmail vs. dovecot
I am using exim via dovecot_deliver to store messages in Maildir in my $HOME.
I am using kmail to retrieve stuff. Unfortunately, something in my data
crashes dovecot.
I was using 1.0.rc14 from opensuse, but downloaded and installed 1.0.8 from
the site.
Here is the crash:
Dec 5 18:05:09 h743107 dovecot: IMAP(kris): file mail-index-transaction.c:
line 629 (mail_index_update_flags_range):