Displaying 8 results from an estimated 8 matches for "abonement".
2010 Mar 22
3
shared mailboxes, mkdir_parents problem
Hi Friends,
i have a little problem with my Dovecot installation. The normal
installation works very well and now i have to configurate dovecot that
all member from a domain can access all mailboxes from this domain.
I configurate the shared namespace and set the IMAP ACL Flag but i can't
abonement the other mailboxes. I get a error in the logs:
> 2010-03-18 10:03:04 IMAP(unglaub): Info: maildir:
> data=/var/mails/e-c-o.at/kirchmeir:INDEX=/var/mails/e-c-o.at/shared/mitarbeiter/kirchmeir
>
> 2010-03-18 10:03:04 IMAP(unglaub): Info: maildir++:
> root=/var/mails/e-c-o.at/kirchm...
2008 Jan 25
4
Function for translation of a list into a matrix as used by ordination?
Hello.
Does anyone know of an existing function that takes a list in the form of:
Plot1 Species1 Abundance1
Plot1 Species2 Abundance2
Plot2 Species1 Abundance1
Plot2 Species3 Abundance3
.
.
.
PlotN SpeciesN AbundanceN
and translates into a matrix in the form of
Species1 Species2.... SpeciesN
Plot1 Abundance1 Abundance2... AbundanceN
Plot2 Abundance1
2007 Jan 27
0
Problems with implementation of dynamically updating scores
Hi,
I''m implementing a "digg-like" page, that once you digg. The score for
each item will dynamically reflect your current action +1 .
I am not sure what''s
In the controller I have an action responsible for increase of the
score.It has a corresponding rjs in view.
--------------------------------------------------------------------------------
def arouse
2007 Mar 13
0
Net::SMTPFatalError 555 5.5.2 Syntax error a8sm19427994poa
Hi,
I''ve sent e-mails with action mailer in other controllers.
Now I''m repeating the same trick to send emails.
I have
def bt_notify( bt )
@recipients = bt.product.user
@body["product"]=bt.product
@body["bt"]=bt
@from = "xxxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
@subject = "blahblah"
end
in my mailer.rb
and
2007 Mar 13
0
ActionMailer error
Hi,
I''ve sent e-mails with action mailer in other controllers.
Now I''m repeating the same trick to send emails.
I have
def bt_notify( bt )
@recipients = bt.product.user
@body["product"]=bt.product
@body["bt"]=bt
@from = "xxxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
@subject = "blahblah"
end
in my mailer.rb
and
2014 Jul 18
0
Transfer call question
Hello guys,
I have trunk ?10000", Internal num ?99" and MeetMe ?1010"
now I calling 99 -> 89264959635 via 10000
/pbx/agi.php: [agi_channel] => PJSIP/99-00000012
/pbx/agi.php: [agi_callerid] => 99
/pbx/agi.php: [agi_calleridname] => 99
/pbx/agi.php: [agi_context] => dialmap
/pbx/agi.php:
2007 Jan 29
6
RJS problem
Hi,
I''m implementing a "digg-like" page, that once you digg. The score for
each item will dynamically reflect your current action +1 .
I am not sure what''s
In the controller I have an action responsible for increase of the
score.It has a corresponding rjs in view.
--------------------------------------------------------------------------------
def arouse
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web
Development with Rails. In interation E1
NoMethodError in Admin#checkout
Showing app/views/admin/checkout.rhtml where line #12 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.include?
Extracted source (around line #12):