ds-assignment-1/src/main/resources/mailbox-univer-ze.properties

23 lines
510 B
Properties

# TCP port used for the DMTP server socket
dmtp.tcp.port=11624
# TCP port used for the DMAP server socket
dmap.tcp.port=11625
# 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
registry.port=11629