Hello. I have a standard qmail and ezmlm/idx installed. vpopmail is installed. The docs (vpopmail.html) say "We recommend that all domains be setup as virtual domains". So does this mean remove the main domain name from defaultdomain, locals, me, plusdomain ??? My standard pop3 setup is under /var/qmail/supervise/qmail-pop3d/run :- #!/bin/sh exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \ FQDN /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 In the INSTALL, para 12 an example is given. The main problem with this is line that states /var/qmail/bin/qmail-popup your.domain.com \ As all domains are virtual, how can I put anything here ??? This is really where I am confused. Also, why are you ending in & instead of 2>&1 A note - There is mention that some sites use pop3, other use pop-3. If you use 110 then that problem and manual check is not required. Regards...Martin