3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Virtual users and...
FromSent OnAttachments
ktsureshAug 7, 2002 10:21 am 
Randall ShawAug 7, 2002 10:45 am 
ktsureshAug 7, 2002 11:26 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Virtual users and POP3Actions...
From:Randall Shaw (cour@thewebchoice.com)
Date:Aug 7, 2002 10:45:39 am
List:net.sourceforge.lists.courier-users

ktsuresh wrote:

Is it possible to have same username on different virtual domains ? (same IP).If this is possible how does the pop3 server identifies the user .

It is possible. pop3 identifies the user as "same@virtual1.com" or "same@virtual2.com". "same@virtual1.com" is actually stored as the username in the mysql table.

This means the user has to login with their username actually set to the full "same@virtual1.com".

If they are using older email clients, they have to set their username as "sameusername%virtual1.com", in which case you will need a patch for courier, and recompile/install courier for it to properly understand the "%" in usernames. However I do not know for sure on this, as you have postfix in the mix, and it might actually be handling it ok, or not, unsure your actual setup.