Tim Duncan wrote: > Is there a way to use tcpserver much like using it for courier-imap. > (Is that even possible) > > Since everything else is controlled through the services I would love > to be consistant in starting/stopping the sqwebmail service that way > using the auth-imap plug where all the LDAP controls are read through > the qmail files. >
Sqwebmail is a CGI executable binary. Your web server runs it. It does have some simple FCGI support, so it should be possible to set it up as a long-running process, and have the FastCGI web server module talk to it over socket. I wouldn't do it though.
