Displaying 20 results from an estimated 4797 matches for "lda's".
2018 Nov 13
3
execute sieve command - fails to notice script has exited
Hi,
Running dovecot 2.2.27 (c0f36b0) on Debian GNU/Linux stable (version
9.6), I'm trying to use the execute command in a sieve script, with
direct execution (not service socket).
The script is executed, and returns (the process exits), but the
dovecot-lda process seems to not notice, and thinks the script did not
terminate. After sieve_execute_exec_timeout has passed, it sends a
TERM, a bit later a KILL and then logs a failure.
The "ps -Af f" looks like:
S 0:00 \_ /usr/sbin/exim4 -Mc 1gMazS-0007IV-RB
S 0:00 \_ /usr/lib/dov...
2015 Jan 12
1
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
On Mon, Jan 12, 2015 at 01:19:18PM +0100, Stephan Bosch wrote:
>
> Petar Bogdanovic schreef op 12-1-2015 om 13:05:
> >Hi,
> >
> >I ran into some troubles while upgrading pigeonhole:
> >
> > crane dovecot: lda(petar): Error: sieve: Failed to access user storage (temporary failure)
> > crane dovecot: lda(petar): Error: sieve: file storage: Could not find storage root directory; path was left unconfigured and autodetection failed
> >
> >After reading through the changelog, I noticed tha...
2005 Jun 16
1
how to use plot.lda included in MASS package?
Hi there,
I am a master student in Denmark, and apply R to analyze the drug data.
I use the function 'lda' to obtain a linear discriminant object, and
then wish to use 'plot.lda' to do the plot on this object like below.
drug.lda <- lda(Inhibition ~ NET_CHARGE + PKA_1 + MW + MLOGP,
data = drug.class, method = "moment")
plot.lda(drug.lda, panel = panel.l...
2014 Nov 26
1
mail_location maildir:~/Maildir Invalid user settings[SOLVED]
...Attached are dmesg, maillog and doveconf -n output.
-------------- next part --------------
OpenBSD 5.6-current (GENERIC) #525: Wed Nov 19 22:47:44 MST 2014
deraadt at i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
-------------- next part --------------
Nov 26 07:11:01 mail dovecot: lda(admin): Debug: Effective uid=1000, gid=1000, home=
Nov 26 07:11:01 mail dovecot: lda(admin): Debug: Effective uid=1000, gid=1000, home=
Nov 26 07:11:01 mail dovecot: lda(admin): Debug: Namespace inbox: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:...
2000 Apr 28
1
obtaining the discriminant line from lda
Dear R folks,
Thanks to all your help before I have loaded a 1-D toy data set into
R and did LDA on it. The toy data has Class=0 if value>0.
> XY <-- read.table ("test.xy",header=T )
> XY
X.Class value
1 0 60.4897262
2 0 32.9554489
3 -1 -53.6459189
4 0 44.4450579
.
.
.
998 -1 -43.4183157
999 0...
2014 Oct 06
0
How best to confirm that dovecot LDA logging is working correctly?
Hello!
I've posted to the list several times about a strange issue I'm having
with dovecot LDA. When dovecot-lda is called in the context of a pipe
script that is executed as the "vmail" user via the Dovecot Antispam
plugin, dovecot-lda exits prematurely with status code 134.
The dovecot deliver manual at http://wiki2.dovecot.org/LDA#logging
states very clearly, "If dovecot-l...
2015 Jan 12
2
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
Hi,
I ran into some troubles while upgrading pigeonhole:
crane dovecot: lda(petar): Error: sieve: Failed to access user storage (temporary failure)
crane dovecot: lda(petar): Error: sieve: file storage: Could not find storage root directory; path was left unconfigured and autodetection failed
After reading through the changelog, I noticed that there have been some
chang...
2012 Sep 19
5
Dovecot deliver Segmentation fault when arrive the first message
Hi,
I have found this strange problem. I'm working with Debian 6, dovecot
2.1.9 and vpopmail-auth.
LDA is configured and works fine but the problem is when the first
message arrive "dovecot-lda" return a "Segmentation fault", the message
is written to the user's Mailbox but the message remains, also, in the
queue of qmail (deferral: Segmentation_fault/) and at the second a...
2012 Apr 19
2
error when using dovecot-lda as non root (vmail) user
Hello,
after finally having managed to setup up dovecot with virtual users and
public folders I tried to get it connected to postfix.
The problem is, that I can't get postix to deliver mail via dovecot-lda.
After some testing it seems to come down to dovecot-lda behaving
different when called as root then when called as user vmail.
Basic setting:
- dovecot 2.1.1
- all mailboxes owned by user vmail (using mail_uid and mail_gid)
Test 1:
as user root:
/usr/libexec/dovecot/dovecot-lda -d ahelmcke <...
2012 Oct 01
1
Problem: dovecot-lda doesn't auto-create folders
Hello everyone,
I recently updated to dovecot 2.0.19 (in fact, I updated the whole
system to Ubuntu 12.04 LTS, I am using the dovecot from the Ubuntu
packages) and just today found out that the dovecot-lda for some reason
doesn't auto-create missing folders anymore as it did with my old
installation (1.0.10).
I have a "system users" layout and send my mails through a user-specific
procmail filter. Every delivery in those filters is done via dovecot-lda
using a line list this:
>...
2014 Nov 04
1
Dovecot-lda permission errors or maybe authentication errors?
...transitioned my old mailserver to a new
CentOS/Postfix/Dovecot system. I am running a simple configuration with
about a dozen system users and Maildir folders. The e-mail setup seems to
be running fine when I use the default local-delivery-agent in Postfix.
However, I am trying to use the dovecot-lda instead so I can take advantage
of the sieve functionality.
I have tried to specify the dovecot-lda in two ways. First, in the
/etc/postfix/main.cf file:
mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a
"$RECIPIENT"
or alternatively, I leave the...
2003 Oct 01
5
lda source code
I am new to R. Trying to find out how lda() {in MASS R1.8.0 Windows} was
implemented in R. Does anyone know where to find out lda source code ?
Thanks.
Wei
2010 Dec 08
2
dovecot-lda 2.0.8 Panic: stream doesn't support seeking backwards
Running 2.0.8 as IMAP server and LDA with quota support.
The environment is:
os: 64bit Slackware 13.1.0
fs: ext3
smtp: postfix-2.7.2
imap: dovecot-2.0.8
The dovecot setting in postfix master.cf
dovecot unix - n n - - pipe
user=mailuser:mailuser argv=/usr/dovecot/libexec/dovecot/dove...
2018 Aug 08
1
dovecot Panic: file mail-index-sync-update.c: line 1013
...Dovecot?
Thanks.
---
Operating system: Linux Centos 7 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May
21 23:36:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
rpm -qa |grep dovecot
dovecot-pigeonhole-2.2.10-8.el7.x86_64
dovecot-2.2.10-8.el7.x86_64
dovecot.log output
---------------------
Aug 06 23:19:24 lda: Debug: Loading modules from directory:
/usr/lib64/dovecot
Aug 06 23:19:24 lda: Debug: Module loaded:
/usr/lib64/dovecot/lib90_sieve_plugin.so
Aug 06 23:19:24 lda(user05): Debug: Effective uid=10492, gid=10001,
home=/mnt/mail/user05
Aug 06 23:19:24 lda(user05): Debug: Namespace inbox: type=private,...
2018 Mar 22
4
How to stop sieve processing to skip sieve_after scripts ?
...rs. When trying to stop processing, it is generated by roundcube like:# rule:[deliver to mailbox]
if anyof (true)
{
?? ?stop;
}
'sieve_after' is the filter which handles the spam processing (fileinto Junk).
But the processing continue until all sieve filters are processed:
Mar 22 14:50:23 lda(user at example.com): Debug: none: root=, index=, indexpvt=, control=, inbox=, alt=Mar 22 14:50:23 lda(user at example.com): Debug: Destination address: user at example.com (source: -a parameter)
Mar 22 14:50:23 lda(user at example.com): Debug: sieve: Pigeonhole version 0.4.2 initializing
Mar 22 14...
2009 Apr 07
9
deliver vs lda
deliver is the binary name. but it's configured inside protocol lda {}
section. This is getting annoying, any thoughts on what would be a good
unifying name?
a) deliver binary, protocol deliver {}
b) lda binary, protocol lda {}
c) dovecot-lda binary, protocol lda {}
d) mda binary, protocol mda {}
e) dovecot-mda binary, protocol mda {}
f) something else?
In a...
2012 Oct 19
3
LDA without lookup as non-root?
Hello,
I'm having some problems getting LDA to work without
userdb lookups and have a few related questions. This system has all
users in MySQL, each user with unique UID/GID, no local users at all.?
Installation is from apt-get.
1) If LDA is invoked without
lookups, is it correct to assume that the "service auth" and "s...
2017 Jan 08
2
.dovecot.sieve location issue
...th postfix, Maildir, MySQL and virtual domains which
works fine.
I have created a simple .dovecot.sieve in the user's directory:
# cat /home/mail/domain.com/user/.dovecot.sieve
require "fileinto";
redirect "other_address at other_domain.com";
Here are the logs:
dovecot: lda(user at domain.com): Debug: sieve: Pigeonhole version 0.4.2
initializing
lda(user at domain.com): Debug: sieve: include: sieve_global_dir is not set;
it is currently not possible to include `:global' scripts.
dovecot: lda(user at domain.com): Debug: sieve: script file /home/mail/
domain.com/.do...
2013 Feb 19
2
Errors after enable vnd.dovecot.duplicate
Hi,
on dovecot 2.1.14 and pigeonhole-0.3.3 after creating a default.sieve
like this:
require ["vnd.dovecot.duplicate", "fileinto", "mailbox"];
if duplicate {
fileinto "Trash";
}
I have two strange errors, one is many of this error in lda.log:
Feb 19 14:43:17 lda(info at domain.com): Error:
file_dotlock_create(/home/vpopmail/domains/domain.com/info/.dovecot.lda-dupes)
failed: Resource temporarily unavailable
Feb 19 14:43:43 lda(info at domain.com): Error:
file_dotlock_create(/home/vpopmail/domains/domain.com/info/.dovecot.lda-du...
2018 Jun 22
1
sievescript is not working
...gt; debug: script `managesieve' from ./managesieve.sieve successfully
> > compiled.
>
> what happends if runned again now ?
>
> it seem it was not compiled before
>
> remember only content in svbin is used
Since I defined mailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
in main.cf of postfix I have some more problems.
Jun 22 12:36:45 bitmachine1 postfix/smtpd[31220]: connect from smtp.amimanera.de[2a02:248:2:3377:5054:ff:fe80:307]
Jun 22 12:36:45 bitmachine1 postfix/smtpd[31220]: Trusted TLS connection established...