Displaying 20 results from an estimated 20000 matches similar to: "dovecot-lda - dovecot: quota-warning: Error: lda: Fatal: Unknown argument"
2017 Aug 30
2
Segmentation fault with doveadm search
> 2017. aug. 30. d?tummal, 12:02 id?pontban Aki Tuomi <aki.tuomi at dovecot.fi> ?rta:
>
> Something goes wrong when opening "Junk" mailbox. Are you sure it exists? Can you doveadm with
>
> doveadm -Dv search -u email at example.com mailbox Junk savedbefore 30d
There is public namespace defined. Maybe that is the problem?
doveadm(root): Debug: Loading modules from
2012 Apr 09
2
Problem with quota warning
Hi again,
my test environment is working now and finally I tried to implement my
quota warning but it is not working. LDA says the mailbox is full even
it is not (only 81% and that is why the quota warning is executed).
Further I used :noenforcing in my script.
Apr 9 15:08:21 backend01 dovecot: lda(test at k-team.info): Debug:
Namespace INBOX.: Using permissions from
2010 Jul 23
1
quota warning error with dict
Version: Dovecot 2.0rc3
Hi,
I try to get the quota-warning.sh script working with quota/dict but I
get some errors.
The script looks like:
#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:user::proxy::quota quota:noenforcing"
From: quota at dlutt.de
Subject: quota warning
Your mailbox is now $PERCENT% full.
EOF
In 90-quota
2020 May 08
1
dovecot-lda quota warning email add BCC
Dear dovecot users,
I have setup doveot with quota warning.
Once a quota wearning is reached a shell script is called which then
sends an email to the user via dovecot LDA
this is the command in the shell script:
/usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:User
quota::noenforcing:proxy::quota"
I already have looked in the docs: https://wiki.dovecot.org/LDA
but
2017 Sep 11
1
Per-user quota (passwd)
Hi.
But there is one problem...
protocol lda {
mail_plugins = " quota autocreate sieve quota"
plugin {
quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage
}
}
protocol imap {
mail_plugins = " quota autocreate autocreate imap_quota"
plugin {
autocreate = INBOX
autocreate2 = Sent
autocreate3 = Trash
autocreate4 = Drafts
autocreate5 =
2009 Mar 16
2
v1.2.beta2: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
Hi Timo,
I'm playing with Dovecot v1.2.beta2 currently. When the dict process was
started via deliver(?) and Dovecot is killed (kill $PID_OF_DOVECOT)
after delivering only one message, it logs:
Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
If the dict process was not started or deliver has delivered more than
one message, the error doesn't occur.
I'm not using
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
2014 Aug 15
1
Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night
Hello,
I upgraded Dovecot last night and have been receiving core-dumps any
time I attempt to access a mailbox (via IMAP) ever since. Logging-in
seems to work, but any attempt to access the mailbox contents
(regardless of folder) causes a core-dump.
Please let me know if I can provide any additional details.
apt Sources Details:
# grep "dovecot" /etc/apt/sources.list
deb
2011 Jan 04
2
dovecot v1.2.15 - Unknown dict module: quota - Fatal: Quota root storage=200000 proxy init [postfix, dovecot LDA, postfixadmin, mysql]
Dear everyone,
I am trying to get my Email set-up to work, and wonder if someone would
shed some light onto this?
Best regards, J.
------------------------------------------------------------------
Set-up is :
postfix -> dovecot LDA -> mysql <- postfixadmin
What works:
postfix delivers to dovecot.
postfixadmin is configured, and have created one domain test.info.
What is
2010 Jul 22
1
quota-warning example script from wiki2
Hi,
in the wiki there's an example script for sending an email to an user
that has exceeded his quota.
Link: http://wiki2.dovecot.org/Quota/Configuration
The dovecot deliver command line is:
dovecot-lda -d $USER -o "plugin/quota=maildir:User quota:noenforcing"
I wonder about
-o: seems to be "undocumented" because I've found no information about
this parameter.
If
2012 Feb 17
2
Quota warnings and LMTP
Hello,
I have dovecot 2.0 configured with virtual users in MySQL, SMTP is
handled by exim which uses dovecot LMTP transport.
I'd like to test quota warning messages, but in wiki2 there is only
an example for delivering it with dovecot-lda. I tried several ways
of using lmtp binary, but without success.
How to replace this:
cat << EOF | /usr/local/libexec/dovecot/dovecot-lda -d $USER
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
With quota count and quota_clone it works, but can I use noenforcing with
quota count?
quota = count:User quota:noenforcing
When I test this config, I receive no quota-warning E-Mail:
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
# user = dovecot
user = vmail
unix_listener quota-warning {
user = vmail
group = vmail
mode = 0660
}
}
plugin {
2017 Jun 28
2
Per-user quota (passwd)
Hello!
We have passwd=pam, userdb=passwd.
passdb {
driver = pam #server was entered domain Active Directory
}
userdb {
driver = passwd
override_fields = home=/var/vmail/glu_vrem/%u
}
How can i use per-user quota? Only passwd-file?
I tried:
userdb {
args = /etc/imap.passwd
driver = passwd-file
override_fields = home=/var/vmail/glu_vrem/%u
}
/etc/imap.passwd:
2011 Jul 18
1
quota-warning.sh not working (lda problem?)
Hi,
I setup a new mailserver with dovecot 2.0.12. Everything is working
fine (including quota) - except of sending quota warning mails.
When running
/usr/local/bin/quota-warning.sh 95 user at domain.de
manually as root or user vmail, the mail is delivered.
content of /usr/local/bin/quota-warning.sh
#!/bin/sh
PERCENT=$1
USER=$2
logger -p mail.info "$PERCENT% Quota-warning sent to
2015 Aug 31
1
Problem with the Path argument in pigeonhole 0.4.3 at ubuntu 14.04
Hello list members
I want dovecot managesieve to store its config unter ~/.dovecot.sieve
additionally dovecot should read as sieve_after the file ~/.sieve
It's working fine BUT dovecot managesieve is always symlinking the sieve
file at activation to ~/.sieve and not to ~/.dovecot.sieve as i
configured it.
Any idears about this strange behaviour?
dovecot is configured as follows
# 2.2.9:
2017 Aug 30
2
Segmentation fault with doveadm search
>
> Can you do
>
> p *box
$1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk",
storage = 0x5555557e1860, list = 0x5555557e1050, v = {
is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>,
enable = 0x7ffff76e5a60 <fail_mailbox_enable>,
exists = 0x7ffff76e5a70 <fail_mailbox_exists>,
open = 0x7ffff76e5e60
2013 Jun 16
1
Still virtio problems
Hello!
?
As posted on May 27th this year, dovecot 2.1.7 does not allow for the mailstore to be located in a virtio partition.
I still receive fstat()-errors on the lock files in this combination:
?
May 27 12:54:51 host dovecot: imap(test at mydomain): Error: fstat(/var/vmail/mydomain/test/.quotausage.lock) failed: No such file or directory
May 27 12:54:51 host dovecot: imap(test at mydomain):
2018 Nov 15
2
Quota in MySql Dict not recalculate automatic
Hi,
I have a working Installation with:
Ubuntu 16.04 LTS
Dovecot 2.2.22
MySql 5.7.24
Postfixadmin 3.2
Apache 2.4.18
Rainloop 1.12.1
I manage the E-Mail Accounts with postfixadmin in a MySql-DB.
Also I use quotas with Quota Backend postfixadmin-DB (dict).
Everything works fine.
Now I installed a new Server with the following Versions and
migrate the Configs to the new System.
Ubuntu 18.04 LTS
2013 Jun 19
3
Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect
Hello,
I'm attempting to configure the Dovecot Antispam plug-in on Ubuntu 12.04
LTS with Dovecot 2.0.19.
Everything seems to be in order with one considerable exception: when my
pipe script (a simple Bash shell script) calls the dovecot-lda
executable, absolutely nothing seems to result.
If I copy/paste the exact same command into the terminal, the mail is
delivered to the target mailbox,
2009 Oct 08
1
soft quota lda question
hi all,
i'm using dovecot deliver (lda) and i want to show quota to the users
via imap/pop3, but i don't want to enforce it (i.e. don't
reject/bounce mails when quota is exceeded).
protocol imap {
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_plugins = quota
}
# In case you're using deliver:
protocol lda {
#mail_plugins = quota
}
does it work if i just