On Tue, 2003-02-25 at 02:11, Timo Sirainen wrote: > server foo.server.org { Actually, not "server", but "group". This would allow things like: group imap { protocols = imap group foo.server.org { ... } group bar.server.org { ... } } group pop3 { protocols = pop3 ... }