chiark / gitweb /
qmail-smtpd: Read list of hosts allowed to relay from control/relayhosts
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }