Displaying 20 results from an estimated 800 matches similar to: "How to change dovecot's bounce message"
2017 Jul 19
1
Cron sending to root after changing MAILTO
Ah.? Here you go.
# grep A5077100E776C /var/log/maillog
Jul 19 13:15:55 mailcampaign1 postfix/pickup[19675]: A5077100E776C: uid=0 from=<root>
Jul 19 13:15:55 mailcampaign1 postfix/cleanup[19797]: A5077100E776C: warning: header Subject: Cron <root at mailcampaign1> run-parts /etc/cron.hourly from local; from=<root at csusb.edu>
Jul 19 13:15:55 mailcampaign1
2008 Sep 16
1
Quota, maildir, MySQL,
Hi everybody,
I am trying to work with quota. I use postfix and dovecot with a sql
backend. Below you'll find my configuration. Everything works except for
the quota part. It doesn't seem to see the quota and doesn't respond to
the sender that the client is over its quota.
versions:
postfix-2.5.20070531-mysql
dovecot-1.0.2-mysql
Thanks for the help in advance.
My Settings:
#
2002 Feb 11
0
read.table in TCL/TK interface
hello,
i would like program userfriendly tcl/tk widgets like
the t-test example in a more complex way !
(1) Is it not possible to combine tk_getOpenFile with
the R function read.table to select in userfriendly way data sets ?
(I'm newbie and take code-parts from t-test example and scripting example.)
(2) Is it possible to use a variableSelection widget
to select a special variable which i
2004 Jul 26
3
Read SPSS data (*.sav) in R 1.8.0 (ok) and R1.9.1(error)
Hallo!
I read SPSS data in the following way:
library(Hmisc)
library(foreign)
dat<-spss.get("surv_abb.sav")
In R1.9.1 I got the message:
"Error in all(arg == choices) : Object "typeDate" not
found"
In R1.8.0 the same script works fine.
Does anybody know a possibilty to read a SPSS file
under R1.9.1?
Thanks!
Karl
2012 Nov 15
1
Change errors to spanish
Hello, i have dovecot version 1.2.17 and i need to translate all the errors
that my users receive when a mail fails to send. Were and how should i
change it?
Thanks a lot!
--
Yago Alonso
2010 Jun 27
2
floating point in single precision
Hello,
is there a possibilty in R to convert numbers (double precision, 64bit) into
single precision ones (32bit).
I need that for compatibility reasons. Until now I call a C application which
casts a double to a float.
float precision32(double value) {
return (float)value;
}
But I want to use a R only method. What can I do?
Kind regards,
Sebastian
2002 Oct 03
1
kjournald tuning
While investigating erratic performance on one our our servers,
I'm getting some very odd performance stats coming from vmstat.
What initially appeared to be happening is the machine goes into a hard loop
in some mod_perl webserver code.
Now there still may be an issue with the code, but my code examinations show
no possible way this could be happening, but what I'm writing to you
2020 Jun 27
0
HP vs. Brother Printers: Use with Centos/Fedora
On Sat, 2020-06-27 at 18:17 -0400, Jay Hart wrote:
> We currently have a Brother MFC-5490CN. Printer firmware is dated
> June 1010. (yeah, 10 years old).??Few years ago the brother software
> wouldn't work for printing under Fedora.??No problem, can print under
> Windows 10.??Then it stopped scanning.??Could still print...under
> Windows.
>
> Now, to fix the scanning
2012 Feb 01
6
While loop working with TRUE/FALSE?
Hi R users,
is there any possibilty that a while loop is working like that:
z <- c(0,1,2,3,4,5,6,7,8,9)
r <- 7
while(w == T) {
for ( i in 1:10 ){
w <- r == z[i]
print(w)
}
}
The loop should stop if w == TRUE
best regards
--
View this message in context:
2006 Sep 11
1
group membership issue?
Hey List-
running samba 3.0.23b
I have an issue with a single member of a group not being able to get write
access to a share that all the other members have access to. I have checked
the file permissions and they look good to me. Any thoughts on where to look
or solve this? Below is some info.
share portion of smb.cnf:
[ecwtest]
path = /data/www/webroot
writeable = yes
create mode = 6775
2002 Jun 20
2
cat output To data.frame.rows ?
Hi,
is there a possibilty to get my function output with "cat "
as data.frame.rows with variables ?
Var1---------------- 8 15 1 3
Var2---------------- 0.170 0.319 0.0213 0.0638
Var3---------------- 83.8 88.6 90 75
Var4---------------- 84.3 84.3 100 83.3
Var5---------------- 62.5 56 20 53.3
function(data.frame) {
....
....
2006 Apr 06
5
Acrobat Reader broken on CentOS 4.3
I have had Adobe Acrobat Reader 7.0.1 installed on my CentOS 4.2 desktop
and it worked fine. After upgrading to 4.3, I can't get it to come up
anymore. I downloaded Acrobat Reader 7.0.5 and it does the same. I'd
appreciate any suggestions on what to look for, since the executable and
the startup scripts are not giving me any useful errors to chase.
--
Ron Loftin
2009 Jul 15
1
How to limit memory reported to a program?
I'd like to run write.exe (an - I think - old Windows 3.1 application). The problem is: It doesn't run but brings up a message that there isn't enough working memory (out of memory error). Actually, there is too much of it. With Windows itself, I can fix it by adjusting the FileCache entry in the system.ini (see http://support.microsoft.com/?scid=kb;en-us;253912). Unfortunately, this
2003 Dec 12
1
How to take over ringing calls
Hi all,
I searched through the archives, but found nothing...
Is there a possibilty, to take over a call ??
I have for example two extensions..
102 and 103....
if 102 is ringing, but noone one the desk, I want, that 103 can answer
this call on his phone, by just typing some digits...
has someone such a setup running, and perhaps some hints for me ???
Thanks in advance....
--
Bye
Ernst
2005 Dec 09
1
Advanced Winbind questions
Hello everybody,
i'm using Samba 3.0.20 with Winbind to check logins against an
ActiveDirectoryServer. At the first login pam_mkhomedir creates a Folder
containing the Homedirectory.
I've some Problems with this installation.
1. Windows does not differentiate between Capitals and lower case letters.
The Problem is that users can login with different spelling of their
Username. And on
2002 Mar 26
1
process & tracking
Hi,
exist a possibilty to work with more than one process
like this,or in another way is it possible to start
more than one time R (Win2000) and let run the process at one
task and work interactive normal with the other.......(but this is
perhaps dangeorous , cause of same .RData file) ?
while(1) {
queryTrack()
Sys.sleep(12)}
thanks & regards,
Christian
2003 May 11
1
simulating data
..for a "unit test" i need a lot of rows in my database, so i simulate.
My problem, using Win2k,R.1.7.0, 256RAM is that i'm getting memory-erros go about the 1000.000 border , but
i need bigger test data. Ok is approriate buy more RAM, but is there a possibilty simulate a lot of single rows, one after
another and between this 2 steps -> Add th row to database and delete them
2005 Aug 22
1
vectors of different length in a matrix
HI!
I?ve 3 vectors of different length (a,b,c) and want to arrange them in a
matrix a,b,c as rows and the figures of these vectors in the columns
(with that matrix i want to calculate a distance between thes vectors -
vegan - vegdist - horn). Is there a possibilty to create such a matrix
and to fill up the missing fields with NA?s automatically????
Thanx
marten winter
--
*Marten Winter*
2007 Nov 27
1
routing
Hi all,
My site uses subdomains to define an item. Eg http://itemname.mysite.com
I fetch the itemname and render the appropriate site from that
itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events,
http://itemname.mysite.com/products/show/11, ...)
I now want to give the user the possibilty to use a ''real'' domain like
www.itemname.com that should
2011 Oct 27
1
plotting large time series
hello,
I got a problem with plotting large time series, since I want to store
the results in a .PDF file (I want to store several pages of plots). The
PDF files get too large to be handled (> 10MB, one was even 200MB big).
So I wonder, if there would be a possibilty to either
- reduce the file size of the PDF
- change the way the plot is generated to reduce the plot size?
I use: