Displaying 20 results from an estimated 50000 matches similar to: "Quota email"
2018 Jan 24
3
problem with lda
Hello,
I am currently testing the upgrade from our dovecot v2.2.23 to 2.3.0. I have a strange problem with lda.
We use bounce mails for internal users if they try to send virus/spammails. The exact same config works with 2.2.23, but not with 2.3.0.
The relevant postfix/master.cf part:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail
2018 Jan 25
3
Aw: Re: problem with lda
thanks for your input.
Bill: deliver is just a symlink to dovecot-lda
Stephan: I don't know, and and it even does not work when I use deliver -f "postmaster at ourdomain.internal" - I get the same error message.
A part of the mail I got when using 2.2.23:
Return-Path: <MAILER-DAEMON>
Delivered-To: user1 at ourdomain.internal
Received: from localhost (localhost [127.0.0.1])
2011 Mar 24
1
quota warning email to user
Hi,
I am trying to use Quota in dovecot-2.0.11. I find as a sender(same
user a receiver) I receive an email that receiver's Quota is exceeded
, and receiver's mailbox is full . This is good, however the receiver
whose MB is full isn't getting any quota-warning. Configuration is as
below,
dovecot -n
# 2.0.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.35-gentoo-r8 x86_64 Gentoo Base
2015 Nov 12
2
Problems after upgrade from 2.0 to 2.2
Hi all,
after upgrade from some 2.0 version to 2.2.19 (debian) i face map login problems:
# doveconf -n
# 2.2.19 (ca91d540fd87): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.9
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 8.2 ext4
auth_debug = yes
auth_debug_passwords = yes
auth_verbose = yes
auth_verbose_passwords = plain
debug_log_path = /var/log/dovecot-debug.log
hostname = test.my.domain.de
2008 Oct 16
2
quota-warning.sh mail from
Hello all
How Dovecot 1.1.3 quota script understand to who send a mail?
In try to do this:
In conf:
quota_warning = storage=80%% /usr/local/bin/quota-warning.sh 80 %u@%d
In logs:
IQuota warning: bytes=168611020 (80%) messages=0 (0%)
command=/usr/local/bin/quota-warning.sh 80 dump-capability@
*what is dump-capability@ ? OS related user?...*
#cat quota-warning.sh
#!/bin/sh
PERCENT=$1
TO=$2
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
2011 Jan 13
2
dovecot lda and quota plugin with mysql
Dear all,
I have postfix delivering to dovecot lda (via spamassinassin). I
have configured the quota plugin, but it does not seem to respect the
details in the quota table in mysql. The query I have used looks
correct to me, and the user can connect to the database.
I wonder if someone might put me straight on the misconfiguration.
Best wishes, j.
# Relevant portions of dovecot -n:
2017 Jan 31
3
quota-status returns quota_status_success when email would put user over quota
Am 31. J?nner 2017 16:36:35 MEZ schrieb Kristian Pedersen <kp at asom-net.dk>:
>Hi list,
>
>We still did not manage to get quota-status working.
>We're hoping someone can provide some feedback/ideas on how we may
>investigate this issue further?
>Is it likely to be a bug fixed in a newer version?
>
>Regards,
>
>Kristian
>
>
[...]
>>
>>
2009 Oct 10
2
Problem with mbox and quota with 1.2 version
Hello list,
I am new with dovecot and i am trying to setup a simple mbox with quotas
setup. Here is my configuration.
dovecot -c /etc/dovecot.conf -n
# 1.2.6: /etc/dovecot.conf
# OS: Linux 2.6.21 i686 Fedora Core release 6 (Zod) ext3
log_path: /var/log/mail/dovecot
protocols: imap pop3
ssl: no
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable(default):
2011 Jan 11
2
mail to admin when quota exceeded
We're using Dovecot v1.2.15 LDA/IMAP/POP3+MySQL with quota plugin,
quota_rule per-user size, quota_exceed_message and quota_warning on
storage=90%%.with script.
Everything is working as expected.
But I've been asked to configure it the way, that when a user gets message,
which would make his maildir over quota limit, notification go not only to
sender, but also to postmaster at domain.com.
2009 May 06
7
Quota over NFS
Hey,
I've been strugling to get quota working on my enviroment.
I have one storage server that exports the 'home' dir.
My mail server mounts the exported 'home' server at '/home'
# dovecot --version
> 1.1.14
I'm also running Postfix and using Dovecot/LDA as MDA so that we can use the
Dovecot's Quota plugin.
The thing is that if the user has exceeded
2017 Jan 24
2
quota-status returns quota_status_success when email would put user over quota
Hi list,
I am attempting to get quota-status service working, so I can deny email
at the initial smtp dialog instead of generating bounces with lda.
I can't seem to get quota-status to return quota_status_overquota, even
when an email would put an account over quota.
Quota in general works fine:
Jan 22 06:39:23 mail dovecot: lda(xx at yy.dk):
msgid=<25c5bdb20d58fc4f649f716a947613dc at
2013 Sep 21
2
LDA quota rejection
Hi to all, i have dovecot 2.2.5 and i have implemented lda rejection
through quota full
this is my dovecot conf
protocol lda {
mail_fsync = optimized
auth_socket_path = /usr/local/var/run/dovecot/auth-userdb
deliver_log_format = msgid=<%f>-<%s>-%m: %$
hostname = mail.cgilfe.it
info_log_path = /var/log/dovecot/dovecot-deliver.log
log_path =
2016 Oct 10
2
problem with quota warning script execution, error 75
Hi,
Im quite new to dovecot and im trying to run quota warning script with no success. Using "quota = count:User quota" and this script:
________________________
#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/libexec/dovecot/dovecot-lda -d $USER -o "plugin/quota=count:User quota:noenforcing"
From: support at company.com
To: $USER
Subject: Quota alert
Quota
2014 Feb 20
1
Quota-Status issue
Following this guide:
http://sys4.de/en/blog/2013/04/08/postfix-dovecot-mailbox-quota/ I can't
seem to get it to work, as soon as I add the smtpd_recipient_restrictions
setting to postfix I can no longer send mail at all. I get the message SMTP
Error (450): Failed to add recipient "postmaster at example.com" (4.7.1 :
Recipient address rejected: Internal error occurred. Refer to
2006 Jun 27
3
quota not working on delivery
Hi, I am using the Debian dovecot packages and the deliver LDA from
postfix, all version 1.0.beta8. My problem is with quota support,
I am using Maildirs. The relevant configuration stuff is included at
the bottom of this email.
Quota support seems to work with IMAP. However, even when IMAP
complains about an account being over quota, the deliver LDA still
happily writes new mail to the (correct)
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
2016 Oct 10
2
problem with quota warning script execution, error 75
Like this?
[root at server quota]# ./quota-warning.sh 85 existing_mailbox at domain.com ; echo $
$
Got message succesfully delivered.
----- Mensaje original -----
De: "Aki Tuomi" <aki.tuomi at dovecot.fi>
Para: dovecot at dovecot.org
Enviados: Lunes, 10 de Octubre 2016 11:14:01
Asunto: Re: problem with quota warning script execution, error 75
On 10.10.2016 11:49,
2019 Jun 25
2
Emails not visible after renaming folders
Hello,
I have strange problem with "losing" emails after rename mail
folder(s) (via imap client: thunderbird, roundcude, etc..)
How to reproduce:
1. Create some folder name, like TEST
2. Create sub-folder under TEST (like SUBTEST)
Structure:
TEST
|--SUBTEST
# doveadm mailbox list -u postmaster at testmailbox
Spam
Trash
Sent
Drafts
INBOX
TEST
TEST/SUBTEST
3. Move (or copy)
2016 Apr 05
4
namespace...mailbox doesn't exist
Hello list,
I have a namespace called 'projects' which when clicked in Thunderbird
(nonexistent in eM Client) yields the following error:
"The current operation on 'projects' did not succeed. The mail server
for account
user at domain.tld responded: mailbox doesn't exist: projects.projects
(0.00 + 0.00 secs)."
The namespace is configure as follows:
# Shared