# TCP port used for the DMTP server socket # TODO: REPLACE with real value such as 16502 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) dmtp.tcp.port=port_range+2 # TCP port used for the DMAP server socket # TODO: REPLACE with real value such as 16503 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) dmap.tcp.port=port_range+3 # mail domain managed by the mailbox server domain=earth.planet # location of the users for this mailbox server users.config=users-earth-planet.properties # ============================================= Required for Assignment 2 # name of the root nameserver's remote object root_id=root-nameserver # RMI registry host registry.host=localhost # RMI registry port # TODO: REPLACE with real value such as 16509 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) registry.port=port_range+9