hello i am using dovecot-1.0.r7 on freebsd 5.4 everything is fine, but i wanna more -)
i am using dovecot-lda + plugin quota. when i am trying to send a email
for user with overquota i am getting "local delivery failed". can i make
some more informatic message for users like "your recipient box is
overquoted".
exim configure :
... dovecot_delivery: driver = pipe debug_print = "T: ldap_maildir_home for $local_part@$domain" command = /usr/local/libexec/dovecot/deliver -d $local_part message_prefix = message_suffix = user = mailnull group = mail delivery_date_add envelope_to_add return_path_add log_output ...
dovecot.conf
... protocol lda { mail_plugins = quota } ...
thanx
-- regards, Razorenov Alex
On Tue, 2006-11-07 at 14:53 +0200, razor wrote:
hello i am using dovecot-1.0.r7 on freebsd 5.4 everything is fine, but i wanna more -)
i am using dovecot-lda + plugin quota. when i am trying to send a email
for user with overquota i am getting "local delivery failed". can i make
some more informatic message for users like "your recipient box is
overquoted".
Are you using filesystem quota? If so, the quota plugin itself doesn't really do anything. Do you see any errors in Dovecot's log files? If not, see the "Logging" section in http://wiki.dovecot.org/LDA
Your problem is most likely that Dovecot couldn't handle the out-of-quota condition in its index file handling, or something like that. See http://wiki.dovecot.org/Quota/FS
08.11.06 в 15:03 Timo Sirainen в своём письме писал(а):
On Tue, 2006-11-07 at 14:53 +0200, razor wrote:
hello i am using dovecot-1.0.r7 on freebsd 5.4 everything is fine, but i wanna more -)
i am using dovecot-lda + plugin quota. when i am trying to send a email for user with overquota i am getting "local delivery failed". can i
make some more informatic message for users like "your recipient box is overquoted".Are you using filesystem quota? If so, the quota plugin itself doesn't really do anything. Do you see any errors in Dovecot's log files? If not, see the "Logging" section in http://wiki.dovecot.org/LDA
no, Timo. there is: ... protocol imap { listen = *:143 ssl_listen = *:993 mail_plugins = quota imap_quota } ...
Your problem is most likely that Dovecot couldn't handle the out-of-quota condition in its index file handling, or something like that. See http://wiki.dovecot.org/Quota/FS
so does Dovecot-LDA support configurable messages? does your message mean that there is my config bug?
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
On Thu, 2006-11-09 at 07:41 +0200, razor wrote:
08.11.06 в 15:03 Timo Sirainen в своём письме писал(а):
On Tue, 2006-11-07 at 14:53 +0200, razor wrote:
hello i am using dovecot-1.0.r7 on freebsd 5.4 everything is fine, but i wanna more -)
i am using dovecot-lda + plugin quota. when i am trying to send a email for user with overquota i am getting "local delivery failed". can i
make some more informatic message for users like "your recipient box is overquoted".Are you using filesystem quota? If so, the quota plugin itself doesn't really do anything. Do you see any errors in Dovecot's log files? If not, see the "Logging" section in http://wiki.dovecot.org/LDA
no, Timo. there is: ... protocol imap { listen = *:143 ssl_listen = *:993 mail_plugins = quota imap_quota }
But this by itself doesn't do anything. Did you configure the quota plugin also somehow?
Your problem is most likely that Dovecot couldn't handle the out-of-quota condition in its index file handling, or something like that. See http://wiki.dovecot.org/Quota/FS
so does Dovecot-LDA support configurable messages?
No, but if the mail can't be saved because user goes over quota, then it should send a bounce with "Quota exceeded." message.
participants (2)
-
razor
-
Timo Sirainen