Displaying 20 results from an estimated 200 matches similar to: "LDA input validation"
2015 Jan 23
0
LDA input validation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 23 Jan 2015, St?phane Cottin wrote:
> I'm using qmail + dspam + dovecot-lda.
>
> A typical .qmail file :
>
> | /usr/bin/dspam --client --deliver=stdout --user "$EXT@$USER" | /usr/bin/preline -f /usr/lib/dovecot/dovecot-lda -d "$EXT@$USER" -a "$EXT@$USER" -m "$EXT2"
>
> When
2015 Jan 23
1
LDA input validation
St?phane Cottin writes:
> A typical .qmail file :
>
> | /usr/bin/dspam --client --deliver=stdout --user "$EXT@$USER" | /usr/bin/preline -f /usr/lib/dovecot/dovecot-lda -d "$EXT@$USER" -a "$EXT@$USER" -m "$EXT2"
>
> When dspam segfault or is killed, preline receive an empty content and
> only pass to dovecot-lda two headers ( Return-Path
2011 Mar 24
1
pigeonhole and roundcube install problem
Hi,
I've installed sieve and managesieve(pigeonhole) on qmail and
dovecot(v2.0.11).
I've install sieverules on Roundcube. I can see the plugin on the
webinterface, and i can add rules.
But there is a problem:
I've put this .qmail file on "deneme" user's home directory according to
[1].
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda -d
2010 Feb 15
1
dovecot-sieve vacation vs qmail-ldap
Helloo,
We are using dovectot lda with qmail-ldap,
dovecot 1.2.10, sieve 0.1.15
lda is executed as
exec /var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -s
preline adds Delivered-To: header,
everything works fine except vacation
Feb 9 16:07:16 thebe dovecot: deliver(lazy): sieve:
msgid=unspecified: discarding vacation response for message implicitly
delivered to <lazy
2010 Aug 19
1
Dovecot lda with qmail
Dear All,
According to my setup i can not call
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda
from my /var/qmail/control/defaultdelivery file, Instead making a perl
file which will call the same for delivery of mails.
If i put the following code in my mail.pl |/var/qmail/bin/preline -f
/usr/local/libexec/dovecot/dovecot-lda then it throws error in running
file
2019 Nov 03
1
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
On Saturday, November 2, 2019 10:40:45 PM EET Stephan Bosch <stephan at rename-it.nl> wrote:
> I think we already know about this issue (tracked as DOP-942). It
> apparently happens because qmail masks the SIGCHLD signal while Dovecot
> doesn't unmask it before waiting for children.
You're right.
Isn't this a simple fix - a call to sigprocmask ?
This should not be a
2009 Apr 20
1
[SIEVE: Redirect] Double ">" in forwarded envelop sender address => Gmail syntax error
Hi,
Plateform: gentoo + qmail
My deliver line is in a .qmail-USER file:
|/var/qmail/bin/preline /usr/libexec/dovecot/deliver -f ${SENDER:-<>} -d
user at domain.tld
I notice that sieve implementation in Dovecot use double ">" for the
envelop sender when there is a redirect command in sieve script.
(i've tried preline -f, without -f ${SENDER:-<>},... but nothing
2008 Oct 24
3
dovecot deliver mail bounce problem
Hi list,
I am using dovecot deliver for the local mail delivery with qmail.
this is working fine.
but when mail is sent to invalid user, it gets bounced back with error
"I'm not going to try again; this message has been in the queue too
long." rather "no mailbox here by that name"
I could find proper solution,
kindly guide to resolve it.
/var/log/maillog
Oct 24
2013 Apr 17
2
qmail-ldap LDA Delivery and sieve
Hi,
I'm using dovecot 2.1.7 on debian Squeeze with ldap integration.
Almost everything is working fine and I would link to thank all
developers for this amazing piece of software.
But after changing my qmail-ldap to do LDA integration get all the
benefits from LDA and sieve, some emails return with failure like
this:
<sar at mondialline.com.br>:
lda(sar): Fatal: Unknown argument: sar
2008 Dec 02
3
qmail and LDA: passdb didn't return userdb entries
Hi,
i'm testing Dovecot LDA to works with qmail and vpopmail. I have added into
a .qmail for a users this line:
root at test.com: /home/vpopmail/domains/test.com/0/test# cat .qmail
| /var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER
This is my dovecont conf:
# dovecot -n
# 1.1.7: /etc/dovecot.conf
# OS: Linux 2.6.24-21-server x86_64 Ubuntu 8.04.1
log_path:
2004 May 05
1
Dovecot chrooting
hello all i am new to dovecot and i have a small problem. I use qmail as a pop3 server and dovecot as imap. my rc script is as follows:
-----snip-----
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|preline procmail' splogger qmai
-----end-----
thus i deliver mails through procmail so all mails are located to /var/spool/mail.
The problem exists when i tested
2013 May 18
1
Dovecot 2.2.1 LDA and sieve (lack of) errors
Hello again, all. Of course after posting yesterday that all was well
with my setup, turns out all is not well. The problem I'm having is with
dovecot-lda functioning and making deliveries to my mailbox, but the
sieve scripts don't seem to have any effect. Attempts at logging what
is/isn't happening have been total failures.
Managesieve seems to work fine, port 4190 is open on the
2011 Apr 25
1
dovecot lda aliases doesn't work
Hi,
I am trying to use dovecot as lda.
I have put this line in my .qmail-default file:
#|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda -d
$EXT@$USER
It is working correct with real addresses but couldn't find forwarding
addresses.
This is my /usr/local/etc/dovecot-sql.conf:
driver = mysql
connect = host=localhost user=vpopmailuser password=vpopmailpassword
2019 Nov 02
2
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
Hi,
I got this simple test Sieve config:
#############################################
# Sieve Filter
# Generated by Ingo (http://www.horde.org/apps/ingo/) (11/01/2019, 10:46:06 PM)
# Forwards
if true {
redirect "krustev at krustev.net";
}
# Forward Keep Action
if true {
keep;
stop;
}
#############################################
Which used to work fine with:
# 2.2.27
2009 Jan 26
3
deliver and qmail
Hi all,
ok, after looking at all of the posts that I've found, and trying
numerous settings, I am a little stumped as to how to set up the deliver
program with qmail to get everything correct.
Ultimately, I really don't want to do a lookup of the home dir if I
don't have to. I'd rather specify the stuff in the .qmail-user file for
that particular user to avoid the extra step.
In
2014 Feb 06
1
qmail dovecot lda
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
SETUP:
qmail + dovecot 2.2.10 + pigeonhole 0.4.2
I have a user who's quota is at 98% so theoretically when this user is
receiving any mails qmail shout send a rejection message like user is
overquota
/vpopmail/domains/medianetork.ro/.qmail-default
#| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
| DTLINE=${DTLINE/$USER-}
2010 Jun 20
5
dovecot evaluation on a 30 gb mailbox
hi all
i use qmail toaster. i recently changed over to dovecot.
posting below my evaluation on the same
my machine
dual core dual xeon 5140 processor, with 4 gb ram, centos linux with
qmailtoaster
i had setup a qmail tap account which backups up data for a client of mine
mailbox size over 30 gb
setup dovecot with squirrelmail and logged in
it had over one hundred and thirty nine thousand
2017 Jan 12
3
Pigeonhole External pipe script going zombie?
I?m running dovecot 2.2.27 and pigeonhole 0.4.16 on FreeBSD 11.
I?m using the pigeonhole/sieve external pipe plugin to run a Perl program to send a Pushover notification when certain messages are received.
The Perl script is executed, and the notification is sent. But then the script task seems to go zombie until it is killed after a timeout.
In the user?s sieve log, I get a message like
2013 Aug 15
1
lda and home directory
Hello,
I am using qmail and lda configured such that lda should not have to do
a lookup for delivery. I set my defaultdelivery like so:
|HOME=/home/mail/$USER /var/qmail/bin/preline
-f /usr/local/libexec/dovecot/dovecot-lda
Given that the email address being delivered to is
bob.miller at computerisms.com, I expect $USER to be equal to bob.miller
and $HOME to expand to /home/mail/bob.miller/.
2006 Aug 07
2
[1.0.rc6] Bug in deliver (still exists)
Hi,
The bug reported in
http://dovecot.org/list/dovecot/2006-July/014786.html still exists in
1.0.rc6
% grep "$ ./configure" dovecot-1.0.rc6/config.log
$ ./configure --prefix=/srv/software/dovecot
Install prefix ...................... : /srv/software/dovecot
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method