26 lines
1.1 KiB
Properties
26 lines
1.1 KiB
Properties
# TCP port used for the DMTP server socket
|
|
# TODO: REPLACE with real value such as 16504 - 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+4
|
|
|
|
# TCP port used for the DMAP server socket
|
|
# TODO: REPLACE with real value such as 16505 - 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+5
|
|
|
|
# mail domain managed by the mailbox server
|
|
domain=univer.ze
|
|
|
|
# location of the users for this mailbox server
|
|
users.config=users-univer-ze.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
|