Displaying 20 results from an estimated 5000 matches similar to: "imaps listen only at localhost"
2005 Mar 02
4
Action ''display'' doesn''t work in 0.10.0
Hello,
While trying to get a 0.8.5 rails application to run under 0.10.0, I
discovered that an action called ''display'' no longer worked. (As example it''s
still existant in ctionpack-1.5.0/README).
After a long search, I discovered that the reason is that
ActionController::Base inherits from Object, and because there is
Object#display it will no longer be called as
2002 Jul 09
3
writing to a png file with a script
Dear R-freaks,
I am new to R and loke to write plots directly to a file with a script
in batch-mode.
the following error occured:
# writing section
> x11()
Error in x11() : the x11 device has not been loaded
Execution halted
I do not know what to do!
thanks for your help
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
2012 Aug 14
3
Listen on multiple ports possible using same protocol?
Is it possible to have multiple Listen directives in a dovecot configuration file for the same protocol? I am running dovecot-1.2.11 and I want to be able to use the "standard port" as well as a test port:
protocol imap {
listen = *:143
listen = *:10143
ssl_listen = *:993
ssl_listen = *:10993
for example. Or is this more preferably done by pointing
2007 Oct 29
2
Listening only on localhost
Hi!
I've got dovecot 1.0.rc15.
I want dovecot to listen only on localhost for imap, and on any interfaces for imaps. So I put the following into my config:
protocol imap {
listen = 127.0.0.1:143
ssl_listen = *:10993
..
}
dovecot -n correctly reports:
listen: 127.0.0.1:143
ssl_listen: *:10993
But I can still do a 'telnet MY_HOST 143' from the outside,
and 'netstat -pltn |
2002 Sep 02
2
ifelse behavior
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear R-Users,
I cannot understand the behavior of ifelse.
I have a vector blah
> str(blah)
List of 14
$ index.s : num 100
$ index.u : num 100
$ index.t : num 100
$ yabstand.s: num NA
$ yabstand.u: num NA
$ modal.s : int 8
$ modal.u : int 71
$ modal.t : int 21
>
> str(blah$index.s)
num 100
>
everything seems OK.
when
2002 Jul 29
2
Database-conversion
Dear R-Users,
I store my data in an Postgres-table.
I can connect with Rdbi.PgSQL, that is no the problem.
The problem is the NA-Values. No-data-values are coded as -9999 in the
table.
But when I extrct them with any SELECT-statement, the -9999-values are
treated as normal vectors.
How can I tell R not to fetch the datasets containig -9999-values?
thanks for your help
stephan
--
Linux: the
2002 Aug 02
2
variables inside an Rdi-select statement?!
Dear R-users,
I would like to use an environment variable inside an SELECT-statement
from R to a postgres-db, but it will not work and so I need some advice
from you.
<code>
ezg <- Sys.getenv("EZG")
connect <- dbConnect.PgSQL(host="localhost", user="username",
dbname="dbname")
query <- dbSendQuery(connect, "SELECT ezg.s FROM ezg WHERE
2006 Jan 16
3
routing to controller inside module
Hey,
am i to stupid to find the information about how to route to a
controller in a module? Maybe module support has gone!
The controller is under:
app/controllers/admin/my_controller.rb
The my_controller.rb file looks like this:
module Admin
class MyController
def index
render :text => ''Hello!''
end
end
end
How does a route to all controllers under module
2002 Jul 21
3
boxplot(): formating median in another linethickness?
Dear guRus,
I want to do some boxplots, but the median sould appear in another
line-thickness and another color.
I do not know, what to do in order to realise my wishes.
Sorry for that question, but I am new to R.
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ#
2005 May 30
2
Migration from pop3 to imapd
Dear list,
I am planing to set up dovecot-imapd on my production-mail server
which currently only runs pop3 via qpopper on debian-sarge.
It would be best, if I could only use imapd and use the existing pop3-
server (qpopper) as it is.
Is this possible?
Can the user both use pop3 (qpopper) and imapd (dovecot) in
parallel then?
Where does dovecot-imapd store its mails? Does it store its mail in
2002 Jul 10
5
plotting only text as a table
Dear R-Gurus,
I am preparing a multiple-plot-sheet with 2rows and 2 columns, but there
are actually only 3 plots to plot.
the 4. part of my sheet should contain a table with simple statistic
values like n, mode, standard deviation....
I cannot handle to plot the information in the plot. the summary()
function prints it to the xtrem instead of the plot.
Here is an example-plot with the 3 plots
2001 Feb 09
1
Bug in auth-options.c
Hi,
There's a nasty bug in auth-open.c that causes all options in a line
of authorized_keys to be applied to all subsequent lines without
options.
IMNSHO this clearly shows the evil of global variables, and using
extern whatever as a means of information sharing.
Cheers,
Han Holl
--- auth-options.c.orig Fri Feb 9 14:14:51 2001
+++ auth-options.c Fri Feb 9 14:18:43 2001
@@ -57,11 +57,12
2004 Sep 28
2
Any way to disable imap on all but localhost ?
Noticed that some configuration settings like
imap_listen appear to have been removed.
Any way to accomplish this ?
-kim
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
2010 Mar 23
1
POPS and IMAPS with dovecot
Hi everyone:
when I try to run dovecot after modifying the dovecot.conf file I have
the following error messages:
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.info] Dovecot v1.2.10
starting up
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.info] Generating
Diffie-Hellman parameters for the first time. This may take a while..
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.error]
2006 Feb 22
2
Changing listen ports
Hi,
I want to change ports that Dovecot uses to listen for connections. I
have listen = [::] in global section and listen = 0.0.0.0:10143 and
listen = 0.0.0.0:10110 in protocol imap and protocol pop3 sections.
The problem is that it doesn't seem to work for SSL ports of the two
protocols and I get following error when I try to start the service:
Fatal: listen(993) failed: Address already in
2011 Jan 02
1
Clusteranalysis Chi-square test and SingleLinkage
Hi
The short version of my questions is this:
How can I run a chi-square test over a matrix (table) to get the distanaces
between rows and then run a SingleLinkage (or other fusion algorithm over
the resulting table?
------------
The long-version of my question:
My data consists of different data of different countries so I have stuff
like how many people can read, write in X,Y,Z countries
2006 Jul 30
4
Dovecot copy with imapsync
Hi List,
I am trying to migrate my dovecot 0.9 (mbox-Storage) to 1.0rc2 with
maildir-storage using imapsync.
I cannot manage to copy the emails from one server to the other,
however the dry-run from imapsync works nicely. Is it possible to make
dovecot more verbose to see what is happening (or not happening)?
Thank you very much.
Best
Stephan
2008 Mar 15
1
current quota in mysql issue
hi all,
i have a problem with storing the current quota in mysql. the
configuration of the dictionary quota mostly looks like the example from
the wiki.
the dirsize quota limit is read correctly from the user_query, but nothing
stored with quotadict in the quota table. i wonder that there is nothing
like a "dict" in the logfile. did i configured anything wrong?
regars
stefan
logfile
2007 Mar 25
1
dovecot authentication & exim in rc27
[introduction: new to the list, used dovecot w/exim as MTA in
simple ways for 2 years, blah blah blah]
i'm trying to get exim to use dovecot auth with a copy of
rc27 and am missing something that's probably quite simple.
specifically, how does one configure the authenticators
in dovecot.conf for rc27? the auth section of the default
config file installed in rc27 doesn't entirely
2006 Aug 16
1
help debugging TLS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
hi,
i've built dovecot latest cvs on OSX 10.4.7. i'm making a 1st attempt @
trying/failing to get TLS operation up-n-running ...
my install's OK:
Install prefix ...................... : /usr/local/dovecot
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method