Multiple choice technology operating systems Which daemon controls the network service -> POP3 mail service? inetd pop3d maild nntd Reveal answer Fill a bubble to check yourself A Correct answer Explanation The inetd (internet super-server) daemon controls network services including POP3 mail service. inetd listens on multiple ports and spawns the appropriate service daemon (like pop3d) when a connection is requested, making it the controlling daemon.