# in the lines below the ############################# line, as appropriate: # replace 'username' with your username on your computer [e.g.: john] # replace 'isp.mail.computer' your isp email computer (e.g. securemail.isp.com) # replace 'email@isp' with your-email-address@isp [e.g.: john.smith@isp.com] # repeat each set of 3 lines for all your email addresses and isp s [e.g.: john] ####################################################### set postmaster "username" set bouncemail set no spambounce set properties "" poll isp.mail.computer with proto POP3 port 995 user 'email@isp' there with password '???????????????' is 'username' here options ssl ###################################################### # they would become: set postmaster "john" set bouncemail set no spambounce set properties "" poll securemail.isp.com with proto POP3 port 995 user 'john.smith@isp.com' there with password 'RdcjuHjddewWpOK' is 'john' here options ssl