Displaying 20 results from an estimated 106 matches for "pigeons".
Did you mean:
pigeon
2016 Mar 03
2
Dovecot & Pigeon w/ MySQL
Howdy,
I'm looking for a good howto to have pigeon saving the sieve scripts on an
mysql table.
Can some point me to a good one? Dr. google doesn't show me much about it.
Thanks in advanced,
Jorge,
2005 Dec 07
2
"pop before smtp" dovecot.conf
Bonjour a Tous,
I would like to generate (on the fly) a list "popbeforesmtp"
when dovecot POP/IMAP authentication succeed.
Intended Format will/should be such as:
'timestamp_in_second' user_id remote_ip
one user per line.
My guess we have all the needed information within dovecot
to make such list.
But I have seen no way to 'trick' dovecot (dovecot-1.0.alpha3)
2008 Dec 11
1
How do I tapply to a data frame with arbitrary column labels?
I have a data file that looks like this
class pigeon falcon propeller jet wing fly
birds 25 37 0 0 2 1
planes 0 1 28 40 1 3
birds 19 41 0 1 4 6
planes 0 0 25 50 5 5
planes 1 0
2007 Sep 24
1
[PATCH] added key bindings for window raise/lower
Hi all,
Did a pretty simple patch to allow raising/lowering window using key
bindings, which I personally use a lot in other window managers.
As simple as it is, it changes the size of the _CompDisplay so we
probably need to bump up the abi version if this is accepted?
Thanks.
Pigeon.
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2010 Jan 30
0
Pigeon hole sieve binaries and dovecot header install
Stephan,
I've recently been playing around with packaging dovecot 2.0 and
dovecot-2.0-pigeonhole, as well as the --enable-header-install configure
options of both. This lead me to the following question. Should pigeonhole's
sieve binaries rely on static libstorage / other dovecot libraries? It seems
like they should instead use shared libraries, but I couldn't find a
configure option
2000 Nov 08
0
vq diffs
..._vq_quantmap_");
reset_next_value();
- t->quantmap=_ogg_malloc(sizeof(long)*t->threshvals);
+ t->quantmap=(long*)_ogg_malloc(sizeof(long)*t->threshvals);
for(i=0;i<t->threshvals;i++)
if(get_next_ivalue(in,t->quantmap+i)){
@@ -307,5 +308,5 @@
int pigeons=1,i;
/* how big? */
- c->pigeon_tree=p=_ogg_calloc(1,sizeof(encode_aux_pigeonhole));
+ c->pigeon_tree=p=(encode_aux_pigeonhole*)_ogg_calloc(1,sizeof(encode_aux_pigeonhole));
line=get_line(in);
if(sscanf(line,"%f, %f, %d, %d",&(p->min),&(p->del),
@@...
2010 Jan 23
8
dovecot user
Any thoughts on this:
The primary use for "dovecot" user has been for login processes. But
people keep misunderstanding this and try to use dovecot for accessing
mails. For years I've been wondering about renaming this user to
something else like dovelogin, but it never really seemed practical.
So now with v2.0 there are a bunch of new processes, and for example
anvil and dict are
2010 Apr 06
2
PIGEON HOLE - am I being stupid?
Hi,
I'm trying to compile dovecot-1.2-sieve-0.1.15 on a CENTOS 5 box.
Using: ./configure --with-dovecot=/usr/local/etc
and with:
ls -Al /usr/local/etc/
total 100
-rw-r--r-- 1 root root 49576 Apr 6 12:25 dovecot.conf
-rw-r--r-- 1 root root 410 Apr 6 12:25 dovecot-db-example.conf
-rw-r--r-- 1 root root 782 Apr 6 12:25 dovecot-dict-sql-example.conf
-rw-r--r-- 1 root root 4986 Apr 6
2011 Jul 25
1
Pigeon Sieve, redirect action and SPF
Since I've upgraded to dovecot 2.0.13 + Pigeonhole 0.2.3 (Gentoo
package) I've received a few complains of users about rejected messages.
Investigating the problem, I've seen that when the external sender
server publishes SPF information, when some message is sent from there
to one of my users that has a Sieve redirect action active to another
external system (that does SPF
2010 Mar 27
0
dovecot user
...le to people who understand english (and not just native speakers). I wouldn't know why some process is owned by user "dovel". That might not even make me realize it's a Dovecot process.
How about "pigeon"? Dovecots house two kinds of birds, doves, and, far more
often, pigeons. So, pigeon should be the new user name. No one knows what
the heck a "dovecot" is until they look it up anyway (at least non Scots),
so using "pigeon" is in keeping with naming your server Dovecot. There.
Now that that's settled...
Kinda related to the current subject,...
2006 Mar 28
2
plural to singular blunder
I just got this error:
uninitialized constant PriceCurf
After much head scratching I remembered the Rails plural to singular
mapping rules. My table is price_curves, my object is PriceCurve ...
whereas I am guessing Rails thinks the singular ought to br PriceCurf
?!
I''m sure there is a simple way around this linguistic blunder that
doesn''t involve the use of pigeon English.
2005 Sep 23
1
v1.0.alpha2, virtual domain authentication
Bonjour a tous,
In Dovecot v1.0.alpha2, authentication
according domain seems not working
passdb = passwd-file /etc/vmail/test.%d
%d is not resolved as "domain.name"
I browsed on mailing list post and found the
problem already reported...
What I can't figure out is the answer about it...
> Timo Sirainen tss at iki.fi
> Fri Jul 22 15:44:02 EEST 2005
> >
2008 Oct 03
0
New package: expert 1.0-0
expert: Modeling Without Data Using Expert Opinion
Expert opinion is a technique to do statistical modeling when data is
scarse (e.g. accidents in nuclear plants) or even absent, at least for
the analyst (e.g. confidential settlements in liability insurance).
Opinions on the distribution of the decision random variable is sought
from experts in the field. The experts give their opinion in the
2008 Oct 03
0
New package: expert 1.0-0
expert: Modeling Without Data Using Expert Opinion
Expert opinion is a technique to do statistical modeling when data is
scarse (e.g. accidents in nuclear plants) or even absent, at least for
the analyst (e.g. confidential settlements in liability insurance).
Opinions on the distribution of the decision random variable is sought
from experts in the field. The experts give their opinion in the
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
2014 May 13
3
pigeonhole installation postfix+dovecot+openldap
Hi,
we have running system postfix+dovecot+openldap. i have installed pigeon
hole, and afterlogic webmail php my test system.
when i try to connect with telnet
[root at ....mail postfix]# telnet 0 4190
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character
2016 Jul 02
2
Deletion of mail from Junk mailbox
I have a pigeon sive running which directs some of my received mail to the Junk folder. That works just fine. However, a couple minutes later, it is moved to Deleted mailbox and deleted from Junk. At first I thought my client was doing that so I shut down the client and it still happens. Here are the log entries:
Jul 2 00:36:31 mail dovecot: imap(doug): copy from INBOX: box=Junk, uid=10842,
2010 Aug 27
6
Garena
Hello guys, i saw in database that there is a way to run Garena with Wine. There are some comments, but i don't understood all, can you please sum them and make an small instruction - how to run Garena. Thank you.
2005 Apr 16
2
samba pdc roaming profiles
HEllo, i am running samba 3.0.14a with this smb.conf file:
[global]
netbios name = redhat
workgroup = net2day
server string = PDC [on Redhat :: Samba server %v]
security = user
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
hosts allow = 192.168.0.0/24 127.0.0.1
interfaces = lo eth0
bind interfaces only = yes
local master = yes
os level = 65
domain master = yes
2013 May 30
1
wilcox_test function in coin package
Dear All,
I have two simple data samples (no groups or factors, etc.) and would just
like to compute the two-sample Wilcoxon Rank Sum test using the wilcox_test
function contained in the coin package, which is reportedly better than the
regular wilcox.test function because it performs some adjustment for ties.
Would anyone know how to craft a script to perform this task? Much
appreciated.
Janh