[tpop3d-discuss] virtual domains

Marcin Sochacki wanted at gnu.univ.gda.pl
Mon, 7 Apr 2003 17:50:56 +0200


On Mon, Apr 07, 2003 at 10:26:42AM -0500, cking wrote:
> we are using tpop3d. and we have multiple virtual domains.
> is there anyway that the tpop3d daemon can know what domain they are trying to check at so their username isnt user@domain.com.  just if they check @domain1.com
> then it automatically knows to pull domain1.com from the mysql db?  
> or do we have to keep it the way it is. or can tpop3d.conf be like:
> 
> listen-address: 0.0.0.1:110(domain.com)
> listen-address: 0.0.0.2:110(domain1.com)
> listen-address: 0.0.0.3:110(domain2.com)

Just use:
listen-address: 0.0.0.1:110(domain.com) 0.0.0.2:110(domain1.com) 0.0.0.3:110(domain2.com)
append-domain: yes

Marcin