In netqmail-1.05 there are 2 little bugs. The first one is that in /var/qmail/control/defaultdelivery the first row is a comment. When you start svscan, using "ps aux" I see the process qmail-lspawn followed by the comment and other qmail service doesn't start. But this isn't an ebuild problem. The second one is that the netqmail ebuild doesn't emerge checkpassword, so the pop3 service doesn't works.
I can confirm the first issue. root 8448 8166 0 20:02 ? 00:00:00 qmail-lspawn # Uncomment the next line for .forward support?#|dot-forward .forward?./.maildir/ Although it works correctly either because the comments are ignored or because of some default value.
(In reply to comment #0) > When you start svscan, using "ps aux" I see the process qmail-lspawn followed > by the comment and other qmail service doesn't start. But this isn't an ebuild > problem. qmail-start is invoked like this (see /var/qmail/supervise/qmail-send/run): qmail-start "`cat /var/qmail/control/defaultdelivery`" The default control/defaultdelivery file looks like this: $ cat control/defaultdelivery # Uncomment the next line for .forward support #|dot-forward .forward ./.maildir/ "ps" or "top" don't show the linebreaks, but they're there. This is not a bug. > The second one is that the netqmail ebuild doesn't emerge checkpassword, so the > pop3 service doesn't works. Fixed with -r4.