Displaying 20 results from an estimated 1000 matches similar to: "sieve filter not working"
2015 Jan 22
2
sieve filter not working
Hi,
OK. I tried your suggestion. I modified the dovecot config file
"10-logging.conf", like so:
log_path = syslog
and
mail_debug = yes
It appears that the logging goes to "/var/log/maillog", not "messages"
as I expected.
Restarting service dovecot produces info in the "maillog" file showing
the restart:
...
Jan 22 15:20:14 coe dovecot: imap: Server
2015 Jan 23
0
sieve filter not working
On 2015-01-22 22:41, Michael Williamson wrote:
> Hi,
Hello,
>
> OK. I tried your suggestion. I modified the dovecot config file
> "10-logging.conf", like so:
>
> log_path = syslog
>
> and
>
> mail_debug = yes
>
You could set
syslog_facility = local5
and have all the log messages in the messages file.
Also take a look at the logging dovecot wiki
2015 Jan 23
2
sieve filter not working
HI,
> You could set
>
> syslog_facility = local5
>
> and have all the log messages in the messages file.
According to the output of command
# doveadm log find
every type of message goes to the file I was looking at, "/var/spool/maillog".
>> So, is it postfix doing the local mail delivery, not dovecot?
>>
> To answer this question please post relevant
2009 Jan 05
1
adding a curve with xaxs="i"
I want the curve to touch the y axis like the curve touches the upper boundary.
How can I eliminate the margin between axis and curve on the left side?
x1 <- c(1,2,3,4,5)
x2 <- c(2,4,6,8,10)
mod <- lm (x2~x1)
hm <- function (x) (mod$coe[1]+x*mod$coe[2])
plot.new()
# ...
box()
curve (hm,lty=1,add=T,xaxs="i",yaxs="i")
(R 2.8.1)
--
Sensationsangebot verl?ngert: GMX
2011 Aug 01
1
[Gluster 3.2.1] Réplication issues on a two bricks volume
Hello,
I have installed GlusterFS one month ago, and replication have many issues :
First of all, our infrastructure, 2 storage array of 8Tb in replication
mode... We have our backups file on this arrays, so 6Tb of datas.
I want replicate datas on the second storrage array, so, i use this command
:
# gluster volume rebalance REP_SVG migrate-data start
And gluster start to replicate, in 2 weeks
2012 Feb 05
1
how to REPLACE VALUES in a dataframe
Hi,
I have two data frames (u and v).
> u
coe nam
1 0 Time
2 0 Poten
3 0 AdvExp
4 0 Share
5 0 Change
6 0 Accounts
7 0 Work
8 0 Rating
> v
coeff enter
1 0.7272727 Accounts
2 0.3211112 Time
3 0.0500123 Poten
I want to update the values of coe in u by using the values ofcoeff in v.
That is, I want to get the following result
>
2009 May 29
5
maxtrix to permutation vector
Hi,
Is there a way to convert a matrix into a vector representing all
permutations of values and column/row headings with native R functions?
I did this with 2 nested for loops and it took about 25 minutes to run
on a ~700x700 matrix. I'm assuming there must be a smarter way to do
this with R's vector commands, but being new to R, I'm having trouble
making it work.
Thanks,
2005 Sep 09
2
R-help Digest, Vol 31, Issue 9
Hi:
I use lm (linear model) to analyze 47 variables , 8 responses
So I use loop to finish it .
I want the program to show the results that P-value is less than 0.05.
How can I cite the P-valus from lm result ?
Ping
The code:
#using LM to model general fati
for (j in 48:52) {
for (i in 3:46){
gen.fat<-y_x[,j]
gen.fat<-as.numeric(gen.fat)
snp_marker<-y_x[,i]
x<-colnames(y_x)
2007 Jan 25
5
Custom com32
Hi all
I've written a basic COM32 module that checks (using the DMI example
code) the product and BIOS and if the BIOS is not at the required level,
is supposed to exit and boot using a DOS floppy image to flash the BIOS.
The problem is that I can't work out how to call the DOS floppy image.
Looking at the website, I see "Run Command" AX=0003H via int 22. The
image name will
2016 Aug 22
4
Email pid issue
Hello gents,
First time poster here!
Current system running Centos 6.8. Buddy of mine posted a few days back about me wanting to move
from Postfix 2.6.x to 2.8 to above, still under centos 6.8. I might move over to 7, but probably
not for a while, don't have the resources presently to make this happen.
Running Centos 6.8, postfix 2.6.6, clamav 0.99.1. Basic Centos 6.8 box fully patched
2006 Mar 04
7
Get ID after save
This is simple (I am sure) but how do you get the id of the inserted
element after the element has been save?
I thought it was something like this:
@product = Product.new(params[:product]
if @product.save
add_image(product.id, params["image"])
flash[:notice] = ''Product was successfully created.''
redirect_to :action => ''list_products''
end
2008 Oct 13
1
/var/amavis
Hello all,
My /etc/group is not quite in order (a long story), and now I need to
correct privileges right here and there.
I would ask someone who has amavisd-new to show me the corresponding
listing as this:
[root at mail amavis]# ls -l /var/amavis
total 20
-rw-r----- 1 amavis 500 0 Oct 13 15:05 amavisd.lock
-rw-r--r-- 1 amavis mail 5 Oct 13 11:06 amavisd-milter.pid
srwxr-xr-x 1 amavis
2006 Aug 09
4
Extract DMI info when running PXELINUX
Hi all
Is there any way to extract information (like what dmidecode provides)
from within PXELINUX and, based on this information, selectively perform
an action?
What I'm trying to do is provide a method of flashing the BIOS of our HP
Linux workstations but different workstations use different methods of
updating the BIOSes. For example, the xw9300 uses 'rompaq' where the
xw8400
2007 Jun 05
3
IP details in COM32 module
Hi all
I'm trying to resolve a problem that's recently popped up by turning on
auxillary VLANs for our Linux workstations. The problem shows as DHCP
failling for anaconda (but always succeeds for PXE).
I tried adding 'ipappend 1' to the pxelinux config files but had no joy.
I'm thinking that if I write a COM32 module that adds "ip=1.2.3.4
gateway=1.2.3.1
2015 Feb 09
3
Postfix , Dovecot & the Spam fight
Hi,
I'm currently busy with a substiution of my current mail server. I'm
currently using
* Clam-SMTP and
* SpamAssassin
to fight Spam. I wonder if it is worth implementing AmaViS with
SpamAssassin backend instead and also using AmaViS to speak to clamd
directly. But I more and more wonder wether AmaViS is even worth it?! It
currently looks to me as if AmaViS is eating LOTS of
2006 Oct 13
8
PXELINUX based kickstart query (probably OT)
Hi all
I'm guessing this is a little off topic but here goes...
We use PXELINUX and kickstart to automate our RHEL deployments and
updates. Recently we started using PXELINUX/memdisk and an MS-DOS image
to update the workstation BIOS'es. After selecting <F12> (network boot)
and picking the update BIOS option, the BIOS is flashed, BIOS
configuration made standard and then the
2008 Oct 17
7
ls and rm: "argument list too long"
Since when is there a limit in how long directory listings CentOS can show
(ls), or how large directories can be removed (rm). It is really annoying to
say, for example
rm -rf /var/amavis/tmp
and get only "argument list too long" as feedback.
Is there a way to go round this problem?
I have CentOS 5.2.
- Jussi
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15 C * 00250 Helsinki *
2006 Feb 17
4
Why doesn''t this work!
I have this in my controller...
@tech_standards = TechStandard.find_by_sql("SELECT * FROM tech_standards
WHERE subpoint <> 0")
Everything is fine except when I look at my view I still get supoints
that are 0. When I run this query in my query browser I don''t.
View:
<select name="resource[tech_standard]" id="tech_standard">
2014 Nov 19
2
New mailserver problems
Well, in part we will see if you get this and I get the return.
I JUST launched my new mail server after a few miscues. Actually the OS
is Redsleeve6, which is the arm port of Centos 6, and perhaps some of my
problems may come down to porting problems. But first, it may be that
despite my testing, I missed something in the configurations.
First clamd problems:
Nov 19 08:09:54 z9m9z
2017 Sep 25
2
Bandwidth and latency requirements
Hi all
I've googled but can't find an answer to my question.
I have two data centers. Currently, I have a replica (count of 2 plus
arbiter) in one data center but is used by both.
I want to change this to be a distributed replica across the two data
centers.
There is a 20Mbps pipe and approx 22 ms latency. Is this sufficient?
I really don't want to do the geo-replication in its