qmail-smtpd: Oops. I want 550, not 553, for unknown mailboxes.
[qmail] / tryvfork.c
1 void main()
2 {
3 vfork();
4 }