Displaying 2 results from an estimated 2 matches for "ldap_maildir_hom".
Did you mean:
ldap_maildir_home
2006 Sep 15
0
help please with lda and exim transports
hello All
i am trying to fix the dovecot quotas and red that LDA helps...
so i looked wikki and :
dovecot_delivery:
driver = pipe
debug_print = "T: ldap_maildir_home for $local_part@$domain"
command = /usr/local/libexec/dovecot/deliver -d $local_part@$domain
message_prefix =
message_suffix =
user = mailnull
group = mail
delivery_date_add
envelope_to_add
return_path_add
log_output
but in exim.log i received
2006-09-15 15:40:41 1GOCzo...
2006 Nov 07
1
lda 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 = q...