Dennis> Such a simple question yet I can't seem to find an answer. Dennis> I'm trying to use fetchmail to retrieve from a POP3 account. Ok, that's certainly doable. Dennis> The POP3 server includes mail in the server name Dennis> (mail.domain.com). The email accounts do not include mail. What do you mean here? Can you post your .fetchmailrc file so we can look at it? And some logs from when you try to run it? As I read it above, the POP3 server's hostname is 'mail.domain.com'. Email is sent to 'user@domain.com', with all email for user1, user2, etc, going to one emailbox on the POP3 server, correct? Dennis> Unfortunately fetchmail seems to take the supplied username Dennis> and add the mail server name. So I get foobar@mail.domain.com Dennis> instead of foobar@domain.com. (Or Dennis> foobar@domain.com@mail.domain.com if I try to specify the Dennis> server name.) Is there an option I need to specify (or maybe Dennis> upgrade fetchmail)? I assume what you're trying to do here is download all the email from the POP3 server and then split it up to the local different users? Have you read the section in the fetchmail man page on "The Use and Abuse of Multidrop Mailboxes"? I *htink* this is what you're asking for help with, but it's not clear to me what you are really asking for. John