CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2009/05/19 16:54:46

Modified files:
        usr.sbin/smtpd : smtpd.c 

Log message:
ever since we switched from delivering to mboxes ourselves to using the
mail.local(8) utility, parent_mailbox_init() has become useless, do not
call it from parent_mailbox_open() anymore, and kill it.

this fixes a bug which we were many to spot and which would cause smtpd
to create a file /var/mail/%u upon first delivery to a mbox, then leave
it there forever untouched.

Reply via email to