Displaying 20 results from an estimated 100 matches similar to: "dovecot and virtual mailbox - suggestions please"
2009 Sep 16
2
Upgrade Question about mail_location
Hi,
I plan on upgrading from 1.1.13 to 1.2.4 using an RPM. I have read the
wiki [1] and have a question about the mail_location variable.
Currently, in 1.1.13, I use:
mail_location = maildir:/var/spool/virtual_mailboxes/%h
with virtual mailboxes. However, I am planning to change it to use:
home=/var/spool/virtual_mailboxes
mail_location = maildir:%h
as part of the new configuration. Is
2005 Sep 30
2
sudo /etc/init.d/dovecot start doesn't work
I've been trying to get dovecot working with postfix with virtual domain
setting. I noticed that if I started dovecot with "sudo /usr/sbin/dovecot",
everything would work fine. But if I started with "sudo /etc/init.d/dovecot
start", I would get the following permission error. I checked "ps -ef | grep
dovecot" and didn't find anything different.
Sep 29
2006 Nov 06
3
Lstat & Dovecot
I am chasing a problem with dovecot generating an error:
lstat(/var/spool/virtual_mailboxes/[domain dir]/[user dir]/Maildir/cur)
failed: Permission denied
I first tried making the directory world readable, same error. Them
tried to lstat [the path] at the console and receive the error:
lstat: command not found
I have a manpage on lstat, but no file. "Yum provides" showed the
2006 Dec 01
2
Non central chi squared bug (PR#9406)
Full_Name: Alan Bain
Version: 2.4.0
OS: XP
Submission from: (NULL) (155.140.122.227)
Code for pnchisq contains following
if (tSml) {
if (x> f+ theta+ 5*sqrt(2*(f+2*theta) ))){
return 1.; /* better than 0 --- but definately FIXME */
}
}
This needs to check which tail has been requested; it is only correct if the
default lower_tail=1 has been requested; for upper tail should return 0
2007 Oct 22
13
An error on edge at -r 2767
Morning,
Having done an svn up this morning all my specs are broken with the
following:
SQLite3::SQLException in ServiceConfig with minimum set of valid parameters
should return nil for the service path''
SQL logic error or missing database
C:/development/sandbox/prototypes/user_admin_client/config/../vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/rails_example.rb:17:in
2008 Jun 02
2
spamassassin, postfix with dovecot lda?
Hi all,
I am trying to setup a mail server using postfix (virtual_mailboxes),
spamassassin and dovecot, along with SQL where appropriate. From my
research so far I realized that, for several reasons, it is required for
me to use dovecot LDA instead of maildrop, local, procmail or other
alternatives.
My configuration was working flawlessly, until spamassassin per-user
configuration came to
2007 Aug 09
3
AutoTest plugin and rspec for rails
(WinXP)
Hi,
I have the autotest rails plugin running - detecting changes and running the
examples.
However the rspec color output (of which I am a fan) ... has stopped
happening
Anybody got a spare moment to point me in the right direction, please ?
Cheers!
sinclair
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Nov 14
4
Stubbing out required associated models
Hello,
As I''m becoming more and more familiar with mocking/stubbing, I''m going back
to some of my model specs and revaluating how I wrote them.
I have certain models in which validation requires the presence of an
associated model, which itself needs to be valid(validates_presence_of and
validates_associated).
When I wrote the specs, I wrote helpers for the attributes instead
2007 Nov 29
4
Rollbacks, Sqlite3 bug. Has this been reintroduced ?
Hey,
I just updated from the edge and it looks like this _issue_ has resurfaced.
Yesterday things were working (stories and specs).
No code base changes, only rspec and rspec_on_rails
After updating today I now need to set <config.txn...fixtures> to false in
the spec_helper.rb
to get the specs running, the stories are fine. Looks like the fixture
loading is trying to start a txn.
I
2020 May 29
1
Operation not permitted - fchown() failed for /run/dovecot/login
# dovecot --version
2.3.10.1 (a3d0e1171)
Dovecot is unable to start, I see error " Fatal: fchown() failed for
/run/dovecot/login: Operation not permitted"
what could be the problem?
any help please
$ls -la /var/mail/
drwxr-xr-x 1 root root 4096 May 29 17:32 .
drwxr-xr-x 1 root root 4096 May 28 17:08 ..
drw------- 2 root root 4096 May
2013 Apr 12
4
Dovecot / Postfix
Ave Maria!
I have Dovecot and Postifx setup with MySQL - emails seem to go through
the server but for some reason the pipe into the wrong Virtual Domain
any ideas?
Also I notice
If you need any other configurations please let me know...
mail.info logs:
Apr 12 13:30:14 Server1 postfix/smtpd[21411]: connect from
mail-qe0-f48.google.com[209.85.128.48]
Apr 12 13:30:14 Server1
2001 Mar 26
2
Starcraft success
Kudos to the developers! The main reason I run Wine is to play games,
and Starcraft is one of my favorites. Due to a number of changing
variables in my system, Starcraft quit working, got some kind of a
font.gid error. Couldn't figure out how to fix it; thought maybe it
had something to do with the WinME native installation, so I changed
the default load order to use the builtins before
2007 Sep 14
5
controller.expect_render has me beat!
Hi,
A controller has a method with the following
def update
...
if @config.update_attributes( params[:new_config] )
redirect_to :action => :index
else
* render :action => :edit, :id => params[:id] # this line here*
end
...
end
The example has the following
it ''should render the "edit" config url on an unsuccessful save''
2007 Nov 13
3
Story problem if parenthesis used in Given, When, Then or And
VERSION: rspec rails plugin current edge version
XP/Cygwin on XP
Hi,
I hit this when trying to use parenthesis in my stories ... (that''ll teach
me!).
If a scenario looks like the following:
Story "User has story with parentheses", %{
As a user
I want parenthesis
So that ... well I just do
}, :type => RailsStory do
Scenario "the Given has parentheses" do
2007 Dec 07
4
TextMate Sidebar
Hey David,
I just watched the RubyConf recording of your RSpec session and noticed that
you''re using a modified version of TextMate that uses a sidebar instead of a
project drawer. Where did you find that mod?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071207/c900e1bc/attachment.html
2007 Sep 28
2
form action url example
Hi,
I have the following example:
it ''should have a form with an action attribute'' do
response.should have_tag( "form[action=?]",
''/users/1/machines/1/trouble_tickets'')
end
for a form like so:
<% form_for( :trouble_ticket,
:url => { :action => ''create'',
:user_id => @machine.current_owner,
2007 Aug 02
2
Do the :attributes and :content matchers work
[Rails plugin 1.0.5]
Hi,
I am looking for some guidance.
When working on a partial which looks like this
<div class="bug" style="width: 100%;" />
I have some examples which should fail - I think - but do not:
it '' should fail'' do
response.should have_tag( ''div.bug'', :content => ''There is no
2007 Oct 25
6
Rollbacks, Sqlite3 bug
Okay - so the sqlite bug reported a day or so ago on the list is real
bug. I''m going to file something in the tracker for that...
I also learned that before(:all)...after(:all) is not wrapped in a
transaction, the way before(:each)...after(:each) is. Is there some
reason behind this? Can you not wrap transactions inside transactions?
Scott
2011 Nov 14
1
WHat's Your Brain Grade?
Friends Human Brain is Mysterious. It is More Powerful than any super computer in Thsi world. you can Do things Like You have never imagined before, Using Your Mind. Like:
Controlling Any Person Using Your Mind (He/she will do whatever you want them to do
Bain as a Remote Control. To Putt Off and On the Devices using Your Brain, and not touching The remote control at all
Click Here To Use Your
2008 Jan 21
4
Virtual Users and permission denied on POP3 Authentication - cur directory
Hi,
I've been working on configuring a new Postfix+Dovecot+Cyrus-SASL
+Postgres server to perform multi-domain virtual hosting with non-unix
accounts. I believe I have everything working correctly and have
tested both the SASL portion and POP authentication through telnet and
all works as expected, with one exception.
When I authenticate using POP3:
# telnet mail.host 110
Trying