Displaying 20 results from an estimated 600 matches similar to: "popup to all users ?"
2010 May 09
2
problems implementing dovecot LDA with Postfix
Per the instructions here http://wiki.dovecot.org/LDA and here
http://wiki.dovecot.org/LDA/Postfix I set
postmaster_address = postmaster at hardwarefreak.com
in /etc/dovecot/dovecot.conf
and
mailbox_command = /usr/lib/dovecot/deliver
in /etc/postfix/main.cf
When I restart dovecot I get this:
[07:17:00][root at greer]/etc/dovecot$ /etc/init.d/dovecot restart
Restarting IMAP/POP3 mail server:
2009 Dec 23
1
Panic: file maildir-uidlist.c: line 1242 (maildir_uidlist_records_drop_expunges): assertion failed
Hi all,
after inserting another sieve-rule, I get the following backtrace on
deliver.
The mail gets delivered into the Mailbox, but as deliver does not exit
with 0, postfix bounces the mail.
The additional rule is the same as all others in my .dovecot-sieve:
> require ["fileinto", "include"];
>
> if header :contains ["From"]
2009 Nov 05
4
deliver_log_format ignored
Hello,
seems that LDA ignores deliver_log_format (still log with format:
"msgid=%m: %$")
# 1.2.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs
log_path: /var/log/dovecot/error.log
info_log_path: /var/log/dovecot/info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: none
listen: none
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
2010 Oct 28
4
[OT] dovecot appliance
Hello all.
I am reading the mailinglist for a long time now, and there was a thread
i believe called webgui or something.
In this thread there was a company i believe german, that was working on
a dovecot appliance with a web based gui to administrate a dovecot mail
server.
The problem is i did not save the URL of that company.
Does anyone know which company make the appliance.
Or does
2008 Jan 25
2
Availablity of OpenSSH on SCO Unixware 7.1.2
I have been asked to investigate the use of OpenSSH on some of our
systems.
These systems are running SCO OpenUnix ( Unixware 7.1.2).
Are you aware of any issues that may prevent me from using OpenSSH on
this version of SCO.
Thank you
Andrew Harasymiw
Senior Technical Analyst
Shoppers Drug Mart
Office: (416) 493-1220 Ext: 5225
Cell: (416) 553-4616
Email: aharasymiw at
2009 Mar 27
2
Installing openmpi & lam for use with R
I am trying to install the R package "Rmpi" which needs libmpi. I've
installed openmpi and lam in Centos 5.2:
[root at rab45-1 /]# rpm -qv openmpi
openmpi-1.2.5-5.el5
openmpi-1.2.5-5.el5
[root at rab45-1 /]# rpm -qv lam
lam-7.1.2-14.el5
lam-7.1.2-14.el5
But I get the following error message when trying to install Rmpi:
/usr/bin/ld: skipping incompatible /usr/lib/lam/lib/libmpi.so
2004 Jul 13
2
e1071 question: what's the definition of performance in t une.* functions?
Basically, the `Detail' section of ?tune says it all:
Details:
As performance measure, the classification error is used for
classification, and the mean squared error for regression. ...
Andy
> From: Tae-Hoon Chung
>
> Hi, all;
>
> Basically, the subject contains the all information I need to know.
> In e1071 library, there are functions to tune parameters.
2006 Nov 04
0
Popup search windows: hints needed
Bruno, did you solve this problem? I have the same issue, if you could give
me any tips it would be great.
--
Att,
Gabriel Bog?a Perez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060821/d2df1650/attachment-0001.html
2006 Mar 05
0
opening popup on another companies website - possible?
I have a wierd problem and although I am not a programmer I''d like to
know it this was even possible.
I have businesses that send me email addresses of people referred to
them by their customers. They also have a picture of their customers on
file.
I would like to send an email to the referrals that includes a like.
When the referral clicks on the like a browser opens on the
2006 Mar 10
0
link_to(... :popup => true) problem
I have a file_column that points to a pdf. I want that pdf to open in a
new window, thus wrote the code:
<%= link_to(''PDF version'', url_for_file_column(''floor_plan'',
''pdf_file''), :popup => true) %>
which generates the code:
<a href="/floor_plan/pdf_file/12/first_floor.pdf"
onclick="window.open(this.href);return
2006 Mar 14
0
Hyperlink "pop-back" from popup window
Hello all,
I have a popup window (via link_to :popup=>true) that contains a link to an
external page. How can I get navigation of that link to go back to the
original calling browser -or- launch a new browser window in the background?
Thank you!
--
------------------------------
Forget the icing. Bake the Cake!
- the epi-centered developer
------------------------------
Peter
2006 Jan 08
0
Popup search windows: hints needed
I need a suggestion on how to implement a popup search windows in a Rails
application.
Something very similar to the "Hertz Location List" or "Find a Neighborhood
Location" links in the Hertz reservation page
https://www.hertz.com/rentacar/index.jsp?targetPage=reservationOnHomepage.jsp
Many thanks in advance,
Bruno
2004 Sep 03
0
Internet Explorer, popup windows
Hi all,
I have just installed Internet Explorer SP1 on wine (without any native
windows partition). It runs quite good, but I have a problem; when I access
to a page where a popup window appears (the window.open javascript function
is invoked), it launches the following error on a IE window: "Could not
complete operation due to error 8003001e".
I have looking for a solution but
2009 Mar 26
1
Lightbox popup on ajax pages....
Hi,
I''m using lightbox.js for displaying chromeless popup windows.
I have a main page on which I have javascript_include_tag and
stylesheet_link_tag to include lightbox.
Calls to the lightbox popups from this main page work perfectly...
But....calls to the lightbox popups from pages which are called by
ajax(using link_to_remote) from the main page do not work... :(
They work like
2008 Nov 26
1
Clearing form fields for a popup
I am using prototype to create modal popups for my login and register
pages, but the fields are populating with the data from certain
variables. For example, I have a show page that finds a user like
so:
@user = User.find(params[:id])
and my form uses:
<% form_for :user, :url => users_path do |f| -%>
so it is populating the form with the data from @user. Should I
rename the @user
2007 Apr 27
0
Prototype Popup Error
I am using the prototype ''new Ajax.Request'' object for a simple data
retrieval operation. Works fine. To tell the user what is going on
(the retrieval takes a second or 2), i stuck a simple window popup
(that says ''wait..'') right before the request and then just closed it
when the request completes.
I have tried a few different ways to generate the popup -
1
2009 Nov 30
0
AJax form + jquery + popup window
Hello Friend,
I am a popup window when I am write down a invitation functionality.
So is that any good reference available online using Jquery that will be
great.
Thanks
Abhis
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2012 Jun 21
1
Modal popup in rails
Hi all,
I am new in rails so i want to open modal box jquery but not getting any
help.
Please send me code or links if any one have....
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/0Td3_nuuNW4J.
To post to this
2008 Feb 22
0
Floating popup vs Split Container
Hi,
My application uses dojo tabs and i have a situation where in i have a
split container and now i have to show a floating div to which i have
given a z-index.
I want that div to be rendered always in the center of my browser
window. But while i am trying it, it is always coming on one side of
the Split Container.
How can i ensure that it opens in the center only?
Neha
2007 Jul 24
1
Popup Content Without Application Layout
I am building a page that uses ThickBox
(http://jquery.com/demo/thickbox/) to display details about a record. A
user clicks a link on the page and a ThickBox pops up showing the record
as HTML. Unfortunately since I have an overall layout setup in my
application layout, that HTML is showing in the small popup box and it
doesn''t match.
How do I remove the added layout for just this