Re: [Dovecot] Question regarding bounce messages on quota full. [solved]
On 11/14/06, Mustafa A. Hashmi mahashmi@gmail.com wrote:
In the following section:
auth default { mechanisms = plain
socket listen { master { path = /var/run/dovecot-auth-master mode = 0600 user = vmail # User running Dovecot LDA #group = mail # Or alternatively mode 0660 + LDA user in this group } }
passdb pam {
}
# LDAP database userdb ldap { args = /etc/dovecot/dovecot-ldap.conf } user = root # <<-- wrong }
user = vmail fixes the issue.
Apologies about the noise. Thanks all.
Regards,
Mustafa A. Hashmi mahashmi@gmail.com mh@stderr.net
On Tue, 2006-11-14 at 22:16 +0500, Mustafa A. Hashmi wrote:
auth default { .. user = root # <<-- wrong }
user = vmail fixes the issue.
I don't see why that would make any difference. If the user=root works for normal deliveries, then changing it to vmail shouldn't change anything in quota-full conditions.
If you still see the crash, it would be nice to get gdb backtrace so I could fix it (see http://dovecot.org/bugreport.html).
Timo:
Again, apologies about the delay in responding.
On 11/19/06, Timo Sirainen tss@iki.fi wrote:
On Tue, 2006-11-14 at 22:16 +0500, Mustafa A. Hashmi wrote:
auth default { .. user = root # <<-- wrong }
user = vmail fixes the issue.
I don't see why that would make any difference. If the user=root works for normal deliveries, then changing it to vmail shouldn't change anything in quota-full conditions.
I don't see why either! Also: mail_debug = yes was commented out in dovecot.conf. I made no other change (the mta is postfix btw).
If you still see the crash, it would be nice to get gdb backtrace so I could fix it (see http://dovecot.org/bugreport.html).
I'll get this to you asap -- however, may take till Monday.
Appreciate your help.
Regards, Mustafa.
participants (2)
-
Mustafa A. Hashmi
-
Timo Sirainen