# Who can start the server
ALLOW	^root$		STARTSERVER
ALLOW	^pb$		STARTSERVER

# Who can use numeric mode ?
# local DTEs are OK (so far ...), but block others.
SKIP	^unix-nif@jenny$ .
SKIP	.@.		^00000801
BLOCK	@		^[0-9]

# Who can use direct mode ?
ALLOW	^pb$		.
ALLOW	^maj$		.
ALLOW	^gt$		.
ALLOW	^mb$		.

# Students & PHX users can only logon to phx.
ALLOW	[0-9]@.		phx$
BLOCK	[0-9]@.		.

# Remote users (we have ...uk and ....com)
BLOCK	@.*uk		.
BLOCK	@.*com		.

# block PSS calls
BLOCK	@		^uk.co
BLOCK	@		^co

# Otherwise anyone can use remote
ALLOW	.@.		.
