Displaying 20 results from an estimated 300 matches similar to: "sieve script not executed?"
2013 Jan 09
2
Anybody running cadence on CentOS 6 ?
Hi all.
So.. as the problem with the video driver and CentOS 5 seems to be hard
to solve, I'll try to migrate to CentOS 6.
I'd like to ask if anybody is successfully running cadence and plugins
on CentOS 6 and if it is running as well as it was on CentOS 5..
If any, what problems may I see running cadence on CentOS 6 ?
Thank you very much!
Robi
2013 Jan 09
1
intel video driver
Hi all.
I just installed centOS 5 on a new pc and everything works very well,
apart the video driver that is not recognized by X and so I get no
graphics hardware acceleration (glxgears is very unresponsive).
lspci reports:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
Processor Family Integrated Graphics Controller (rev 09)
while Xorg.0.log reads:
(--)
2010 Nov 18
1
kickstart raid disk partitioning
Hello.
A couple of years ago I installed two file-servers
using kickstart. The server has two 1TB sata disks
with two software raid1 partitions as follows:
# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sdb4[1] sda4[0]
933448704 blocks [2/2] [UU]
md0 : active raid1 sdb1[1] sda2[2](F)
40957568 blocks [2/1] [_U]
Now the drives are starting to be failing and next week
2012 Apr 10
1
sieve replace dot string for foldername
Hi, i am playing about mail archive
this is what allready works for me
require
["variables","date","fileinto","mailbox","envelope","subaddress","regex"];
# Extract date info
if currentdate :matches "year" "*" { set "year" "${1}"; }
if currentdate :matches "month" "*"
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
Hello,
Sometimes, when a call comes in from the PSTN through our VoIP gateway,
the information that is sent to our web page that logs calls includes the
original CID name instead of the one that is we expect to be rewritten on
the fly using Asterisk's LookupCIDName:
=================
;extensions.conf
[internal]
exten => group,1,LookupCIDName
exten =>
2019 Jan 24
4
Discard mail with from date older than xxxx
On 1/24/19 12:15 AM, Per Jessen wrote:
> Trever L. Adams wrote:
>
>> I know that sieve doesn't do math. The file would be created
>> externally.
>>
>> Based on examples in section 4.4 of
>> https://tools.ietf.org/html/rfc5260#section-4
>>
>> I figured something like this would work.
>>
>> if date :value "le" :originalzone
2003 May 27
2
Timecounter "TSC" frequency 451024462
Hi all.
I just upgraded my server from 4.7-Stable to 5.0-Release by a full
install.
Now I hit a problem with the date.. the time goes much faster
than normal.. maybe twice as normal...
this morning I found the following kernel log in /var/log/messages
May 26 17:23:58 jupiter kernel: Timecounter "i8254" frequency 1193182 Hz
May 26 17:23:58 jupiter kernel: Timecounter "TSC"
2006 Sep 14
2
Adding predicted values as a new variable in a data frame
I am running a regression:
ols.reg1 <- lm(y ~ x1 + x2 + x3 + x4)
on a data.frame
and then generating fitted values:
y.hat <- ols.reg1$fitted.values
Then I would like to add these fitted values to the data.frame as a
new variable. The problem is that when the values are predicted the
resulting output has too few rows. for some reason certian
observations do not get predicted values. So
2005 Feb 03
1
need ipfw clarification
Hello,
I noticed that after enabling firewall in my kernel (5.3-release), my
dmesg now gives me this:
ipfw2 initialized, divert disabled, rule-based forwarding disabled,
default to accept, logging limited to 5 packets/entry by default
On 5.2.1, I used to get this:
ipfw2 initialized, divert disabled, rule-based forwarding enabled,
default to accept, logging disabled
If both cases, I am
2010 Jan 19
1
Auto discard sieve vacation messages
I have deploy an environment with pigeon sieve, managesieve, dovecot,
squirrelmail and avelsieve plugin.
The vacation messages are working fine.
I am looking for a method to discard vacation messages in some date,
when the user returns.
Has somebody looked in this feature?
Thanks a lot,
--
Andr?s Fernando Yacopino
Infraestructura - Dpto Sistemas
AcaSalud
Cooperativa de Prestaciones M?dico
2018 Dec 03
2
vacation script issue
Hello,
I have a complete Postfix + Dovecot + openLDAP setup almost working, the
only issue I have is the vacation script auto-reply that doesn't work
properly.
If I send an email to a user with the vacation filter enabled, the
auto-reply is send to a local recipient with the same account name.
So for example if I send a mail from test at xyz.com to test at example.com, the
auto-reply is
2020 Jul 01
3
Users, home directories and profiles
On 01.07.2020 13:35, Rowland penny via samba wrote:
> On 01/07/2020 12:15, Robi. T. Wagner via samba wrote:
>>> root at localhost:~# getfacl /home/samba/users/
>>> getfacl: Removing leading '/' from absolute path names
>>> # file: home/samba/users/
>>> # owner: root
>>> # group: root
>>> user::rwx
>>> group::rwx
>>>
2012 Mar 28
3
Sieve fileinto and year/month folders.
Hi there,
I am trying to move from lmtpd (lmtpd.sf.net) to dovecot sieve.
One thing used by some of powerusers are archiving mail automatically
with autocreated folders based on year + month.
Is there any good way to make that with sieve...
One example
require "fileinto";
if address :is ["From", "To"] "dovecot at dovecot.org" {
fileinto
2019 Jan 23
2
Discard mail with from date older than xxxx
I know that sieve doesn't do math. The file would be created externally.
Based on examples in section 4.4 of
https://tools.ietf.org/html/rfc5260#section-4
I figured something like this would work.
if date :value "le" :originalzone "date" "date" "2018-10-25" {
??????? fileinto "SPAM";
??????? stop;
}
However, I get the following.
spam: line
2017 Jun 23
1
sieve vacation message if ....
Op 23-6-2017 om 16:15 schreef Larry Rosenman:
> On 6/23/17, 9:13 AM, "dovecot on behalf of Jerry" <dovecot-bounces at dovecot.org on behalf of jerry at seibercom.net> wrote:
>
> On Fri, 23 Jun 2017 14:46:21 +0200, Stephan Bosch stated:
>
> >Op 21-6-2017 om 19:16 schreef lejeczek:
> >> hi fellas
> >>
> >>
2011 Jul 01
1
defining new variable
Hello,
I'm new to R and I'm trying to define new quite simple variable but I'm
struggling with R syntax (when coming to dates) for a while and still
getting <errors> on it.
I would be very grateful if someone could help me with this, to be able to
move on.
I have the following variables:
- Transplant.date
- Faildate
- Death.date
The new variable Time should do the
2020 Jul 01
4
Users, home directories and profiles
> root at localhost:~# getfacl /home/samba/users/
> getfacl: Removing leading '/' from absolute path names
> # file: home/samba/users/
> # owner: root
> # group: root
> user::rwx
> group::rwx
> other::rwx
> root at localhost:~# samba-tool ntacl get /home/samba/users --as-sddl
>
2020 Jul 01
1
Users, home directories and profiles
On 01.07.2020 14:03, Rowland penny via samba wrote:
> On 01/07/2020 12:47, Robert T. Wagner via samba wrote:
>>
>> On 01.07.2020 13:35, Rowland penny via samba wrote:
>>> On 01/07/2020 12:15, Robi. T. Wagner via samba wrote:
>>>>> root at localhost:~# getfacl /home/samba/users/
>>>>> getfacl: Removing leading '/' from absolute path
2019 Jan 05
2
Sieve "OOO" configuration
I am able to get sieve issuing an "out of office"message correctly.
However, I want to configure it to send an "OOO" message only during
certain dates, say on weekends, or only between certain hours. I can do
that manually; however, was wondering if there is any automatic method
available that could handle this chore.
Thanks!
--
Jerry
2014 Jul 17
3
Sieve: adding Date: header when missing
Hello,
there is a way with a sieve rule to add a Date: header when it is
missing? Adding one with the time of reception of the message or using
the date from the the first Received: header would be good options.
Unfortunately I'm receiving some useful automated messages that lack a
Date header and this screws up the sorting in my imap clients. I have a
script to fix those acting on the